Description
Disassembler support helps debugging, analysis, and reverse-engineering tools translate binary machine code into assembly instructions. It is useful when software needs to inspect executable code programmatically.
This package is a library, not a full interactive analysis suite. Users should apply it only to software they are allowed to inspect, especially in professional or security-sensitive environments.