Translate virtual machine code into x86_64 assembly instructions for IDA to decompile, analyze and debug in reverse engineering.
Currently, bytecode instruction translation is implemented (less than eight registers)
python run.py --config VM.json --bin binarycode
It will generate a binary file for x86_64 architecture.
The basic format can be viewed in non-RISC.json
.
- RISC Analysis
- More registers
Refactoring for Object-oriented- Instruction Optimization