|
import ida_bytes problem
Hi all,
I do have problems with IDA7.0
Loading a binary into the 32bit version does not load idapython.
It seams that this is only available through ida x64.
I can load my 32bit binary into ida x64 and run my python scripts. So far so good.
But when I want to use the Hex-Rays Plugin, it is not available.
Does anyone know how to solve this?
I also tried to load the python script into IDA6.8 32bit. There I have the problem that i get an error:
import ida_bytes
ImportError: No module named ida_bytes
I think that this module is maybe available in later versions of idapython.
Hope someone can help me out.
|