assembly3 [리버싱] reversing.kr의 [Easy Crack] 풀어보기 1. Reversing.Krhttp://reversing.kr Reversing.KrCopyright © 2012-2025 KiwanKo All Right Reserved.reversing.kr 리버싱을 연습할 수 있는 워게임 사이트이다. 회원가입하고 여러 문제를 다운로드할 수 있다. 2. Easy Crack 풀어보기오늘 풀어볼 문제는 첫 문제인 Easy Crack이다. 일단 디버거 프로그램으로 열어보면 시작 점을 찾아보려고 F9를 누르면 OptionalHeader.AddressOfEntryPoint 을 찾을 수 있다. (시작 지점) 살짝 올려보니 메세지박스 "Congratulation !!" 이라는 문자열과 "Incorrect Password" 라는 문자열과call dword ptr ds.. 2025. 10. 2. [리버싱] 어셈블리로 Hello, World! 변경해보기 https://tkman.tistory.com/14 [리버싱] x64dbg로 Hello World! 리버싱 해보기1. 준비 : x64dbg 설치 및 Hello World 컴파일 해당 링크에서 다운로드 할 수 있다. 32비트/ 64비트 모두 지원한다.https://x64dbg.com/ x64dbgBuilt on open-source libraries x64dbg uses Qt, TitanEngine, Zydis, Yara, Scylla, Jansson,tkman.tistory.com이전 게시글에 이어서... 1. 메모리 값으로 변경해 보기 이 부분이 printf("Hello, World!") 라는 것을 알았으니 이걸 수정해 보기로 한다.lea rcx, ds:[0x00007FF6426CAC28] 어셈블리어를.. 2025. 10. 1. [리버싱] x64dbg로 Hello World! 리버싱 해보기 1. 준비 : x64dbg 설치 및 Hello World 컴파일 해당 링크에서 다운로드 할 수 있다. 32비트/ 64비트 모두 지원한다.https://x64dbg.com/ x64dbgBuilt on open-source libraries x64dbg uses Qt, TitanEngine, Zydis, Yara, Scylla, Jansson, lz4, XEDParse, asmjit and snowman.x64dbg.com 다운을 받고 압축을 풀면 release\x64\x64dbg.exe 를 실행하면 된다.(32비트는 64->32) 기능은 제쳐두고 다음 C언어 코드를 디버깅해 보자 #include int main() { printf("Hello, World!"); return 0;} Hel.. 2025. 9. 26. 이전 1 다음