Add detailed log for retail debugger patch attempts in CRUSADER.EXE

This commit introduces a comprehensive document outlining the various executable-patching attempts aimed at revealing the hidden retail usecode debugger within the CRUSADER.EXE file. The document serves multiple purposes, including preserving negative evidence, recording patch shapes and their rationales, and ensuring that runtime outcomes are linked to specific patch generations.

Key sections include:
- Ground rules for patching and validation processes.
- A table of stable facts regarding the debugger's structure and behavior.
- A detailed attempt log documenting each patch's shape, mechanical and runtime results, and verdicts.
- Root-cause findings from failed paths, providing insights into the challenges faced during the patching process.
- Current live candidates for further testing and exploration.

This documentation is intended to streamline future patching efforts and improve the understanding of the underlying mechanics of the debugger.
This commit is contained in:
Marco 2026-03-25 17:36:16 +01:00
commit 7310c4fe96
13 changed files with 1008 additions and 1959 deletions

3
.gitignore vendored
View file

@ -39,4 +39,5 @@ dist/
.tmp_*.txt
.tmp_*.py
USECODE/EUSECODE_extracted/chunks/**
tools/pyghidra_crusader/__pycache__/**
tools/pyghidra_crusader/__pycache__/**
bin/**