Hello!
Does anybody here knows what do I have to do (can be the idea) to set a protection to a codepage of another process? Ps.: Without using VirtualAllocEX because VirtualAllocEX does not work on Windows 98.
Thank you very mutch!
Does anybody here knows what do I have to do (can be the idea) to set a protection to a codepage of another process? Ps.: Without using VirtualAllocEX because VirtualAllocEX does not work on Windows 98.
Thank you very mutch!
I was confused for a while because you say "codepage" - a "codepage" has to do with keyboard character mappings :)
Anyway, last time I looked, EliCZ had VirtualProtectEx emulation for 9x...
Anyway, last time I looked, EliCZ had VirtualProtectEx emulation for 9x...
Anyway, last time I looked, EliCZ had VirtualProtectEx emulation for 9x...
yes, I know, but I wish to know the idea of how did he made it! I am learning system programming.... I need to know how does it works :-D
then I could do my own emulator... who knows!!! :p
Use a disassembler? ;-)
Use a disassembler? ;-)
Sure, but its too complicated for me to understand ASM line by line :oops:
VirtualProtectEx should work fine on 9X. You don't need to emulate it. VirtualAllocEx doesn't work, though.
VirtualProtectEx should work fine on 9X. You don't need to emulate it. VirtualAllocEx doesn't work, though.
How am I idiot.... d????

LoL, I did not realized... Thanx very mutch! the problem of using VirtualAllocEX I've solved writting into the shared area of Win9x!
Thank you very mutch!
I think I have the source code to the older version of apihooks, sent to me by Four-F. I can attach if you guys want it.
roticv, would be great if you do!
yes, I want to take a look!
Actually I'm doing an API Hook library without the need DLLs... I'll post here the results when I finish it!
Thank you!
yes, I want to take a look!
Actually I'm doing an API Hook library without the need DLLs... I'll post here the results when I finish it!
Thank you!
His codes are not easy to understand.. His own style..
Its better I stop trying to understand his code... I'm going to get crazy :P