软件推荐: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
除非另有说明,此内容使用 CC BY-SA 4.0 许可。
最后更新于 2025-03-20 10:25:29
提交: 7a5bc034 环境: production Hugo: 0.145.0 主题: 3.30.0-modified 时间: 1743559587944512
本博客内容仅供参考,作者不对其准确性、完整性或适用性作出任何明示或暗示的保证。因使用、引用或解读本博客内容所引发的任何直接或间接后果,作者概不承担任何责任。
本博客可能包含第三方转载内容,相关版权归原作者所有。转载内容仅为分享信息之目的,不代表作者观点。如涉及侵权,请联系删除。
使用 Hugo 构建
主题 StackJimmy 设计