← Back to indexDownload APK

Steel Paws

Case 040 / YS Net / Netflix

Developed by YS Net, Steel Paws was a Netflix game, now removed from Netflix in Nov 4, 2025. Client-complete. Strip the Netflix SDK entitlement gate and it runs offline. A working offline build or asset bundle is published.

Recovery notes

Uses the newer gen-2 com.netflix.games SDK (request/grant PlayerAccess + BlobStoreApi cloud-save), but has NO engine bridge - the native Unreal Engine 5 game calls the SDK's obfuscated impls directly, so the patch rewrites those impls in place (found by .implements). The AccessApi impl's requestPlayerAccess returns a granted offline PlayerAccessInfo and the SDK error screen is no-oped. Its only save channel is the Netflix cloud-save blob, which funnels through a server sync that hangs offline, so the BlobStoreApi impl (readPlayerBlob/writePlayerBlob/getPlayerBlobs/deletePlayerBlob) is redirected to an on-device file store. The game hands writePlayerBlob a plain BlobContainer, so bytes come via getBlob() (not a Base64BlobContainer cast) and a read miss returns BLOB_NAME_NOT_FOUND (-1001). Content ships as a 911 MB Play Asset Delivery OBB, fused into the merged APK. Reproducible in one command via netflix-offline-patcher (gen-2 no-bridge branch).

Original download mirrors
Details
RecoverabilitySDK-patchable
StatusRecovered
Android (APK)Download from Internet Archive (v1.2.0)
sha256 20b256e22755fca0583910ebae1501c0d450e241da9e6f1897122c9c76a8c9bc
iOS (IPA)Not yet recovered.
EngineUnreal Engine 5 (libUnreal) · arm64-v8a
Packagecom.netflix.NGP.TowerofWorlds
ReleasedMar 25, 2025
RemovedNov 4, 2025
Netflix exclusiveYes
Contributorscommunity
UpdatedJul 4, 2026

Something wrong or missing? Suggest an edit.