Files
idapython-src/tools/patch_codegen/ida_hexrays.py
T
2019-06-26 14:37:39 +02:00

7 lines
196 B
Python

{
"repl_line" : [
("class casm_t(ida_pro.uintvec_t):", "class casm_t(ida_pro.eavec_t):"),
("class casm_t(ida_pro.ulonglongvec_t):", "class casm_t(ida_pro.eavec_t):"),
],
}