hexrays-python
hexrays-python copied to clipboard
didn't work in automatic mode when analysis arm file
I write a IDAPython script. I can run it by idat -S"script.py" x86_binary.idb
.
But when i run idat -S"script.py" arm_binary.idb
, It didn't work.
The statement idaapi.init_hexrays_plugin()
in script returns false.
What should i do?