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
Thanks, but I'm already doing disassembly in this crate using panopticon (I use it to find function calls). I need to stick with using panopticon for disassembly; capstone's semantic info is lacking.
Display the disassembled instructions for each function, and annotate with information from the DWARF. Desired information:
Optimization is going to make this hard to display in a sensible manner, but I'm hopeful at least some useful information is possible.
This probably requires HTML output to be usable (see #4).
The text was updated successfully, but these errors were encountered: