![]() |
|
#1
|
|||
|
|||
|
Write Access on Win9x
Hi,
i was trying to do API hooking on win9x so i need write access in kernel32.dll memory pages. As you know VirtualProtect wont do that job but there is an undocumented way to perform this thru a VxDCall4. I tested this and it worked, but i need this code relocatable, and not using an import table so i need to do GetProcAddress for this call. VxDCall has no real procedure name so it should be imported by ordinal. Its ordinal is 5 but when i do push 5 push KernelBase call GetProcAddress i get 0 in eax :/ Any help? |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| For those who write tutorials. | Nilrem | General Discussion | 4 | 02-03-2004 00:21 |
| Making unpacked progs work on both WinXP/Win9x? | Barry | General Discussion | 5 | 02-02-2004 04:04 |
| SoftICE (DS 2.6 || SS 2.6) + ICEDump 6.025 + win9X --> Not Work fine? | sky | General Discussion | 1 | 09-19-2002 09:51 |