软件推荐:Human Anatomy Atlas

MS Store Google Play App Store Developer Website

每年的 10-12 月可能会有特价,价格为 1USD。

也参见绕过 Microsoft Store 应用的运行前正版验证的部分内容以实现自动化部署。

Patch 内购

Il2CppDumper

1
2
// Type: StoreManager
// Assembly location: C:\PathTo\DummyDll\scripts.dll
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
; bool __stdcall StoreManager__IsPurchased(StoreManager_o *this, System_String_o *id, const MethodInfo *method)
StoreManager$$IsPurchased proc near

arg_0= qword ptr  8

mov     al, 1
nop
nop
nop
retn
1
2
Address	Length	Original bytes	Patched bytes
000000018168FB80	0x6	48 89 5C 24 08 57 	B0 01 90 90 90 C3
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
; bool __stdcall StoreManager__IsContentLockedByIAP(StoreManager_o *this, ContentfulEntryJSON_o *contentEntry, const MethodInfo *method)
StoreManager$$IsContentLockedByIAP proc near

arg_0= qword ptr  8

mov     al, 0
nop
nop
nop
retn
1
2
Address	Length	Original bytes	Patched bytes
000000018168F540	0x6	48 89 5C 24 08 57 	B0 00 90 90 90 C3
提交: 82e971b0   环境: production   Hugo: 0.138.0   时间: 1732156496
作者对于因使用或解读所提供内容而导致的任何直接或间接后果不承担任何责任。
使用 Hugo 构建
主题 StackJimmy 设计