mirror of
https://github.com/h3xduck/TripleCross.git
synced 2025-12-23 01:53:06 +08:00
Further advanced with the library injection, almost finished. Multiple enhancements
This commit is contained in:
@@ -1,24 +1,3 @@
|
||||
disass /r 0x555555555130
|
||||
b timerfd_settime
|
||||
r
|
||||
q
|
||||
b timerfd_settime@plt
|
||||
r
|
||||
disass /r 0x555555555130
|
||||
q
|
||||
b *(main+446)
|
||||
r
|
||||
si
|
||||
ni
|
||||
si
|
||||
ni
|
||||
si
|
||||
x/20b 0x5555555556fb
|
||||
disass /r 0x555555555134
|
||||
x/20b 0x5555555556fb
|
||||
q
|
||||
b *(main+446)
|
||||
r
|
||||
si
|
||||
fin
|
||||
si
|
||||
@@ -254,3 +233,24 @@ r
|
||||
si
|
||||
ni
|
||||
q
|
||||
b *(main+79)
|
||||
r
|
||||
ni
|
||||
q
|
||||
b *(main+79)
|
||||
r
|
||||
si
|
||||
q
|
||||
disass main
|
||||
b *(main+460)
|
||||
r
|
||||
si
|
||||
q
|
||||
b *(main+79)
|
||||
r
|
||||
c
|
||||
r
|
||||
b *(main+79)
|
||||
r
|
||||
c
|
||||
r
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
break *(main+186)
|
||||
break *(main+460)
|
||||
|
||||
|
||||
Binary file not shown.
@@ -15,7 +15,7 @@ int main(int argc, char *argv[]) {
|
||||
int fd;
|
||||
char* path = "/home/osboxes/TFG/src/helpers/Makefile";
|
||||
openat(fd, path, O_RDONLY);
|
||||
sleep(1);
|
||||
sleep(10);
|
||||
//Second call
|
||||
openat(fd, path, O_RDONLY);
|
||||
sleep(1);
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user