Releases: a1ext/auto_re
Releases · a1ext/auto_re
v1.9: IDA 9.0 support (#12)
IDA 9.0 support has been added, kudos to @BowDown097 👍
Python 3 compatibility
v1.8 Python 3 compatibility
v1.7
Improvements & fixes
- Fixed wrong PyQt5/PySide detection. Now we just check IDA version
- Don't rename function if there are jumps to outside.
Improvements & fixes
- WinHttp* functions added
- Added handling of instructions which has known callee like:
mov eax, ds:CryptDecodeObjectEx
...
call eax ; CryptDecodeObjectEx
Improvements & fixes
- Fixed bug with duplicate APIs in the AutoREView
- ShellExecuteEx{A,W} added
IDA 6.8 support, handling API wrappers
v1.2 Added handling of function wrappers like 'jmp MEM32' and push 'IMM32/…
Displaying all the APIs in the TAGS view
v1.1 [+] Readme added