cscg is loooong
This commit is contained in:
11
2026/cscg/rev/connivance/dump_main_bc.gdb
Normal file
11
2026/cscg/rev/connivance/dump_main_bc.gdb
Normal file
@@ -0,0 +1,11 @@
|
||||
break *0x40356f
|
||||
run flag_checker.tfl AAAA
|
||||
set $eax = 0
|
||||
break *0x40365e
|
||||
continue
|
||||
printf "At main sub_405120 call\n"
|
||||
set $wrapper = *(long long*)$rsi
|
||||
set $bc_base = *(long long*)($wrapper+0x10)
|
||||
set $bc_size = *(long long*)($wrapper+0x18)
|
||||
printf "bc_base=%p size=%d\n", $bc_base, $bc_size
|
||||
dump binary memory /tmp/bc_main.bin $bc_base ($bc_base+$bc_size)
|
||||
Reference in New Issue
Block a user