Triton

Triton

#Security Testing#Malware Analysis

A PowerShell obfuscation detection framework designed to highlight the limitations of signature-based detection and provide a scalable means of detecting known and unknown obfuscation techniques.

Visit Website

Triton: A Dynamic Binary Analysis Library for Advanced Program Analysis

Triton is a dynamic binary analysis library that offers essential components for creating program analysis tools. It facilitates the automation of reverse engineering, supports software verification, and enables code emulation.

It provides a range of advanced analysis tools and techniques

It offers dynamic symbolic execution, dynamic taint analysis, an Abstract Syntax Tree (AST) representation of various Instruction Set Architectures (ISAs), expression synthesis, SMT simplification passes, lifting to LLVM, and interfaces with the Z3 and Bitwuzla solvers.

It also includes C++ and Python APIs for user convenience

It also includes C++ and Python APIs, making it easier to use.