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

corrupted double-linked list or segfault when using get_bbs #76

Open
ampotos opened this issue Jun 22, 2015 · 0 comments
Open

corrupted double-linked list or segfault when using get_bbs #76

ampotos opened this issue Jun 22, 2015 · 0 comments
Labels
Milestone

Comments

@ampotos
Copy link

ampotos commented Jun 22, 2015

When I use this little script I have an corrupted double-linked list.
If I replace /bin/true by /bin/ls I have a segfault.

#!/usr/bin/env python                                                                                                                 

from r2 import r_core

rc = r_core.RCore()

rc.file_open("/bin/true", 0, 0)

rc.bin_load("", 0)

rc.anal_all()

rc.anal.get_fcns()[0].get_bbs()
@XVilka XVilka added the bug label Jun 22, 2015
@radare radare added this to the 1.0.0 milestone Oct 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants