2 lines
No EOL
116 B
PowerShell
2 lines
No EOL
116 B
PowerShell
# Writes byte[] to a file at an offset
|
|
Patch-Binary -FilePath "$InstallDir\<File Path>" -Offset 0x00 -Data $bytes |