메소드 | 설명 | |
---|---|---|
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 | |
리턴 | System |
public ReplaceBytes ( int location, byte newValues ) : void | ||
location | int | |
newValues | byte | |
리턴 | void |
public WritePatched ( string fileBackupPath = null ) : string | ||
fileBackupPath | string | Name of the backup file, null to use the original file with a .bkp extension |
리턴 | string |