Rizin
unix-like reverse engineering framework and cli tools
autogen_x86imm.py File Reference

Go to the source code of this file.

Namespaces

 autogen_x86imm
 

Variables

string autogen_x86imm.OUTPUT = "../arch/X86/X86ImmSize.inc"
 
 autogen_x86imm.f = open("../arch/X86/X86GenInstrInfo.inc")
 
 autogen_x86imm.f2 = open(OUTPUT, "w")
 
 autogen_x86imm.tmp = line.strip().split("=")
 
 autogen_x86imm.name = tmp[0].strip()