Rizin
unix-like reverse engineering framework and cli tools
rz_il.h
Go to the documentation of this file.
1 #ifndef RZ_IL_H
2 #define RZ_IL_H
3 
4 #include <rz_il/rz_il_validate.h>
5 #include <rz_il/rz_il_vm.h>
6 #include <rz_il/rz_il_opcodes.h>
7 #include <rz_il/rz_il_reg.h>
8 
9 #endif // RZ_IL_H
signatures of core theory opcodes
Validation/Type Checking of RzIL Code.