Quote:
Originally Posted by eychei
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.