View Single Post
  #2  
Old 04-09-2018, 11:59
computerline computerline is offline
Friend
 
Join Date: Jun 2014
Posts: 81
Rept. Given: 39
Rept. Rcvd 28 Times in 12 Posts
Thanks Given: 143
Thanks Rcvd at 125 Times in 50 Posts
computerline Reputation: 28
Quote:
Originally Posted by eychei View Post
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
Reply With Quote
The Following User Says Thank You to computerline For This Useful Post:
eychei (04-12-2018)