요즘 좋은 기술 많이 나오네요 ㅇ_ㅇ;;

Remote Library:
http://www.codeproject.com/win32/remote.asp#xx1150183xx
번역:
http://www.devpia.com/forum/BoardView.aspx?no=7262&ref=7262&page=1&forumname=vc_lec&stype=


어셈블리로 된 보다 안정된 녀석이라는데..

1. Internal 9x functions must be called by thread that owns certain system mutexes (~ runs on system level).
2. NtAlocateVirtualMemory should be called inside __try/__except frame (Nt's VirtualAllocEx is implemented that way).
3. Did you test your code under Win95 and 9x debug builds? (No).
4. What about Win95 OS 2.1+?
5. What about 9x remote thread into 16bit process?
6. What about 9x remote thread into not-yet-initialized process? (DllMains get called with THREAD_ATTACH before PROCESS_ATTACH).
When DebuActiveProcess or OpenProcess in 9x are hooked via IAT+GPA or EAT pointer replacement,
your solution will not work.

http://www.anticracking.sk/EliCZ/export/CPRPICHA.zip

'KB > MFC/Win32' 카테고리의 다른 글

IGlobalInterfaceTable  (0) 2006.03.24
COM 스레드 모델 STA, MTA  (0) 2006.03.24
TCP 성능 향상  (0) 2006.01.31
ATL COM 로컬 서버 Keep Alive 시키기  (0) 2006.01.06
DCOM with xp sp2  (0) 2006.01.06

+ Recent posts