Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 513 Bytes

File metadata and controls

22 lines (18 loc) · 513 Bytes

BASICS: Binary Analysis and Stack Integrity Checker System

Model Checking tool to verify LTL properties in stack memory of binary programs

Requirements

Recomended

  • PyPy is necessary to obtain better performance, we recommend setting a virtualenv with pyenv, using the PyPy Interpreter

Required Software

In order for the tool to run you must install the following programs:

  • Graphviz
  • Rust Compiler
  • E9Patch
  • LTL2BA

Python Packages

  • angr
  • angr-utils
  • pwntools
  • rustworkx
  • lark
  • numpy