A downloadable tool for Windows, macOS, and Linux

Download NowName your own price

Aira Force is a tool for analysing and reverse engineering classic Amiga 680x0 software. It allows binaries to be disassembled and investigated. The primary goal of this project is to provide a graphical user interface on top of the ira “reassembler” to accelerate the workflow.

Aira Force also features a basic Amiga OCS emulator and debugger, which can be used for dynamic analysis.

Aira Force implements “reassembly” using the ira disassembler and the vasm assembler. Ira transforms the source executable or raw binary into assembly language source code, then vasm assembles the source code. The output binary should be identical (or equivalent) to the input binary.

This process allows the user to analyse and annotate the source code efficiently, before make any required changes to the generated disassembly and building a patched binary. It may be useful for fixing bugs, adding features, optimising the code, or academic software archeology.

The tool is in active development.

Features:

  • Disassemble Amiga executables (hunk load modules) or raw binaries, e.g. bootblocks, non-DOS programs
  • Interactively convert disassembly to code, data or text
  • Add and rename labels
  • Add comments and banners
  • Define pointers and equates
  • Efficient code navigation
  • Tools to search for potential pointers, equates and code
  • Dynamic Analysis (WIP) using  built-in Amiga emulator
  • In-built Amiga documentation (custom chipset, OS)
  • Menu and keyboard driven UI
  • Runs on Windows, Linux  and macOS (sorry, no Amiga version)
  • View memory has hex or bitmap
  • Reassemble disassembled code and compare against source
  • Debugger
  • Source level debugging of vasm generated binaries
  • Dockable windows and multi-viewports (native OS windows) with Dear ImGui

Emulator limitations:

  • No audio
  • Emulator vertical sync locked to host display refresh rate
  • Middling compatibility (approx 50% of games work, far fewer demos)
  • Poor runtime performance sorry
  • Copper horizontal timing a bit off
  • No interlace and buggy hires sometimes
  • No bitter fill mode
  • No hardware sprite collisions
  • Inaccurate CPU timing hardware synchronisation (affects accuracy)

Please see the readme in the zip for more detailed usage information.

Credits:


Updated 11 days ago
StatusIn development
CategoryTool
PlatformsWindows, macOS, Linux
Rating
Rated 5.0 out of 5 stars
(1 total ratings)
Authorhowprice
Made withSDL
TagsAmiga, assembler, assembly-language, debugger, disassembler, Emulator, Graphical User Interface (GUI), Retro, reverse-engineering, User Interface (UI)
Average sessionA few seconds
LanguagesEnglish
InputsKeyboard, Mouse

Download

Download NowName your own price

Click download now to get access to the following files:

aira-force-win64.zip 3.4 MB
Version 0.9.0
aira-force-mac.dmg 4.3 MB
Version 0.9.0
aira-force-linux.tar.gz 3.7 MB
Version 0.9.0
aira-force-win32.zip 3 MB
Version 0.9.0
aira-force-linux.deb 3.7 MB
Version 0.9.0
aira-force-raspberrypi.tar.gz 3.4 MB
Version 0.9.0

Development log

View all posts