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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: