File tree
7 files changed
+17
-6
lines changed- core/src/main/jni
- daemon/src/main/jni
- dex2oat/src/main/cpp
- external
- magisk-loader/src/main/jni
7 files changed
+17
-6
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
| 5 | + | |
4 | 6 |
| |
5 | 7 |
| |
6 | 8 |
| |
| |||
9 | 11 |
| |
10 | 12 |
| |
11 | 13 |
| |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
12 | 21 |
| |
13 | 22 |
| |
| 23 | + | |
14 | 24 |
| |
15 | 25 |
| |
16 | 26 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
| 112 | + | |
112 | 113 |
| |
113 | 114 |
| |
114 | 115 |
| |
|
- CMakeLists.txt+2-2
- source/Backend/UserMode/PlatformUtil/Linux/ProcessRuntimeUtility.cc+11-56
- source/InstructionRelocation/arm/InstructionRelocationARM.cc+8-28
- source/InstructionRelocation/arm/InstructionRelocationARM.h+1-8
- source/InstructionRelocation/x86/InstructionRelocationX86.cc-1
- source/InstructionRelocation/x86/x86_insn_decode/x86_insn_decode.c+2-2
- source/InstructionRelocation/x86/x86_insn_decode/x86_insn_reader.c-22
- source/InterceptRouting/InterceptRouting.cpp+1-1
- source/InterceptRouting/RoutingPlugin/NearBranchTrampoline/NearBranchTrampoline.cc+2-2
- source/InterceptRouting/RoutingPlugin/RoutingPlugin.h-3
- source/core/arch/arm/registers-arm.h+1-5
- source/core/arch/arm64/registers-arm64.h+4-8
- source/core/arch/x64/registers-x64.h+1-1
- source/core/arch/x86/registers-x86.h+1-1
- source/core/assembler/assembler-arm.h+9-12
- source/core/assembler/assembler-arm64.h+10-11
- source/core/assembler/assembler-ia32.h+2-2
- source/core/assembler/assembler-x64.h+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
0 commit comments