OpenRCE / paimei

A reverse engineering framework written in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PAIMEIpstalker: Export to IDA Pro - compatibility issue with newer version of IDA

deresz opened this issue · comments

"Export to IDA" is producing IDC file to export stalking results back to IDA Pro. Apparently newer IDC implementation use 'new' as a restricted keyword (probably as a 'new' operator similar to C++). It cannot be used as a variable name any more (and it currently is).