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

ValueError: invalid null reference in method 'range_t___ne__', argument 2 of type 'range_t const &' #12

Open
cragy0516 opened this issue Jan 6, 2021 · 0 comments

Comments

@cragy0516
Copy link

cragy0516 commented Jan 6, 2021

C:\Program Files\IDA 7.0\loaders\iBoot64helper.py: Traceback (most recent call last):
File "C:/Program Files/IDA 7.0/loaders/iBoot64helper.py", line 755, in load_file
find_interesting(segment_start, segment_end)
File "C:/Program Files/IDA 7.0/loaders/iBoot64helper.py", line 592, in find_interesting
go_ea = find_do_go(base_ea)
File "C:/Program Files/IDA 7.0/loaders/iBoot64helper.py", line 462, in find_do_go
if func != none:
File "C:\Program Files\IDA 7.0\python\ida_range.py", line 338, in ne
return ida_range.range_t___ne_(self, *args)
ValueError: invalid null reference in method 'range_t___ne__', argument 2 of type 'range_t const &'

I tried with iBoot.d11.RELEASE (iPhone 7 Plus, 13.3.1) and iBoot.d20.RELEASE (iPhone 8, 13.4.1) and the ida version is 7.0
But also I tried with t8010 SecureROM, and it works fine

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