Description
Load executable files and their libraries for Python-based binary analysis. It helps tools resolve imports, map program memory, and understand how a binary would be arranged before deeper inspection.
This is a low-level analysis library, not a normal launcher for programs. Use it only on files you are allowed to inspect, and treat unknown binaries as untrusted even when the tool is only reading them.