LANCommander/LANCommander/Snippets/Examples/Patch Binary.ps1
2023-01-26 20:42:33 -06:00

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