Open
Description
Right now, ghidra2dwarf.py
relies on having the original ELF on disk. It ends up breaking one of my automated workflows, since my tooling cleans up samples off disk after they've been imported to Ghidra.
ghidra2dwarf/src/ghidra2dwarf.py
Lines 69 to 73 in 650597d
ghidra2dwarf/src/ghidra2dwarf.py
Line 515 in 650597d
We should use the ElfExporter
class instead to get the original ELF file. https://github.com/NationalSecurityAgency/ghidra/blob/master/Ghidra/Features/Base/src/main/java/ghidra/app/util/exporter/ElfExporter.java
Here's some examples of how to do that:
Metadata
Metadata
Assignees
Labels
No labels