Hello,
i hope this post is right located in this Thread.
I would like to access the stack of a DOS of program from a
Win32 application.
I've tried the DebugAPI's SetThreadContext/GetThreadContext.
Changing the EIP work's great but accessing the stack with the returned ESP Pointer fails.
Then i tried to give ESP value to ReadProcessMemory but the returned value by RPM isn't the value i pushed onto the stack.
You can view my testing apps with source h**p://phalcon.net/masm32/
any suggestions??
Sincerly
Nukacola