WeZZ 's 공간292 [Util] Nero Express로 이미지 만들기 , 이미지로 CD 굽기 1. Nero Express를 실행 시킨다. 이미지 , 프로젝트 , 복사 메뉴로 들어가서 전체 CD 복사를 클릭한다. 위와 같은 화면에서 이미지 파일의 이름을 만들어 주고 대상 드라이브를 아래와 같이 Image Recoder로 바꿔주고 복사를 하면 위 이미지 파일의 루트에 파일이 생긴다. 이미지 -> CD로 굽는 방법 디스크 이미지 또는 저장된 프로젝트를 클릭한다. 그럼 위와 같이 파일 형식에 맞는 이미지 파일을 선택 할 수 있을 것이다. 클릭! 이미지 파일이 선택 되어 있으면 이제 구우면 되요~!!! 2009. 3. 11. [WDK] RtlGetVersion 함수 NTSTATUS NTAPI RtlGetVersion(RTL_OSVERSIONINFOW *Info) { if (Info->dwOSVersionInfoSize == sizeof(RTL_OSVERSIONINFOW) || Info->dwOSVersionInfoSize == sizeof(RTL_OSVERSIONINFOEXW)) { PPEB Peb = NtCurrentPeb(); Info->dwMajorVe rsion = Peb->OSMajorVersion; Info->dwMinorVe rsion = Peb->OSMinorVersion; Info->dwBuildNu mber = Peb->OSBuildNumber; Info->dwPlatfor mId = Peb->OSPlatformId; if(((Peb->OSCSD .. 2009. 3. 10. 삼청동 스냅 오후 . . . 삼청동 맑음 ^_____^ 시작 . . . 막 다른 골목 . 어디로 가야하는 겨..('' )( '') . . 주차 금지 . . . 인물 . . . 시선 . . . 뒤 따르는 자 그 뒤를 또 따르는 자 드럽게 많은 삼청동에서 염장질을 받으며 다시 카메라를 들다.. 2009. 3. 9. 레지스트리 값 읽기 NTSTATUS RtlReadRegistry( IN PWCHAR RegistryPath , IN PWCHAR Name) { HANDLE reg; OBJECT_ATTRIBUTES oa; NTSTATUS ntStatus = STATUS_SUCCESS; PVOID BufImagPathName = NULL; UNICODE_STRING uImagPathNameString = {0,}; UNICODE_STRING A,uRegistryPath; PKEY_VALUE_PARTIAL_INFORMATION bufA; ULONG ActualSize; RtlInitUnicodeString(&uRegistryPath, RegistryPath); InitializeObjectAttributes(&oa,uRegistryPath,OB.. 2009. 3. 4. 술 미쳤다.. 술만 먹으면.. 이제.. 미쳤다.. 2009. 2. 19. Anti Debug Windows Anti-Debug Reference Nicolas Falliere 2007-09-12 This paper classifies and presents several anti-debugging techniques used on Windows NT-based operating systems. Anti-debugging techniques are ways for a program to detect if it runs under control of a debugger. They are used by commercial executable protectors, packers and malicious software, to prevent or slow-down the process of reverse.. 2009. 2. 19. 이전 1 ··· 30 31 32 33 34 35 36 ··· 49 다음