ghidra_amiga_ldr
ghidra_amiga_ldr copied to clipboard
SymbolHunk handling questions
I can see there is some SymbolHunk handling code in the HunkSegment.
But how is this stuff called ? I'm a bit at a loss here.
I used Amitools for this project. So it's just their logic.
Ok, so chances are high this code isn't called at all ?
Could you point me into an exact line of code?
https://github.com/lab313ru/ghidra_amiga_ldr/blob/55e60b9d5d8d929e7c86cf260972d33ae768e4ec/src/main/java/hunk/HunkSegment.java#L72
As I remember, this branch may be called sometimes. Don't have any exact binary to show you.
ok, will try with the debugger and single step thorugh.