Quote:
Originally Posted by eychei
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.
|
Can't reproduce you error, could you attach your script, or more info about error, in ida 6.8, there not ida_bytes, to use bytes function, you could import idaapi and call all bytes functions it support