mirror of
https://github.com/h3xduck/TripleCross.git
synced 2025-12-19 00:03:08 +08:00
Added pdf with temporary documentation
This commit is contained in:
BIN
resources/eBPF to lib injection journey.pdf
Normal file
BIN
resources/eBPF to lib injection journey.pdf
Normal file
Binary file not shown.
@@ -1,11 +1,3 @@
|
|||||||
q
|
|
||||||
b *(main+446)
|
|
||||||
r
|
|
||||||
si
|
|
||||||
x/40b 0x555555555664
|
|
||||||
x/4i 0x555555555664
|
|
||||||
q
|
|
||||||
b *(main+446)
|
|
||||||
r
|
r
|
||||||
si
|
si
|
||||||
x/4i 0x555555555664
|
x/4i 0x555555555664
|
||||||
@@ -254,3 +246,11 @@ b *(main+446)
|
|||||||
r
|
r
|
||||||
si
|
si
|
||||||
q
|
q
|
||||||
|
checksec
|
||||||
|
q
|
||||||
|
checksec
|
||||||
|
q
|
||||||
|
checksec
|
||||||
|
q
|
||||||
|
checksec
|
||||||
|
q
|
||||||
|
|||||||
@@ -5,6 +5,6 @@
|
|||||||
__attribute__((constructor))
|
__attribute__((constructor))
|
||||||
static void init()
|
static void init()
|
||||||
{
|
{
|
||||||
printf("It worked\n");
|
printf("Library successfully injected!\n");
|
||||||
syslog(LOG_CRIT, "Library called\n");
|
syslog(LOG_CRIT, "Library called\n");
|
||||||
}
|
}
|
||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user