blob: 7c8a21131258ebe10ea973494f0facbae3e4a7f0 (
plain) (
tree)
|
|
# PEHDisguiser
Disguises windows executables by altering their PE Header and changing the size of the executable.
This can be useful to alter public exe's fingerprints (anticheat/av protection).
## Usage
```
disguise_file.exe <file_name> <added file size in bytes>
```
|