Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
S
SandHook
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
SandHook
Commits
bf7da1fd
Commit
bf7da1fd
authored
Jul 11, 2019
by
swift_gan
Committed by
swift_gan
Jul 11, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Reconstitution]remove test code
parent
a294625b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
MyApp.java
app/src/main/java/com/swift/sandhook/MyApp.java
+0
-2
build.gradle
hooklib/build.gradle
+1
-1
No files found.
app/src/main/java/com/swift/sandhook/MyApp.java
View file @
bf7da1fd
...
@@ -37,8 +37,6 @@ public class MyApp extends Application {
...
@@ -37,8 +37,6 @@ public class MyApp extends Application {
SandHookConfig
.
SDK_INT
=
29
;
SandHookConfig
.
SDK_INT
=
29
;
}
}
NativeHook
.
test
();
SandHook
.
disableVMInline
();
SandHook
.
disableVMInline
();
SandHook
.
tryDisableProfile
(
getPackageName
());
SandHook
.
tryDisableProfile
(
getPackageName
());
SandHook
.
disableDex2oatInline
(
false
);
SandHook
.
disableDex2oatInline
(
false
);
...
...
hooklib/build.gradle
View file @
bf7da1fd
...
@@ -15,7 +15,7 @@ android {
...
@@ -15,7 +15,7 @@ android {
cmake
{
cmake
{
arguments
'-DBUILD_TESTING=OFF'
arguments
'-DBUILD_TESTING=OFF'
cppFlags
"-frtti -fexceptions"
cppFlags
"-frtti -fexceptions"
abiFilters
'armeabi-v7a'
,
'arm64-v8a'
abiFilters
'armeabi-v7a'
}
}
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment