View Single Post
  #4  
Old 04-09-2018, 15:31
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
It is this script.
https://github.com/duo-labs/idapython/blob/master/cortex_m_firmware.py

I do get this error:
import ida_bytes
ImportError: No module named ida_bytes

-e
In <IDADIR>/python, does you see ida_bytes.py file ? you could type in python console os.sys.path, does <IDADIR>/python exists in the path , maybe reinstall ida will solve problem.
Reply With Quote
The Following User Says Thank You to computerline For This Useful Post:
eychei (04-12-2018)