mirror of
https://github.com/nganhkhoa/CTF-All-In-One.git
synced 2025-06-24 04:05:03 +07:00
fix
This commit is contained in:
Binary file not shown.
@ -1,10 +1,10 @@
|
||||
import angr
|
||||
|
||||
main = 0x004007da
|
||||
find = 0x00404fc1
|
||||
find = 0x00404fda # leave;ret
|
||||
avoid = 0x00400590 # puts@plt
|
||||
|
||||
p = angr.Project('./angrybird_mod')
|
||||
p = angr.Project('./angrybird_org')
|
||||
init = p.factory.blank_state(addr=main)
|
||||
pg = p.factory.simgr(init, threads=4)
|
||||
ex = pg.explore(find=find, avoid=avoid)
|
||||
|
Reference in New Issue
Block a user