Skip to content

Releases: a1ext/auto_re

IDA Plugin manager support

23 Dec 22:12

Choose a tag to compare

v2.2

feat: IDA Plugin manager support

armle amd mipsel api wrappers support

22 Dec 21:43

Choose a tag to compare

  • armle api wrappers like below are now supported:
ADDRL  R12, 0x606A4
LDR    PC, [R12, #(sprintf_ptr - 0x606A4)]!
; and
.plt:0000B0B4                 ADR             R12, 0xB0BC ; Load address
.plt:0000B0B8                 ADD             R12, R12, #0x55000 ; Rd = Op1 + Op2
.plt:0000B0BC                 LDR             PC, [R12,#(XXXX_ptr - 0x600BC)]! ; Indirect Jump
  • mipsel api wrappers like below are now supported:
.plt:009F63E0                 lui     $t7, 0xA1
.plt:009F63E4                 lw      $t9, off_A08884
.plt:009F63E8                 jr      $t9
  • less false positive findings by more strict matching api name

v1.9: IDA 9.0 support (#12)

05 Sep 21:20
2ea88f0

Choose a tag to compare

IDA 9.0 support has been added, kudos to @BowDown097 👍

Python 3 compatibility

04 Aug 17:00
5a4a21a

Choose a tag to compare

v1.8

Python 3 compatibility

v1.7

14 Oct 13:10

Choose a tag to compare

  • IDA 7.4 has dropped some deprecated IDAPython APIs, the code adjusted

Tags improvements, IDA 9.2 support

14 Sep 14:37

Choose a tag to compare

  • Added mipsel api wrappers support

  • Tags has more APIs and new categories: native, mem, priv, cmp, fmt, parsing, io, ldr

  • IDA 9.2 PySide6 migration

Improvements & fixes

28 Oct 17:21

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

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

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

Choose a tag to compare

v1.2

Added handling of function wrappers like 'jmp MEM32' and push 'IMM32/…