williballenthin / python-idb

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

Bug fix #67

Closed jimmy-sonny closed 5 years ago

jimmy-sonny commented 5 years ago

Fixed typo on a variable name. Fixed the comparison in api.idc.NextHead() to match the same behaviour as in IDA (at least in IDA v7.2).