We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0acfe67 commit c0d399eCopy full SHA for c0d399e
1 file changed
README.md
@@ -112,6 +112,10 @@ referencing in IDA or similar.
112
supported) indicating the byte payload and a signature to match against at the previously
113
mentioned offset.
114
- `verify` signatures can use `\x2A` to indicate wildcards, same as SourceMod.
115
+- An optional `preserve` hex string indicating which bits from the original location should be
116
+copied to the patch. (New in 0.7.x.)
117
+ - For example, if you want to copy the high 4 bits in a byte from the original memory,
118
+ that would be represented in binary as `0b11110000`, and you would use `\xF0`.
119
120
Any values written on top of an applied patch will be reverted back when the patch is removed.
121
0 commit comments