Nothing is hack-proof. AXIOM uses layered protection to raise the cost of unauthorized use while preserving a usable development workflow.
Layers:
- Proprietary license
- Paid entitlement foundation
- Play Integrity scaffold
- Product signature file gate
- Package signature verification
- Signed AXIOM to VOID.GAME launch contract
- R8/ProGuard release hardening
- Release fail-closed behavior
Debug builds may bypass entitlement and signature gates only through explicit BuildConfig.DEBUG checks. Release builds fail closed until real entitlement and server-side signature verification are implemented.