Industrializing the disassembly of an undocumented processor from a raw binary is a complex challenge that can be broken down into 4 main phases:
Verify that the binary does not belong to an already known processor.
Verify that the binary does not correspond to obfuscated, compressed, or encrypted code from a known processor.
Build an undocumented processor generator.
Develop the analysis workflow and disassembly generation pipeline.







