EiNSTeiN- / hexrays-python

Python bindings for the Hexrays Decompiler
Other
87 stars 24 forks source link

didn't work in automatic mode when analysis arm file #6

Open yangshouguo opened 5 years ago

yangshouguo commented 5 years ago

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?