ghidra_amiga_ldr icon indicating copy to clipboard operation
ghidra_amiga_ldr copied to clipboard

Custom binaries and documentation

Open ts65 opened this issue 5 years ago • 2 comments
trafficstars

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

ts65 avatar Jan 03 '20 22:01 ts65

Hi,

Does bootblock contain some header or known structure? And yes, some documentation will be added someday.

Thank you for your feedback.

lab313ru avatar Jan 04 '20 21:01 lab313ru

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.

ts65 avatar Jan 04 '20 21:01 ts65