python3-distorm3

powerful disassembler library for x86/AMD64 binary streams (Python3 bindings)
  https://github.com/gdabah/distorm
  0
  no reviews



DiStorm3 is a binary stream disassembler library project.

With diStorm3, no more parsing strings is needed. diStorm3 is really a decomposer, which means it takes an instruction and returns a binary structure which describes it rather than static text. This is great for advanced binary code analysis.

This package provides the Python3 bindings.