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

objc2_xrefs_helper.py MemoryError #122

Open
vadimszzz opened this issue Dec 10, 2022 · 0 comments
Open

objc2_xrefs_helper.py MemoryError #122

vadimszzz opened this issue Dec 10, 2022 · 0 comments

Comments

@vadimszzz
Copy link

After 30 minutes of work:

C:\Program Files\IDA Pro 7.7\scripts\objc2_xrefs_helper.py: 
Traceback (most recent call last):
  File "C:\Program Files\IDA Pro 7.7\python\3\ida_idaapi.py", line 580, in IDAPython_ExecScript
    exec(code, g)
  File "C:/Program Files/IDA Pro 7.7/scripts/objc2_xrefs_helper.py", line 552, in <module>
    main()
  File "C:/Program Files/IDA Pro 7.7/scripts/objc2_xrefs_helper.py", line 546, in main
    xref_list=ObjCMethodXRefs(arch=arch)
  File "C:/Program Files/IDA Pro 7.7/scripts/objc2_xrefs_helper.py", line 494, in __init__
    self.walk_classes(segment_map)
  File "C:/Program Files/IDA Pro 7.7/scripts/objc2_xrefs_helper.py", line 509, in walk_classes
    objc_class=ObjcClass(va,segment_map,arch=self.arch)
  File "C:/Program Files/IDA Pro 7.7/scripts/objc2_xrefs_helper.py", line 177, in __init__
    self.method_list=ObjcMethodList(class_methods_va,segment_map,arch=arch)
  File "C:/Program Files/IDA Pro 7.7/scripts/objc2_xrefs_helper.py", line 405, in __init__
    self.walk_methods(objc_selrefs,objc_msgrefs,objc_const)
  File "C:/Program Files/IDA Pro 7.7/scripts/objc2_xrefs_helper.py", line 426, in walk_methods
    self.append(objc_method)
MemoryError
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