Karta : Source Code Assisted Fast Binary Matching Plugin For IDA

“Karta” (Russian for “Map”) is an IDA Python plugin that identifies and matches open-sourced libraries in a given binary. The plugin uses a unique technique that enables it to support huge binaries (>200,000 functions), with almost no impact on the overall performance. The matching algorithm is location-driven. This means that it’s main focus is to …

uEmu : Tiny Cute Emulator Plugin For IDA Based On Unicorn

uEmu is a tiny cute emulator plugin for IDA based on unicorn engine. Supports following architectures out of the box: x86, x64, ARM, ARM64, MIPS, MIPS64. What is it GOOD for? Emulate bare metal code (bootloaders, embedded firmware etc) Emulate standalone functions What is it BAD for? Emulate complex OS code (dynamic libraries, processes etc) …

Auto_Re : IDA PRO Auto-Renaming Plugin With Tagging Support

Auto_re dummy-named functions, which have one API call or jump to the imported API. Before After Also Read – UniFuzzer : A Fuzzing Tool For Closed-Source Binaries Based On Unicorn & LibFuzzer Assigning TAGS to functions accordingly to called API-indicators inside Sets tags as repeatable function comments and displays TAG tree in the separate view …