home.social

#ghidra — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #ghidra, aggregated by home.social.

  1. Time to analyze these even/odd roms. After some bit fiddling with Python, I have a single "interleaved.bin" that can be loaded into Ghidra.
    After loading it into Ghidra we can immediately see a first hint - address $0x04 contains a number: 0x7c8.

    Beginning of the MC68k memory (first 0x100 bytes) contain a vector table and address 0x04 points to the "entry point".

    And if we scroll to the address 0x7c8, we can see valid MC86k code.

    #reverseengineering #flightsim #ghidra #hacking #m68k #md80