Thread
:
Can we hook some func in another process then change return address?
View Single Post
#
6
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
xzz