Hey im trying to make a UCE and im doing https://forum.****************/viewtopic.php?t=61592 <---THIS tutorial and got stuck here"
2d.
Using ASR, PathMain Source Folder)with the mask (memscan.c; DBKDrvr.c),
(Include Subfolders)
search and replace the following:
KeStackAttachProcess((PKPROCESS)selectedprocess,&a pc_state); ----> KeAttachProcess((PEPROCESS)selectedprocess);
KeUnstackDetachProcess(&apc_state); ----> KeDetachProcess();
what do i do?