728x90
본 포스트는 wesnoth라는 게임을 해킹하기 위한 기본세팅을 소개한다.
BoxStarter 설치
Windows Powershell을 관리자 권한으로 실행하고 다음 명령어를 실행한다.
. { iwr -useb https://boxstarter.org/bootstrapper.ps1 } | iex; Get-Boxstarter -Force
Cheat Engine, x64dbg, Chocolatey 설치
Install-BoxstarterPackage -PackageName https://raw.githubusercontent.com/GameHackingAcademy/vmsetup/master/vmsetup.txt -DisableReboots
- Cheat Engine은 메모리 스캐너,
- x64dbg는 디버거,
- Chocolatey는 패키지 매니저다.
Wesnoth 설치
choco install wesnoth --version=1.14.9 -y
'Cheating' 카테고리의 다른 글
Wesnoth 해킹하기 (3) Assembly 변경 (1) | 2024.02.27 |
---|---|
Wesnoth 해킹하기 (2) Memory Scan (1) | 2024.02.27 |
HxD 사용법 (1) | 2024.02.24 |
Hex Editing 정리 (0) | 2024.02.24 |
Microsoft Process Monitor 사용 방법 (0) | 2024.02.20 |