ghidra_amiga_ldr
ghidra_amiga_ldr copied to clipboard
Custom binaries and documentation
Hi,
thanks for this nice plugin. Is there a way to use the plugin (library call analyzer) with Amiga binary files without hunk data, f.e. bootblocks?
Will there be some kind (even if it is very simple) of documentation in the future?
Best regards
Hi,
Does bootblock contain some header or known structure? And yes, some documentation will be added someday.
Thank you for your feedback.
Hi,
bootblock on floppy disks: yes, albeit simple. "DOS" + a byte for flags (FFS/Intl/Cache+maybe others in newer versions). Arbitrary binaries: unfortunately no. Latter ones could be rips of code from custom disk formats or memory. Currently I loaded the binary as "raw binary" (the only available choice). Don't know if it's possible or better in Ghidra to allow the analyzer for this format or to introduce an "Amiga binary" format.