Releases: a1ext/auto_re
Releases · a1ext/auto_re
IDA Plugin manager support
armle amd mipsel api wrappers support
- 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)
IDA 9.0 support has been added, kudos to @BowDown097 👍
Python 3 compatibility
v1.8 Python 3 compatibility
v1.7
Tags improvements, IDA 9.2 support
-
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
- 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/…