-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Features I Want To Finish First
- Showing source code alongside disassembly
Windows
- PE/COFF file disassembly and symbol discovery
- use PDB for symbol discovery (MSVC toolchain)
- use DWARF for symbol discovery (GNU)
MacOS
- Mach file disassembly and symbol discovery
- use dSYM (DWARF) for symbol discovery
Linux
- ELF file disassembly and symbol discovery
- use DWARF for symbol discovery
Line Information
- use DWARF for line information
- use PDB for line information
Postponed
Syntax highlighting for disassembly(good for higher level source code, unecessary for assembly)Optional arrows for displaying jump sources and targets(too noisy)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request