Méthode |
Description |
|
CloseHandle ( IntPtr hObject ) : Int32 |
|
|
CreateRemoteThread ( IntPtr hProcess, IntPtr lpThreadAttributes, uint dwStackSize, UIntPtr lpStartAddress, IntPtr lpParameter, uint dwCreationFlags, IntPtr &lpThreadId ) : IntPtr |
|
|
DLLInjector_Load ( object sender, EventArgs e ) : void |
|
|
DLLInjector_Resize ( object sender, EventArgs e ) : void |
|
|
GetModuleHandle ( string lpModuleName ) : IntPtr |
|
|
GetProcAddress ( IntPtr hModule, string procName ) : UIntPtr |
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor. |
|
Listener ( object sender, DoWorkEventArgs e ) : void |
|
|
OpenProcess ( UInt32 dwDesiredAccess, Int32 bInheritHandle, Int32 dwProcessId ) : IntPtr |
|
|
VirtualAllocEx ( IntPtr hProcess, IntPtr lpAddress, uint dwSize, uint flAllocationType, uint flProtect ) : IntPtr |
|
|
VirtualFreeEx ( IntPtr hProcess, IntPtr lpAddress, UIntPtr dwSize, uint dwFreeType ) : bool |
|
|
WaitForSingleObject ( IntPtr handle, Int32 milliseconds ) : Int32 |
|
|
WriteProcessMemory ( IntPtr hProcess, IntPtr lpBaseAddress, string lpBuffer, UIntPtr nSize, IntPtr &lpNumberOfBytesWritten ) : bool |
|
|
button1_Click ( object sender, EventArgs e ) : void |
|
|
button2_Click ( object sender, EventArgs e ) : void |
|
|
button3_Click ( object sender, EventArgs e ) : void |
|
|
button4_Click ( object sender, EventArgs e ) : void |
|
|
comboBox1_SelectedIndexChanged ( object sender, EventArgs e ) : void |
|
|
textBox2_KeyPress ( object sender, KeyPressEventArgs e ) : void |
|
|