mirror of
https://github.com/h3xduck/TripleCross.git
synced 2026-01-09 01:23:08 +08:00
Adapted memory analysis to larger memory addresses inside the virtual address space. Solved bugs and others, adapting code for RELRO.
This commit is contained in:
91
resources/.gdb_history
Normal file
91
resources/.gdb_history
Normal file
@@ -0,0 +1,91 @@
|
||||
q
|
||||
disass main
|
||||
b main
|
||||
r
|
||||
q
|
||||
b * 0x0000000000001189
|
||||
r
|
||||
si
|
||||
q
|
||||
b main
|
||||
del 1
|
||||
b 0x0000000000001189
|
||||
b *0x0000000000001189
|
||||
r
|
||||
q
|
||||
b main
|
||||
r
|
||||
disass main
|
||||
b __init
|
||||
q
|
||||
starti
|
||||
si
|
||||
disass main
|
||||
q
|
||||
starti
|
||||
q
|
||||
b main
|
||||
r
|
||||
x/16x *(rbp)
|
||||
x/16x *(rbp-0x14)
|
||||
d *(rbp-0x14)
|
||||
d ç(rbp-0x14)
|
||||
p (rbp-0x14)
|
||||
p ($rbp-0x14)
|
||||
p/d ($rbp-0x14)
|
||||
p/x ($rbp-0x14)
|
||||
p ($rbp-0x14)
|
||||
x/2b ($rbp-0x14)
|
||||
x/2b ($rbp-0x20)
|
||||
x/8b ($rbp-0x20)
|
||||
x/10b ($rbp-0x20)
|
||||
x/12b ($rbp-0x20)
|
||||
x/20b ($rbp-0x20)
|
||||
x/22b ($rbp-0x20)
|
||||
x/26b ($rbp-0x20)
|
||||
x/28b ($rbp-0x20)
|
||||
x/12b ($rbp-0x20)
|
||||
x/14b ($rbp-0x20)
|
||||
si
|
||||
x/10i $rax
|
||||
x/10i 0x555555555070
|
||||
x/20i 0x555555555070
|
||||
x/30i 0x555555555070
|
||||
si
|
||||
q
|
||||
starti
|
||||
b main
|
||||
c
|
||||
si
|
||||
b __dlopen
|
||||
c
|
||||
q
|
||||
b main
|
||||
r
|
||||
si
|
||||
ni
|
||||
si
|
||||
ni
|
||||
c
|
||||
q
|
||||
b main
|
||||
r
|
||||
si
|
||||
ni
|
||||
si
|
||||
ni
|
||||
q
|
||||
b main
|
||||
r
|
||||
si
|
||||
find dlopen
|
||||
q
|
||||
b main
|
||||
r
|
||||
si
|
||||
ni
|
||||
q
|
||||
b main
|
||||
r
|
||||
si
|
||||
q
|
||||
2
resources/peda-session-example_dlopen.txt
Normal file
2
resources/peda-session-example_dlopen.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
break main
|
||||
|
||||
Reference in New Issue
Block a user