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
8eac60f2
Commit
8eac60f2
authored
Jul 08, 2019
by
swift_gan
Committed by
swift_gan
Jul 08, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Reconstitution]revert gradle
parent
76661ced
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
doc.md
doc/doc.md
+1
-1
build.gradle
nativehook/build.gradle
+1
-1
CMakeLists.txt
xposedcompat_new/CMakeLists.txt
+0
-1
No files found.
doc/doc.md
View file @
8eac60f2
...
...
@@ -1330,7 +1330,7 @@ JitCompile->CommitCode->CommitCodeInternal
-
并且在跳转的时候要注意入口地址符合要求
```
cpp
bool
i
sThumbCode
(
Size
codeAddr
)
{
bool
I
sThumbCode
(
Size
codeAddr
)
{
return
(
codeAddr
&
0x1
)
==
0x1
;
}
```
...
...
nativehook/build.gradle
View file @
8eac60f2
...
...
@@ -17,7 +17,7 @@ android {
cmake
{
arguments
'-DBUILD_TESTING=OFF'
cppFlags
"-frtti -fexceptions -Wpointer-arith"
abiFilters
'armeabi-v7a'
abiFilters
'armeabi-v7a'
,
'arm64-v8a'
}
}
}
...
...
xposedcompat_new/CMakeLists.txt
View file @
8eac60f2
...
...
@@ -34,7 +34,6 @@ add_library( # Sets the name of the library.
src/main/cpp/art_jni_trampoline.cpp
# Provides a relative path to your source file(s).
src/main/cpp/libffi/closures.c
src/main/cpp/libffi/closures.c
src/main/cpp/libffi/debug.c
src/main/cpp/libffi/dlmalloc.c
src/main/cpp/libffi/java_raw_api.c
...
...
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