Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doesn't work for python3 #11

Open
docfate111 opened this issue May 18, 2022 · 0 comments
Open

doesn't work for python3 #11

docfate111 opened this issue May 18, 2022 · 0 comments

Comments

@docfate111
Copy link

when i run the script

IDA Pro 7.7\python\3\ida_idaapi.py", line 580, in IDAPython_ExecScript
    exec(code, g)
  File "C:/Users/tdwil/Downloads/ida_kernelcache/ida_kernelcache.py", line 8, in <module>
    import ida_kernelcache
  File "C:/Users/tdwil/Downloads/ida_kernelcache\ida_kernelcache\__init__.py", line 13, in <module>
    from . import class_struct
  File "C:/Users/tdwil/Downloads/ida_kernelcache\ida_kernelcache\class_struct.py", line 128, in <module>
    from . import classes
  File "C:/Users/tdwil/Downloads/ida_kernelcache\ida_kernelcache\classes.py", line 10, in <module>
    from . import collect_classes
  File "C:/Users/tdwil/Downloads/ida_kernelcache\ida_kernelcache\collect_classes.py", line 16, in <module>
    from . import segment
  File "C:/Users/tdwil/Downloads/ida_kernelcache\ida_kernelcache\segment.py", line 12, in <module>
    from . import kernel
  File "C:/Users/tdwil/Downloads/ida_kernelcache\ida_kernelcache\kernel.py", line 86, in <module>
    kernelcache_format = _get_kernelcache_format()
  File "C:/Users/tdwil/Downloads/ida_kernelcache\ida_kernelcache\kernel.py", line 82, in _get_kernelcache_format
    if '_PrelinkLinkKASLROffsets' in prelink_info:
TypeError: argument of type 'NoneType' is not iterable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant