Skip to content

invano/ida-rssb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IDA Pro processor module for RSSB

Proof of concept implementation of an IDA Processor module for Reverse Subtract and Skip if Borrow (RSSB) machines. Written for IDA Pro 7 and tested on IDA Pro 7.1.

This module was written to solve Suspicious Floppy Disk---the last challenge---of Flare-On 2018 reverse engineering competition. The aim of this IDA processor is to translate rssb instructions to an higher level interpretation. You can find a quick explanation of the implemented macro at this blog post.

Please, take it as it is and bear in mind this processor is strongly built on top of the RSSB macros created by the challenge author.

Content:

  • rssb-ida.py, IDA processor module. Move it to /<IDA installation path>/procs/
  • rssb-emu.py, an Rssb emulator written in Python
  • flareon2018-ch12.rssb, the Rssb payload extracted from last challenge of Flare-On 2018

About

IDA Processor module for RSSB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages