Further advanced with the library injection, almost finished. Multiple enhancements

This commit is contained in:
h3xduck
2022-06-12 22:34:50 -04:00
parent 0aec74e024
commit 71b093141b
33 changed files with 1875 additions and 544 deletions

View File

@@ -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

View File

@@ -1,2 +1,2 @@
break *(main+186)
break *(main+460)

Binary file not shown.

View File

@@ -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.