REpsych
: Psychological Warfare in Reverse Engineering
github.com/xoreaxeaxeax/repsych // domas // @xoreaxeaxeax
Overview
The REpsych toolset is a proof-of-concept illustrating the generation of images through a program's control flow graph (CFG).
A typical function's CFG A REpsych generated CFG
There is no specific point to the project (other than to show that it can be done), but possible (non-serious) applications are outlined in the DEF CON presentation.
The program works reliably with all tested versions of the IDA Pro reverse engineering tool, and semi-reliably with other CFG viewers (Hopper, BinNavi, radare2, etc).
Usage
The toolset translates source images into functioning programs, such that the program's control flow graph generates the source image.
... continue reading