Description
Provide architecture-specific metadata for Python projects that analyze binaries, emulate code, or reason about CPU details. It is commonly useful to security and reverse-engineering tools that need register, endianness, and ABI knowledge.
Architecture metadata supports analysis but does not prove program behavior alone. Pair it with correct binary format and platform assumptions.