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

8 lines
139 B
Python

{
"new_idc_value_t" : [
("repl_text", (
"PyObject *argv[2];",
"PyObject *argv[2] = {0, 0};")),
]
}