-
Notifications
You must be signed in to change notification settings - Fork 442
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #335 from Hackerl/main
make pangolin compatible with old kernel
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule pangolin
updated
12 files
+3 −3 | CMakeLists.txt | |
+33 −28 | inject/injector.cpp | |
+3 −3 | inject/injector.h | |
+8 −8 | main.cpp | |
+122 −101 | ptrace/executor.cpp | |
+7 −6 | ptrace/executor.h | |
+59 −53 | ptrace/tracee.cpp | |
+17 −16 | ptrace/tracee.h | |
+76 −123 | shellcode/loader/elf_loader.c | |
+9 −16 | shellcode/loader/elf_loader.h | |
+59 −5 | shellcode/loader/entry.c | |
+2 −1 | shellcode/loader/quit.c |