Replies: 1 comment 1 reply
-
If you need to bulk export lots of object files, you can use Ghidra's scripting capabilities to drive the analyzer and/or exporters programatically. I'm aware of three such scripts out there:
Most power users of my extension write their own scripts to automate their workflows. I should add more example scripts in this repository to demonstrate this aspect. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I performed a matching decompilation of a few C functions from an old Windows 95 video game. Having tried out a few different approaches I came to the conclusion that I need to automate the process to speed things up. objdiff seems to fit the bill, but it looks like it needs a single object file for every single source function. I could not find a way to use ghidra-delinker-extension to export a single object file for every routine. Am I missing something obvious?
Beta Was this translation helpful? Give feedback.
All reactions