Method | Description | |
---|---|---|
FilePatcher ( string filepath, byte pattern ) : System | ||
ReplaceBytes ( int location, byte newValues ) : void | ||
WritePatched ( string fileBackupPath = null ) : string |
Rename the original file (this
|
public FilePatcher ( string filepath, byte pattern ) : System | ||
filepath | string | |
pattern | byte | |
return | System |
public ReplaceBytes ( int location, byte newValues ) : void | ||
location | int | |
newValues | byte | |
return | void |
public WritePatched ( string fileBackupPath = null ) : string | ||
fileBackupPath | string | Name of the backup file, null to use the original file with a .bkp extension |
return | string |