package unisim_archisec

  1. Overview
  2. Docs
UNISIM-VP DBA decoder

Install

Dune Dependency

Authors

Maintainers

Sources

unisim_archisec-0.0.2.tbz
sha256=1808b0113b272bb8b5609b8cc8f7f722bfe35cb81d02bc8283c435797389fffb
sha512=5e3d5e1fc0581ec3dd614e5365d904636cbdaae57136be5b92f96d4faecf5a2927a26a357632dbab918fa51726c3e909a9ab6cbeec7a4dcc6269c4727cd7051a

Description

UNISIM ARCHISEC is a companion project of the binary analysis platform BINSEC. It exposes disassembly metadata and DBA (Dynamic Bitvector Automata) semantics of several instruction set architectures, including ARM and x86.

Published: 18 Apr 2022

README

UNISIM ARCHISEC

UNISIM ARCHISEC is a companion project of the binary analysis platform BINSEC. It exposes disassembly metadata and DBA (Dynamic Bitvector Automata) semantics of several instruction set architectures:

  • Arm32dba an ARM/Thumb (ARMv7) DBA decoder

  • Aarch64dba an AARCH64 (ARMv8) DBA decoder

  • Amd64dba an AMD64 (x86-64) DBA decoder

See INSTALL for installation instructions.

Dependencies (4)

  1. conf-gmp
  2. conf-g++ build
  3. conf-gcc build
  4. dune >= "3.0"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts (1)

  1. binsec < "0.5.0"