ESIL(7) | Miscellaneous Information Manual | ESIL(7) |
ESIL - Evaluable Strings Intermediate Language
ESIL aims to describe a Forth-like representation for every target CPU opcode semantics. ESIL representations can be evaluated (interpreted) in order to emulate individual instructions.
Each command of an ESIL expression is separated by a comma
These operations should be enough to emulate most instructions of any architecture
radare2(1)