-
-
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
r2 fails with vmlinux #5484
Comments
Probably reborn #1251 |
Are u using r2 from git? Also if you dont anaize anyzing it is expected to not have functions and not being able to disassemble any function because that info hasnt been propagated yet.
|
he uses r2 from git |
Here is a module that doesn't works with r2: |
why do you expect to list functions before analyzing anything? this module loads and analyzes fine in r2. can you explain what is the problem? |
afl doesnt list symbols, it list functions. use is if you wanna see the symbols |
imho this is an invalid issue |
Ok, what's about |
what about learning how to use r2 before filling issues. what you want to do is: aa to analyze all symbols and then: pdf @ sym.tfw_tls_cfg_mod alls ymbols are prefixed with sym., youcan use the viusal mode (press V, and then p to switch to disasm), also if you press underscrore ‘_’ you can easily seek to symbols
|
Ok, I got it. Now pdf works with vmlinux and the module too. But, here is a BUG that raised with r2 specified when the following proceeded:
|
A bug in str newf trying to allocate 5MB string of binary data? Interesting letme check
|
|
Should be fixed in 2a5e49e |
Hello,
Can't use r2 (a7da94b) with vmlinux built for x86_64 arch - no symbols at all.
The text was updated successfully, but these errors were encountered: