angrgdb icon indicating copy to clipboard operation
angrgdb copied to clipboard

StateShot() and StateManager() cause sigfault with pie executables

Open janbbeck opened this issue 4 years ago • 0 comments

I have tried to run angrgdb on 2 PIE executables, and in both cases either state = StateShot() or sm = StateManager() yield an error of this type in gdb: Program received signal SIGSEGV, Segmentation fault. This sample executable is very simple: https://crackmes.one/crackme/5c2acb8933c5d46a3882b8d4 no funny business in terms of anti-debug etc.

It can be solved with the angrgdb commands in gdb itself, but trying to source a python file yields the above error.

janbbeck avatar Jan 20 '20 06:01 janbbeck