Mr-Un1k0d3r / EDRs

1.99k stars 348 forks source link

Update cortex.txt #21

Closed waawaa closed 2 years ago

waawaa commented 2 years ago

Some functions are hooked from user-mode, but it seems the DLL is not injected in all processes. Some are with a JMP instruction, for example NtAllocateVirtualMemory:

imagen

Others are hooked using a PUSH; RET approach, for example NtMapViewOfSection

imagen