Back to Browse

Automatic programming of Amiga disassembler (ORG/decrunch support)

16 views
May 8, 2026
3:53

0:08 - View corpus and drill down on located compressed payloads in various targets. One is apparently Atari ST (Bloodwyche data disk). 0:33 - File browser for Pandora disk showing startup-sequence contents. 1:04 - Browse Carrier Command user project. Show paired compressed payload exe and decompressed RNC payload binary (with load/entrypoint address metadata noted on the latter). 1:17 - View decompressed Carrier binary analysis. Show reconciled ORG statement. Scroll around, see there is unanalysed obvious code but also auto-symbolised hardware access. I come across text for a cheat mode so I jump to the relevant referencing code and take a short look. 2:32 - Browse Pandora user project. Show paired compressed payload exe and decompressed ByteKiller payload binary (with load/entrypoint address metadata noted on the latter). 2:47 - View decompressed Pandora binary analysis. It shows the bootstrap code has been analysed and detected the correct ORG location and placement (in theory). Then I view the data types in the navigation and look at the auto-strings it data-typed as part of the analysis. This includes a lot of fixes including: - Better support for ORG section placement. - Integrated decompression support (Ancient github tool/native BK+RLE). - Refactored rendering to be incremental rather than a bolt on hack.

Download

0 formats

No download links available.

Automatic programming of Amiga disassembler (ORG/decrunch support) | NatokHD