Update README.md

master
xerox 4 years ago
parent f4136b13e3
commit 841aa24d80

@ -24,9 +24,9 @@ __int64 __usercall apc_callback@<rax>(char _CL@<cl>, char _BH@<bh>, __int64 *a3@
Registeration of APCS:
```cpp
current_thread_id = PsLookupThreadByThreadId(thread_id, &some_pethread);
status = PsLookupThreadByThreadId(thread_id, &some_pethread);
v17 = 0;
if ( (int)current_thread_id >= 0 )
if ( (int)status >= 0 )
{
allocated_pool = ExAllocatePool(0x200i64, 0x878i64);
allocated_pool_1 = allocated_pool;

Loading…
Cancel
Save