We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
feat: IDA Plugin manager support
feat: armle api wrappers support
IDA 9.0 support (#12) * IDA 9.0 support * Update auto_re.py
Python 3 compatibility
IDA 7.4 dropped deprecated APIs fix
Readme has been updated: information about renaming has been added
Don't rename function if there are jumps to outside.
Added handling of instructions which has known callee like: ``` mov eax, ds:CryptDecodeObjectEx ... call eax ; CryptDecodeObjectEx ```
ShellExecuteEx{A,W} added