Skip to content

FlipJump Ghidra extension v1.0

Latest

Choose a tag to compare

@tomhea tomhea released this 23 Jun 20:53

A Ghidra extension for reverse-engineering compiled FlipJump .fjm binaries — a loader, a SLEIGH processor module, and an analyzer for the one-instruction machine (a;b: flip the bit at a, then jump to b).

Built and tested against Ghidra 12.1 with JDK 21.

Install

  1. Download FlipJump-Ghidra.zip below.
  2. In Ghidra: File ▸ Install Extensions ▸ +, choose the zip, then restart Ghidra.
  3. Import a .fjm file — the FlipJump loader is selected automatically.

See the docs page and the extension README for details.