Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
janbbeck opened this issue Jan 20, 2020 · 0 comments
Open

Comments

@janbbeck
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant