본문 바로가기

WeZZ 's 공간292

관심사항 http://www.acc.umu.se/~bosse/ http://www.pgpi.org/products/pgpdisk/ 가상 디스크.. iso 파일 인식 후 AutoRun은? 2010. 6. 30.
스타2 안습하게... 스타2 "다운로드 판매, WOW유저는 무료" 등록일 2010.06.24 16:02:14 | 조회수 13363 블리자드 엔터테인먼트가 스타크래프트2 출시가 다가옴에 따라 본격적인 마케팅 계획 및 판매 정책을 발표했다. 24일 블리자드는 대한한공 격납고에서 출시기념 미디어 데이를 갖고 스타크래프트2 출시에 대한 자세한 내용들을 공개했다. 스타2 다운로드 판매, WOW 유저는 무료 먼저 스타크래프트2 국내 판매정책은 오프라인 패키지 방식이 아닌 온라인 클라이언트 다운로드 방식으로 판매된다. 가격은 69,000원에 판매하며 구입자는 무제한으로 게임을 이용할 수 있다. 이외에도 1일 이용권과 30일 이용권을 각각 2,000원과 9,900원에 온라인으로 구매할 수 있는 옵션을 제공할 계획이다. 특히, 블리자드는 월.. 2010. 6. 25.
코드 프로젝트 가상 환경 탐지 코드 // IsInsideVPC's exception filter DWORD __forceinline IsInsideVPC_exceptionFilter(LPEXCEPTION_POINTERS ep) { PCONTEXT ctx = ep->ContextRecord; ctx->Ebx = -1; // Not running VPC ctx->Eip += 4; // skip past the "call VPC" opcodes return EXCEPTION_CONTINUE_EXECUTION; // we can safely resume execution since we skipped faulty instruction } // High level language friendly version of IsInsideVPC() bool.. 2010. 6. 25.
KeIsAttachProcess http://www.reactos.org/pipermail/ros-diffs/2005-March/004331.html 현재 쓰래드가 Attach가 된 상황인지를 알려주는 함수이다. 링크에 기록되어있는 RecOs의 코드를 보면 현제 쓰래드의 ApcStateIndex를 통해 알수 있다. KeIsAttachedProcess(VOID) { return KeGetCurrentThread()->ApcStateIndex; } 2010. 6. 22.
이슈 월드컵 아이폰4 64비트 프로텍트 드라이버 개발 어려운 일이 닥쳐있을 떄 해결 하는 방법은 여러가지가 있다. 포기하거나 조언을 듣거나 "그런데 나한텐 어떤 방법이 있을까" 대한 민국의 16강 진출을 기원합니다! 2010. 6. 17.
EPROCESS - > Flag Protected Processes Protected Processes Windows Vista introduces new type of processes, so called "protected processes". The access to the processes is restricted regardless of actual access control lists and assigned integrity levels. Only limited subset of operations is allowed, such as termination, suspending, resuming, retrieving process image name and synchronization. Whenever a process is opened system perfor.. 2010. 6. 16.