iBoot64helper icon indicating copy to clipboard operation
iBoot64helper copied to clipboard

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

Open cragy0516 opened this issue 4 years ago • 0 comments

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

cragy0516 avatar Jan 06 '21 09:01 cragy0516