You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
angr is trying to load the binary each time a p = angr.Project('./binary') is called and famously eats up a lot of RAM while doing so. Given enough memory Zeratool should still be able to pwn it especially if libc is statically compiled into it.
Why can't statically compiled programs to AEG? The program is killed halfway through running.
The text was updated successfully, but these errors were encountered: