Expand description
Patcher based on rules.
Main features:
checkcommand to test patch (featured bytests, enabled by default)- rules to select files and patch areas
- file content encoders/decoders support
- regex support
- Python, Lua and Rhai scripts support (featured by
python,luaandrhai)
See PatchFile for further details.
Structs§
- Cli
- Patch text files and source code by rules.
- Patch
- Patch definition.
- Patch
File - Patch file structure,
- Patch
Params - RegexIR
- Regular expression.
Enums§
- Area
Rule - Rule for patch area and cursor position definition.
- Decode
By - Decoder definition.
- Encode
By - Encoder definition.
- File
Path - File path definition.
- Replacer
- Replacer definition.
- Smart
Patcher Exec Type