코드엔진 Basic RCE L

코드엔진 Basic RCE L04 번외풀이

Lamed_Dhhd 2023. 1. 31. 22:56
반응형

2023-02-01에 쓸 예정

CodeEngn Challenge 링크 https://ch.codeengn.com/

 

CodeEngn.com [코드엔진]

코드엔진은 국내 리버스엔지니어링 정보공유를 위해 2007년 부터 리버스엔지니어링 컨퍼런스 및 세미나, 워크숍을 현업 실무자들과 함께 운영하고 있는 비영리 커뮤니티입니다.

ch.codeengn.com

Basic RCE L04
이 프로그램은 디버거 프로그램을 탐지하는 기능을 갖고 있다. 디버거를 탐지하는 함수의 이름은 무엇인가


Author: CodeEngn
File Password: codeengn

동영상: https://www.youtube.com/watch?v=HSG9mZj5zKA

상세설명

Visual Studio 6.0 korean 한국 버전

https://drive.google.com/file/d/1ibBg3IeqfUQnbRknm3NnwCZdD8vd7MrX/view?usp=share_link 

 

visual studio 6 enterprise kor.iso

 

drive.google.com

영문 버전 링크

https://winworldpc.com/product/microsoft-visual-stu/60

 

Microsoft Visual Studio 6.0

Visual Studio is an IDE (integrated development environment) for Microsoft Windows that allows developers to develop a variety of applications. It is a bundle of seperate programming products, including Microsoft Visual C++, Microsoft J++, Microsoft Visual

winworldpc.com

한국판은

Vmware WorkStation에서 Windows XP 2002 SP3 한글(Kor)버전로 설치하는걸 매우 권장합니다.

영문판은

Vmware WorkStation에서 Windows XP 2002 SP3 영문(Eng)버전로 설치하는걸 매우 권장합니다.

윈도우 11도 되긴합니다.(단 호환성이 진짜 안좋으니 비추천합니다.)

설치후 Visual C++ 6.0을 실행합니다.

https://forums.codeguru.com/showthread.php?147816-IsDebuggerPresent-undeclared-identifier 

 

CodeGuru Forums

Message No Thread specified. If you followed a valid link, please notify the administrator Click Here to Expand Forum to Full Width

forums.codeguru.com

여기설명에따라서

File->New로 들어간다.

Win32 Console Application 클릭후 Project Name에 04를 입력한다.

A "Hello World" application을 클릭하고 Finish를 눌러준다.

왼쪽에 04 classes를 눌러 main을 클릭하면 04.cpp가 나온다.

stdafx.h에 커서를 올린후 우클릭하여 Open Document "stdafx.h"를 클릭한다.

https://forums.codeguru.com/showthread.php?147816-IsDebuggerPresent-undeclared-identifier 

 

CodeGuru Forums

Message No Thread specified. If you followed a valid link, please notify the administrator Click Here to Expand Forum to Full Width

forums.codeguru.com

#define _WIN32_WINNT 0x0400를 추가해준다.

여기까지 만들고 Build하면 완성이다.

04.zip
0.21MB

 

반응형