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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: