-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Segfault when undefining a function and showing a graph #16225
Comments
asan:
|
oneliner to reproduce:
|
nvm. its because of the fcn_locs crap. will submit a pr removing this thing that imho its unused |
fixed in #16229 |
radare
added a commit
that referenced
this issue
Mar 17, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Work environment
Expected behavior
Radare2 should not crash and display the graph as it should.
Actual behavior
Radare2 crashes after undefining a function and then trying to show the graph of the previous function. Originally this crash found by using Cutter but it's easily reproducible in r2.
Beware: the binary is a malware for Linux
Steps to reproduce the behavior
1 . Open the attached binary and perform full-analysis (using
aaa
)2. Execute this reproducible oneliner:
af- 0x0808eb5b; v @ 0x0808eb0a
Additional Logs, screenshots, source-code, configuration dump, ...
Stack trace:
Files:
Beware! a linux malware. Use with caution.
Password: infected
51f4aaf8705039ffa594e32848f224fe959c0b4f9f1ee8018564c4b82af7f6fe.zip
The text was updated successfully, but these errors were encountered: