mirror of
https://github.com/khanhduytran0/coruna.git
synced 2026-07-12 15:06:38 +02:00
Use unsigned vmcopy page shift
This commit is contained in:
@@ -8488,7 +8488,7 @@ __int64 __fastcall exploit_thread_vmcopy_race(__int64 someStruct)
|
|||||||
thread_act_t stateThread = 0;
|
thread_act_t stateThread = 0;
|
||||||
semaphore_t readySemaphore = 0;
|
semaphore_t readySemaphore = 0;
|
||||||
semaphore_t resumeSemaphore = 0;
|
semaphore_t resumeSemaphore = 0;
|
||||||
int pageShift = 0;
|
uint32_t pageShift = 0;
|
||||||
natural_t suspendedThreadState[0x44]; // BYREF
|
natural_t suspendedThreadState[0x44]; // BYREF
|
||||||
VmcopyWritePhysmapBlock writePhysmapBlock; // BYREF
|
VmcopyWritePhysmapBlock writePhysmapBlock; // BYREF
|
||||||
integer_t policyInfo[4]; // BYREF
|
integer_t policyInfo[4]; // BYREF
|
||||||
|
|||||||
Reference in New Issue
Block a user