본문 바로가기

WeZZ 's 공간292

일반적으로 사용되는 그러니까..문제의 발단은... 미디어서버교체작업을 했다..미디어 서버를 교체한것까지는 좋았는데.. OGG파일이 다운받아지지 않는구낭...다운 안받아지는건 둘째치고 웹에서 페이지도 안열려...OTL 임시방편으로 IIS구성을 복사해서 교체한 서버에 깔았다.. MP3서버까지도 임시방편을 쓰고.. 후에 알게되었음..MIME라는게 있구나..-ㅂ-;; Multipurpose Internet Mail Extensions의 약자인 MIME 이녀석은... 현재 IIS 버전은 알려진 파일 확장명을 가진 파일에 대해서만 요청을 처리하신단다.. 고로 알려지지 않은 확장명을 가진 파일을 요청하면 HTTP 404 - 파일을 찾을 수 없음의 오류메시지를 내보내신단다.. 일반적으로 사용되는 MIME-Type과 파일 확장명 MIME-.. 2011. 2. 8.
64비트 KeServiceTable Call 64비트 OS에서 서비스 테이블 함수 호출 과정 0: kd> dq KeServiceDescriptorTable fffff800`01a7c980 fffff800`018abd00 00000000`00000000 fffff800`01a7c990 00000000`00000187 fffff800`018ac93c fffff800`01a7c9a0 00000000`00000000 00000000`00000000 fffff800`01a7c9b0 00000000`00000000 00000000`00000000 fffff800`01a7c9c0 fffff800`018abd00 00000000`00000000 fffff800`01a7c9d0 00000000`00000187 fffff800`018ac93c fffff800`01a.. 2011. 1. 31.
[Windbg Script] Disassembling Routines and Searching for Instructions Sometimes you cannot avoid reading the disassembled code to look for a specific assembly instruction. You may want to see if a particular function is doing some specific operation, using some specific register, or calling other functions. You can do that using the disassembling window or using a dead listing and looking for specific instructions; however, it is error prone and it might take time.. 2011. 1. 19.
time, _time64 Get the system time. Copy time_t time( time_t *timer ); __time64_t _time64( __time64_t *timer ); Parameters timer Pointer to the storage location for time. Return Value Return the time in elapsed seconds. There is no error return. A call to time or _time64 can fail, however, if the date passed to the function is: Before midnight, January 1, 1970. After 19:14:07, January 18, 2038, UTC (using time.. 2010. 11. 24.
키보드 관련 WINAPI In This Section ActivateKeyboardLayout BlockInput EnableWindow GetActiveWindow GetAsyncKeyState GetFocus GetKBCodePage GetKeyboardLayout GetKeyboardLayoutList GetKeyboardLayoutName GetKeyboardState GetKeyboardType GetKeyNameText GetKeyState GetLastInputInfo IsWindowEnabled keybd_event LoadKeyboardLayout MapVirtualKey MapVirtualKeyEx OemKeyScan RegisterHotKey SendInput SetActiveWindow SetFocus Se.. 2010. 10. 28.
Make My Protector http://www.programmersheaven.com/2/PE-Protector 2010. 10. 15.