Cheating (12) 썸네일형 리스트형 Hex Editing 정리 게임 해킹 시 Hex Editing 테크닉을 통해 다음과 같은 파일을 수정할 수 있다. 1. Save file 2. Resource 3. Raw memory 4. Packet 각각의 용도와 장단점이 있다. Game save file을 예시로 hex editing의 과정을 설명한다. Hex editing steps 1. Save file을 찾는다. 2. Save file에서 수정을 원하는 정보의 위치를 찾는다. 3. Save file을 hex edit한다. 4. 해킹이 성공했는지 관찰한다. 단계 1. Save file을 찾는다. 구글링을 통해서 Save file의 위치를 찾을 수 있다. 예를 들어, Squally game save file location이라고 검색하면 Squally라는 게임의 save f.. Microsoft Process Monitor 사용 방법 Process Monitor란? 어떤 프로그램이 컴퓨터 파일에 접근할 때 반드시 OS를 거치게 되어 있다. 이를 OS Call이라고 하고 Windows API를 사용한다. 이를 모니터링하기 위한 SW가 존재한다. 바로 Microsoft에서 개발한 Process Monitor다. Process Monitor 설치 https://learn.microsoft.com/en-us/sysinternals/downloads/procmon Process Monitor - Sysinternals Monitor file system, Registry, process, thread and DLL activity in real-time. learn.microsoft.com Process Monitor 사용법 실행 시 위와 같.. 이전 1 2 다음