View Single Post
  #1  
Old 04-09-2018, 05:02
eychei eychei is offline
Friend
 
Join Date: Mar 2018
Posts: 58
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 34
Thanks Rcvd at 10 Times in 10 Posts
eychei Reputation: 0
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.
Reply With Quote