C# Class DarkLoader.PatchEditor

Inheritance: System.Windows.Forms.Form
Show file Open project: dark-c0de/DarkLoader Class Usage Examples

Public Properties

Property Type Description
CurrentPatchAddress System.IntPtr
FormShowing bool

Public Methods

Method Description
PatchEditor ( ) : System
SetProgressBarValue ( long value, long min, long max ) : void

Private Methods

Method Description
LoadPatches ( ) : void
PatchEditor_FormClosing ( object sender, FormClosingEventArgs e ) : void
PatchEditor_Load ( object sender, EventArgs e ) : void
PatchScanTest ( ) : void
SavePatch ( ) : void
TestPatchWrite ( ) : void
WritePatchesToDisk ( ) : void
btnClearPatch_Click ( object sender, EventArgs e ) : void
btnClearPattern_Click ( object sender, EventArgs e ) : void
btnDeletePatch_Click ( object sender, EventArgs e ) : void
btnFillX_Click ( object sender, EventArgs e ) : void
btnNewPatch_Click ( object sender, EventArgs e ) : void
btnPatchSave_Click ( object sender, EventArgs e ) : void
btnPatchScanTest_click ( object sender, EventArgs e ) : void
btnPatchStop_Click ( object sender, EventArgs e ) : void
btnPatternScanStop_Click ( object sender, EventArgs e ) : void
btnReloadPatchList_Click ( object sender, EventArgs e ) : void
btnTestPatchWrite_click ( object sender, EventArgs e ) : void
byteHexHelperToolStripMenuItem_Click ( object sender, EventArgs e ) : void
downloadLatestPatchesToolStripMenuItem_Click ( object sender, EventArgs e ) : void
helpToolStripMenuItem_Click ( object sender, EventArgs e ) : void
listPatches_SelectedIndexChanged ( object sender, EventArgs e ) : void
listPatternResults_SelectedIndexChanged ( object sender, EventArgs e ) : void
memoryViewerToolStripMenuItem_Click ( object sender, EventArgs e ) : void
txtBytesToPatch_Leave ( object sender, EventArgs e ) : void
txtBytesToPatch_TextChanged ( object sender, EventArgs e ) : void
txtPatternBytesSearch_Leave ( object sender, EventArgs e ) : void
txtPatternBytesSearch_TextChanged ( object sender, EventArgs e ) : void

Method Details

PatchEditor() public method

public PatchEditor ( ) : System
return System

SetProgressBarValue() public static method

public static SetProgressBarValue ( long value, long min, long max ) : void
value long
min long
max long
return void

Property Details

CurrentPatchAddress public static property

public static IntPtr,System CurrentPatchAddress
return System.IntPtr

FormShowing public static property

public static bool FormShowing
return bool