Category: Reverse Engineering

Triton

Triton: Dynamic Binary Analysis (DBA) framework

Triton is a dynamic binary analysis (DBA) framework. It provides internal components like a Dynamic Symbolic Execution (DSE) engine, a Taint Engine, AST representations of the x86 and the x86-64 instructions set semantics, SMT simplification...

YaCo

YaCo: Collaborative Reverse-Engineering for IDA

YaCo – Collaborative Reverse-Engineering for IDA YaCo is a Hex-Rays IDA plugin enabling collaborative reverse-engineering on IDA databases for multiple users. Incremental database changes are stored & synchronized through Git distributed version control system. Both offline & online work...

xori

Xori – Custom disassembly framework

Xori – Custom disassembly framework Xori is an automation-ready disassembly and static analysis library that consumes shellcode or PE binaries and provides triage analysis data. Architectures: i386 x86-64 File Formats PE, PE+ Plain shellcode...

Hyara

Hyara: Yara rule making tool (IDA Plugin)

Hyara (IDA Plugin) Hyara is IDA Plugin that provides convenience when writing yard rules. You can designate the start and end addresses to automatically create rules. It was created based on GUI, and adding...