Commit 69e5108
committed
Update ReSukiSU KPM syscall wrapper port
1 parent 3de2710 commit 69e5108
2 files changed
Lines changed: 4 additions & 4 deletions
- README.md+1-1
- docs/KPM_X86_64_ABI.md+19-3
- docs/KPM_X86_64_PORTING.md+2-2
- docs/WSA_X86_64_KPM.md+10-3
- examples/kpm-x86_64/Makefile+1-1
- examples/kpm-x86_64/include/kpm_x86_64.h+28
- examples/kpm-x86_64/syscall_wrap/main.c+82
- kernel/kpm/kpm_loader_x86_64.c+337-28
- kernel/kpm/kpm_loader_x86_64.h+4-2
- scripts/check-kpm-x86-abi.sh+6-1
- scripts/check-manager-kpm-x86.sh+2
- scripts/kpm-x86-runtime-selftest.sh+22-4
- userspace/ksud/src/android/cli.rs+15
- userspace/ksud/src/android/kpm.rs+91-4
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments