public int CurMissionId { [Address(RVA = "0x16CCFF0", Offset = "0x16CCFF0", VA = "0x16CCFF0")] get { return 0; } [Address(RVA = "0x16CCFF8", Offset = "0x16CCFF8", VA = "0x16CCFF8")] set {} } // Token: 0x060068A9 RID: 26793 RVA: 0x00002050 File Offset: 0x00000250 [Address(RVA = "0x16CD000", Offset = "0x16CD000", VA = "0x16CD000")] public void Init() { } // Token: 0x060068AA RID: 26794 RVA: 0x00002050 File Offset: 0x00000250 [Address(RVA = "0x16CD474", Offset = "0x16CD474", VA = "0x16CD474")] private void UpdateCurMissionId(object[] param) { } [FieldOffset(Offset = "0x0")] private static MissionManager _instance; // Token: 0x040037C2 RID: 14274 [FieldOffset(Offset = "0x8")] private int _curMissionId; And here's my C++ int (*_Get_Mission_Id)(void *MissionInstance) = (int (*)(void *))getRealOffset(0x16CCFF0); void(*_MissionManager_Update)(void *instance); void MissionManager_Update(void *instance) { if(instance != NULL) { LOGI("[MissionManager Update]"); int MissionId_1 = _Get_Mission_Id(instance); LOGI("MIssion Id_1 : %d", MissionId_1); int MissionId_2 = *(int*)((uint64_t)instance + 0x8); LOGI("MIssion Id_2 : %d", MissionId_2); } _MissionManager_Update(instance); } MSHookFunction((void*)getRealOffset(0x16CD474), (void*)MissionManager_Update, (void**) &_MissionManager_Update); But It's always return I/Debug (23541): MIssion Id_1 : -1 I/Debug (23541): MIssion Id_2 : -1 How can I get this fields ?
from iOSGods RSS Feed https://ift.tt/39uw6gG
Subscribe to:
Post Comments (Atom)
-
Yubo Yoti bypass Requirements: Yubo app Jailbroken iPhone Apps Manager Brain Steps: Open Apps Manager Locate Yubo in Apps Manager and open i...
-
Modded/Hacked App: Simply Guitar by JoyTunes by JoyTunes Bundle ID: com.joytunes.SimplyGuitar iTunes Store Link: https://ift.tt/2ANDd7d Mod ...
-
I don't know how this happened, i was trying to install Kinemaster modded version on my iPhone 7 running iOS 14.0.1, maybe it's beca...
-
Hey everyone I am running Ipad 6th generation running ios 14.0 32 gb capacity with 19.1 gb left I used sideloadly yesterday to install an ap...
-
Hello! I am using this for practice using a dummy Snapchat account I've made and created a My Eyes Only tab. Now, if you don't know ...
-
Hello, does anyone know why I cannot use my Apple password or password from apple servers? Sideloadly version 0.16.1 Checking iOS version......
-
As the title says upon installing Last Day on Earth with sideloadly i get this error ERROR: Guru Meditation 6020bc@89:f11511 Call to np_clie...
-
Hello friends, So I have a problem with Sideloadly, I installed it on my (32x bit Windows 7) laptop (SONY) and tried opening it, but when I ...
-
Hello, I am currently running with an iPhone XR on IOS 12.2. I am trying to install ipa files through cydia impactor but keep receiving this...
-
Netflix is now offering users a chance to win a free subscription for 83 years. The company calls it the “immortal” Netflix account. T...
No comments:
Post a Comment