View Single Post
  #6  
Old 09-21-2004, 11:12
xzz
 
Posts: n/a
E.g

in ntdll.dll
you can find return address and simple you can hook them,
the address from my ntdll.dll

;Native API
SYSTEM_CALL equ 7FFE0300h
NtAllocateVirtualMemory equ 77F5b54Eh
Reply With Quote