You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to load script file in IDA Pro 7.0 for iOS 12.5.5 kernel. But I am not success with follow messages. It's strange. and can anyone find the way to solve this?
/Users/mac/iosre/tools/ida_kernelcache/ida_kernelcache.py: cannot import name ida_utilities
Traceback (most recent call last):
File "/Applications/IDA Pro 7.0/ida64.app/Contents/MacOS/python/ida_idaapi.py", line 553, in IDAPython_ExecScript
execfile(script, g)
File "/Users/mac/iosre/tools/ida_kernelcache/ida_kernelcache.py", line 8, in
import ida_kernelcache
File "/Applications/IDA Pro 7.0/ida64.app/Contents/MacOS/python/ida_kernelcache/init.py", line 10, in
from . import ida_utilities
ImportError: cannot import name ida_utilities
The text was updated successfully, but these errors were encountered:
I was trying to load script file in IDA Pro 7.0 for iOS 12.5.5 kernel. But I am not success with follow messages. It's strange. and can anyone find the way to solve this?
/Users/mac/iosre/tools/ida_kernelcache/ida_kernelcache.py: cannot import name ida_utilities
Traceback (most recent call last):
File "/Applications/IDA Pro 7.0/ida64.app/Contents/MacOS/python/ida_idaapi.py", line 553, in IDAPython_ExecScript
execfile(script, g)
File "/Users/mac/iosre/tools/ida_kernelcache/ida_kernelcache.py", line 8, in
import ida_kernelcache
File "/Applications/IDA Pro 7.0/ida64.app/Contents/MacOS/python/ida_kernelcache/init.py", line 10, in
from . import ida_utilities
ImportError: cannot import name ida_utilities
The text was updated successfully, but these errors were encountered: