https://github.com/dylanarmstrong/patches
binary patches | reverse engineering
https://github.com/dylanarmstrong/patches
patcher reverse-engineering
Last synced: 8 months ago
JSON representation
binary patches | reverse engineering
- Host: GitHub
- URL: https://github.com/dylanarmstrong/patches
- Owner: dylanarmstrong
- License: isc
- Created: 2018-09-15T16:14:33.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-06-19T09:56:39.000Z (almost 3 years ago)
- Last Synced: 2025-02-03T05:43:52.336Z (about 1 year ago)
- Topics: patcher, reverse-engineering
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Binary Patches
### Note
Only tested on MacOS
### Run
```bash
cd ~/Library/Application Support/Steam/steamapps/common/Crusader Kings III/binaries/ck3.app/Contents/MacOS
python3 /path/to/ck3.py
```
### Compilation
`gcc patch.c -o patch && ./patch file`
### ck3.py
Disable checksum validation (Working on 1.9.2)
### eu4.c
Disable checksum validation (Not working as of 2018-09-25)
### eu4.py
Disable checksum validation and enable enable_all_commands (Working on 1.28.3)