williballenthin / python-idb

Pure Python parser and analyzer for IDA Pro database files (.idb).
Apache License 2.0
455 stars 73 forks source link

Bug fix on _find_bb_end and NextHead. #71

Closed jimmy-sonny closed 4 years ago

jimmy-sonny commented 4 years ago

Python-idb was iterating in an infinite loop while processing instructions in "Externs" segment of the IDB. I propose the following fix.

williballenthin commented 4 years ago

thank you!