README: note that -literals can be reversed

This commit is contained in:
Daniel Martí
2025-12-23 03:01:10 +00:00
committed by Paul Scheduikat
parent 65ffaa0efb
commit 0e3374174b

View File

@@ -87,6 +87,9 @@ Literals used in constant expressions cannot be obfuscated, since they are
resolved at compile time. This includes any expressions part of a `const`
declaration, for example.
Note that this process can be reversed given enough effort;
see [#984](https://github.com/burrowers/garble/issues/984).
### Tiny mode
With the `-tiny` flag, even more information is stripped from the Go binary.