angr

angr

#Security Testing#Malware Analysis

Bindings for the Yara library from VirusTotal with support for Yara v4.2 and various features like rule compilation and scanning.

Visit Website

angr: A Flexible Binary Analysis Framework

angr is a binary analysis framework that works across different platforms. It was developed by the Computer Security Lab at UC Santa Barbara, SEFCOM at Arizona State University, their associated Capture The Flag (CTF) team, Shellphish, the open-source community, and @rhelmot.

A Comprehensive Suite of Python 3 Libraries for Various Tasks

This suite comprises a wide range of Python 3 libraries, specifically designed to assist with various tasks. These tasks include disassembly, lifting, program instrumentation, symbolic execution, control-flow analysis, data-dependency analysis, value-set analysis, and decompilation.

The Most Common Operation in angr

The most common operation is to load a binary file by using the command angr.Project('/bin/bash').