mirror of
https://github.com/h3xduck/TripleCross.git
synced 2025-12-31 21:43:07 +08:00
New explanation for the injection technique (alternative scanning process) and added flow diagram with full process.
This commit is contained in:
@@ -15,10 +15,10 @@ simple_timer: simple_timer.o
|
||||
gcc -g -o simple_timer simple_timer.o
|
||||
|
||||
simple_open.o: simple_open.c $(HEADERS)
|
||||
gcc -g -c simple_open.c
|
||||
clang -g -c simple_open.c
|
||||
|
||||
simple_open: simple_open.o
|
||||
gcc -g -o simple_open simple_open.o
|
||||
clang -g -o simple_open simple_open.o
|
||||
|
||||
execve_hijack.o: execve_hijack.c $(HEADERS)
|
||||
gcc -g -c execve_hijack.c
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
break *(main+79)
|
||||
break *(main+52)
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user