Skip to content

Releases: a1ext/auto_re

Python 3 compatibility

04 Aug 17:00
5a4a21a
Compare
Choose a tag to compare
v1.8

Python 3 compatibility

v1.7

14 Oct 13:10
Compare
Choose a tag to compare
  • IDA 7.4 has dropped some deprecated IDAPython APIs, the code adjusted

Improvements & fixes

28 Oct 17:21
Compare
Choose a tag to compare
  • Fixed wrong PyQt5/PySide detection. Now we just check IDA version
  • Don't rename function if there are jumps to outside.

Improvements & fixes

27 Oct 00:30
Compare
Choose a tag to compare
  • WinHttp* functions added
  • Added handling of instructions which has known callee like:
mov eax, ds:CryptDecodeObjectEx
...
call eax ; CryptDecodeObjectEx

Improvements & fixes

05 Jun 21:36
Compare
Choose a tag to compare
  • Fixed bug with duplicate APIs in the AutoREView
  • ShellExecuteEx{A,W} added

IDA 6.8 support, handling API wrappers

20 Mar 00:18
Compare
Choose a tag to compare
Added handling of function wrappers like 'jmp MEM32' and push 'IMM32/…

…retn'.

Displaying all the APIs in the TAGS view

17 Sep 01:01
Compare
Choose a tag to compare

_

16 Sep 17:43
Compare
Choose a tag to compare
_

Auto-renaming dummy-named functions, which have one API call
Assigning TAGS to functions accordingly to called API-indicators inside
Setting tags as repeatable function comments and displaying TAG tree in the separate view