SYMBOL INDEX (277 symbols across 11 files) FILE: TutServer/Edit.Designer.cs class Edit (line 3) | partial class Edit method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: TutServer/Edit.cs class Edit (line 14) | public partial class Edit : Form method Edit (line 36) | public Edit(String textFile, Form1 parent) method Edit_Shown (line 48) | private void Edit_Shown(object sender, EventArgs e) method checkBox1_CheckedChanged (line 61) | private void checkBox1_CheckedChanged(object sender, EventArgs e) method button7_Click (line 72) | private void button7_Click(object sender, EventArgs e) method button6_Click (line 82) | private void button6_Click(object sender, EventArgs e) method button5_Click (line 107) | private void button5_Click(object sender, EventArgs e) method button4_Click (line 132) | private void button4_Click(object sender, EventArgs e) method button3_Click (line 142) | private void button3_Click(object sender, EventArgs e) method button2_Click (line 152) | private void button2_Click(object sender, EventArgs e) method button1_Click (line 162) | private void button1_Click(object sender, EventArgs e) method Edit_FormClosing (line 172) | private void Edit_FormClosing(object sender, FormClosingEventArgs e) FILE: TutServer/Form1.Designer.cs class Form1 (line 3) | partial class Form1 method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: TutServer/Form1.cs class Form1 (line 20) | public partial class Form1 : Form //Our form class LinuxClientManager (line 344) | public class LinuxClientManager method LinuxClientManager (line 359) | public LinuxClientManager(Form1 context) method AddAssociation (line 368) | public void AddAssociation(int clientID) method RemoveAssociation (line 379) | public void RemoveAssociation(int clientID) method ResetAssociation (line 388) | public void ResetAssociation() method IsLinuxClient (line 398) | public bool IsLinuxClient(Socket s) method IsLinuxClient (line 409) | public bool IsLinuxClient(int clientID) method RunCustomCommands (line 423) | public void RunCustomCommands(byte[] buffer) method SendCommand (line 494) | public void SendCommand(string text, int target) class ScriptHost (line 514) | public class ScriptHost class LocalBridgeFunctions (line 516) | public class LocalBridgeFunctions : BridgeFunctions method ScriptHost (line 608) | public ScriptHost(string rootDir, Form1 parent) method LoadDll (line 619) | private void LoadDll(string dllName) method ExecuteDll (line 644) | public void ExecuteDll(string dllName) method LoadDllFiles (line 655) | public void LoadDllFiles() method GetPluginInfo (line 680) | public IPluginMain GetPluginInfo(string pluginName) method IsPluginRunning (line 692) | public bool IsPluginRunning(string pluginName) method SetupBridge (line 701) | public void SetupBridge() method StopSignalPlugin (line 776) | public void StopSignalPlugin(IPluginMain iface) method XInputBox (line 794) | public Types.InputBoxValue XInputBox(string title, string message) method XSaveEditorFile (line 816) | public void XSaveEditorFile(string content) method XLaunchProxy (line 824) | public void XLaunchProxy() method XBypassUAC (line 838) | public void XBypassUAC() method XListPassword (line 846) | public void XListPassword() method XClearList (line 854) | public void XClearList() method XStartDDoS (line 870) | public void XStartDDoS(Types.DDoSTarget ddos, bool attackWithAll) method XStopDDoS (line 879) | public void XStopDDoS() method XValidateDDoS (line 894) | public void XValidateDDoS(Types.DDoSTarget ddos) method XStartVideo (line 909) | public void XStartVideo(int deviceNumber) method XStopVideo (line 931) | public void XStopVideo() method XListVideo (line 957) | public void XListVideo() method XStartAudio (line 966) | public void XStartAudio(int deviceNumber) method XStopAudio (line 988) | public void XStopAudio() method XListAudio (line 1015) | public void XListAudio() method XStartRemoteDesktop (line 1023) | public void XStartRemoteDesktop() method XStopRemoteDesktop (line 1034) | public void XStopRemoteDesktop() method XControlRemoteMouse (line 1049) | public void XControlRemoteMouse(bool state) method XControlRemoteKeyboard (line 1065) | public void XControlRemoteKeyboard(bool state) method XLaunchFullScreen (line 1080) | public void XLaunchFullScreen() method XStartKeylogger (line 1094) | public void XStartKeylogger() method XStopKeylogger (line 1102) | public void XStopKeylogger() method XReadKeylog (line 1110) | public void XReadKeylog() method XClearKeylog (line 1118) | public void XClearKeylog() method XListDrives (line 1126) | public void XListDrives() method XChangeFolder (line 1135) | public void XChangeFolder(string folderName) method XUp1 (line 1151) | public void XUp1() method XCopyFile (line 1160) | public void XCopyFile(string fileName) method XMoveFile (line 1170) | public void XMoveFile(string fileName) method XPasteFile (line 1180) | public void XPasteFile(string targetDirectory) method XExecuteFile (line 1189) | public void XExecuteFile(string targetFile) method XUploadFile (line 1199) | public void XUploadFile(string dir, string file) method XDownloadFile (line 1212) | public void XDownloadFile(string targetFile, string remoteFile) method XOpenFileEditor (line 1222) | public void XOpenFileEditor(string remoteFile) method XChangeAttribute (line 1233) | public void XChangeAttribute(string remoteFile, Types.Visibility visib... method XDeleteFile (line 1243) | public void XDeleteFile(string remoteFile) method XRenameFile (line 1260) | public void XRenameFile(string remoteFile, string newName) method XNewDirectory (line 1270) | public void XNewDirectory(string targetDirectory, string name) method XNewFile (line 1287) | public void XNewFile(string targetDirectory, string name) method XMessageBox (line 1307) | public DialogResult XMessageBox(string text, string title, MessageBoxB... method XStartServer (line 1320) | public void XStartServer() method XStopServer (line 1333) | public void XStopServer() method XToggleServer (line 1346) | public void XToggleServer() method XRemoteMessage (line 1364) | public void XRemoteMessage(string text, string title, Types.RemoteMess... method XFrequency (line 1374) | public void XFrequency(string frequency) method XSystemSound (line 1383) | public void XSystemSound(Types.SystemSounds sound) method XT2s (line 1393) | public void XT2s(string text) method XElements (line 1404) | public void XElements(Types.SystemElements element, Types.Visibility v... method XCdTray (line 1416) | public void XCdTray(Types.CdTray cdState) method XListProcesses (line 1425) | public void XListProcesses() method XKillProcess (line 1440) | public void XKillProcess(string processId) method XStartProcess (line 1455) | public void XStartProcess(string processName, Types.Visibility visibil... method XStartCmd (line 1473) | public void XStartCmd() method XStopCmd (line 1489) | public void XStopCmd() method XToggleCmd (line 1506) | public void XToggleCmd() method XSendCmdCommand (line 1520) | public void XSendCmdCommand(string command) method XReadCmdOutput (line 1529) | public string XReadCmdOutput() method Form1 (line 1546) | public Form1() method ScreenFPS (line 1555) | public void ScreenFPS() method RemovePipe (line 1576) | public void RemovePipe(RemotePipe obj, bool remote = true) method StartDDoS (line 1610) | private void StartDDoS(string ip, string port, string protocol, string... method TestDDoS (line 1645) | private bool TestDDoS(string ip, string port) method Form1_FormClosing (line 1716) | private void Form1_FormClosing(object sender, FormClosingEventArgs e) method SaveFile (line 1734) | public void SaveFile(String content) method InputBox (line 1748) | public DialogResult InputBox(string title, string promptText, ref stri... method RefreshFiles (line 1794) | private void RefreshFiles() method SendCommand (line 1808) | private void SendCommand(string command, int targetClient) method SendToTarget (line 1855) | public void SendToTarget(string command) method SendBytesToTarget (line 1864) | private void SendBytesToTarget(byte[] data) method SendCommand (line 1874) | private void SendCommand(byte[] data, int targetClient) method Encrypt (line 1885) | public string Encrypt(string clearText) method Decrypt (line 1913) | public string Decrypt(string cipherText) type ClientObject (line 1952) | struct ClientObject method GetSocketById (line 1963) | public Socket GetSocketById(int id) method Form1_Shown (line 1974) | private void Form1_Shown(object sender, EventArgs e) method SetupServer (line 2029) | private void SetupServer() method CloseAllSockets (line 2043) | private void CloseAllSockets() method AcceptCallback (line 2076) | private void AcceptCallback(IAsyncResult AR) method DismissUpdate (line 2104) | private void DismissUpdate(object sender, EventArgs e) method GetSocket (line 2118) | private int GetSocket(Socket socket) method ReceiveCallback (line 2138) | private void ReceiveCallback(IAsyncResult AR) method SetImage (line 2675) | private void SetImage(Bitmap image) method SetWebCam (line 2742) | private void SetWebCam(Bitmap image) method AddlvClientCallback (line 2781) | private void AddlvClientCallback(String clientid) method RestartServer (line 2804) | private void RestartServer(int id) method SetControlText (line 2839) | private void SetControlText(Control control, string text) method HideControl (line 2861) | private void HideControl(Control control) method UpdateProgress (line 2885) | private void UpdateProgress(ProgressBar pb, int progress) method ClosePipe (line 2907) | private void ClosePipe(RemotePipe rp) method EnableButton (line 2931) | private void EnableButton(Button button, bool state) method CheckLinux (line 2947) | private void CheckLinux(object data) method SortList (line 2978) | private void SortList(ListView lv) method ShowError (line 2999) | private void ShowError() method SetErrorText (line 3021) | private void SetErrorText(string errorText) method PwuNotification (line 3036) | private void PwuNotification() method LvAddItem (line 3057) | private void LvAddItem(ListView lv, ListViewItem lvi, int group = -1) method AddCam (line 3086) | private void AddCam(String id, String name) method AddAudio (line 3116) | private void AddAudio(String name, String ch) method SwitchTab (line 3142) | public void SwitchTab(TabPage tab) method SetLog (line 3165) | private void SetLog(String dump) method LvClear (line 3188) | private void LvClear(ListView lv) method GetParentDirectory (line 3211) | private void GetParentDirectory(String directory) method Msgbox (line 3245) | private DialogResult Msgbox(String title, String text, MessageBoxButto... method StartEditor (line 3270) | private void StartEditor(String content, Form1 parent) method Convert (line 3289) | private string Convert(string byt) method AddFileCallback (line 3348) | private void AddFileCallback(String name, String size, String crtime, ... method Append (line 3379) | private void Append(String text) method SetprocInfoCallback (line 3412) | private void SetprocInfoCallback(String name, String responding, Strin... method SetlvClientInfoCallback (line 3454) | private void SetlvClientInfoCallback(String name, String ip, String ti... method SetClientScreenCountCallBack (line 3481) | private void SetClientScreenCountCallBack(char screenCount) method TSItemRemoved (line 3503) | private void TSItemRemoved(object sender, ToolStripItemEventArgs e) method TSItemAdded (line 3517) | private void TSItemAdded(object sender, ToolStripItemEventArgs e) method UpdateValues (line 3530) | private void UpdateValues(object sender, EventArgs e) method ExecuteToolStrip (line 3703) | public void ExecuteToolStrip(String name) method GetValue (line 3728) | public static String GetValue(String name) method GetSelectedIndex (line 3749) | public int GetSelectedIndex(String name) method GetSelectedItem (line 3769) | public String GetSelectedItem(String name) method GetChecked (line 3789) | public bool GetChecked(String name) method GetItems (line 3822) | public String[] GetItems(String name, String mode) method tabControl1_Click (line 3869) | private void tabControl1_Click(object sender, EventArgs e) method RWind (line 3887) | private void RWind(object sender, EventArgs e) method button1_Click (line 3906) | private void button1_Click(object sender, EventArgs e) method button2_Click (line 3955) | private void button2_Click(object sender, EventArgs e) method button3_Click (line 3970) | private void button3_Click(object sender, EventArgs e) method button4_Click (line 4042) | private void button4_Click(object sender, EventArgs e) method button5_Click (line 4053) | private void button5_Click(object sender, EventArgs e) method button6_Click (line 4086) | private void button6_Click(object sender, EventArgs e) method button12_Click (line 4097) | private void button12_Click(object sender, EventArgs e) method button13_Click (line 4108) | private void button13_Click(object sender, EventArgs e) method button7_Click (line 4119) | private void button7_Click(object sender, EventArgs e) method button8_Click (line 4143) | private void button8_Click(object sender, EventArgs e) method button9_Click (line 4167) | private void button9_Click(object sender, EventArgs e) method button10_Click (line 4192) | private void button10_Click(object sender, EventArgs e) method button11_Click (line 4216) | private void button11_Click(object sender, EventArgs e) method refreshToolStripMenuItem1_Click (line 4240) | private void refreshToolStripMenuItem1_Click(object sender, EventArgs e) method killToolStripMenuItem_Click (line 4252) | private void killToolStripMenuItem_Click(object sender, EventArgs e) method button14_Click (line 4272) | private void button14_Click(object sender, EventArgs e) method button15_Click (line 4291) | private void button15_Click(object sender, EventArgs e) method textBox5_KeyDown (line 4314) | private void textBox5_KeyDown(object sender, KeyEventArgs e) method listDrivesToolStripMenuItem_Click (line 4348) | private void listDrivesToolStripMenuItem_Click(object sender, EventArg... method enterDirectoryToolStripMenuItem_Click (line 4359) | private void enterDirectoryToolStripMenuItem_Click(object sender, Even... method toolStripMenuItem1_Click (line 4386) | private void toolStripMenuItem1_Click(object sender, EventArgs e) method moveToolStripMenuItem_Click (line 4402) | private void moveToolStripMenuItem_Click(object sender, EventArgs e) method copyToolStripMenuItem_Click (line 4416) | private void copyToolStripMenuItem_Click(object sender, EventArgs e) method currentDirectoryToolStripMenuItem_Click (line 4430) | private void currentDirectoryToolStripMenuItem_Click(object sender, Ev... method selectedDirectoryToolStripMenuItem_Click (line 4442) | private void selectedDirectoryToolStripMenuItem_Click(object sender, E... method executeToolStripMenuItem_Click (line 4462) | private void executeToolStripMenuItem_Click(object sender, EventArgs e) method hideToolStripMenuItem_Click (line 4477) | private void hideToolStripMenuItem_Click(object sender, EventArgs e) method showToolStripMenuItem_Click (line 4492) | private void showToolStripMenuItem_Click(object sender, EventArgs e) method deleteToolStripMenuItem_Click (line 4507) | private void deleteToolStripMenuItem_Click(object sender, EventArgs e) method renameToolStripMenuItem_Click (line 4523) | private void renameToolStripMenuItem_Click(object sender, EventArgs e) method fileToolStripMenuItem_Click (line 4544) | private void fileToolStripMenuItem_Click(object sender, EventArgs e) method directoryToolStripMenuItem_Click (line 4561) | private void directoryToolStripMenuItem_Click(object sender, EventArgs e) method editToolStripMenuItem_Click (line 4578) | private void editToolStripMenuItem_Click(object sender, EventArgs e) method currentDirectoryToolStripMenuItem1_Click (line 4598) | private void currentDirectoryToolStripMenuItem1_Click(object sender, E... method selectedDirectoryToolStripMenuItem1_Click (line 4617) | private void selectedDirectoryToolStripMenuItem1_Click(object sender, ... method downloadToolStripMenuItem_Click (line 4639) | private void downloadToolStripMenuItem_Click(object sender, EventArgs e) method button16_Click (line 4663) | private void button16_Click(object sender, EventArgs e) method button17_Click (line 4673) | private void button17_Click(object sender, EventArgs e) method button18_Click (line 4683) | private void button18_Click(object sender, EventArgs e) method button19_Click (line 4693) | private void button19_Click(object sender, EventArgs e) method btnStartRemoteScreen_Click (line 4703) | private void btnStartRemoteScreen_Click(object sender, EventArgs e) method btnStopRemoteScreen_Click (line 4726) | private void btnStopRemoteScreen_Click(object sender, EventArgs e) method pictureBox1_MouseMove (line 4774) | private async void pictureBox1_MouseMove(object sender, MouseEventArgs e) method RMoveTickEventHandler (line 4818) | private void RMoveTickEventHandler(object sender, EventArgs e) method checkBoxrMouse_CheckedChanged (line 4835) | private void checkBoxrMouse_CheckedChanged(object sender, EventArgs e) method pictureBox1_MouseDown (line 4869) | private void pictureBox1_MouseDown(object sender, MouseEventArgs e) method pictureBox1_MouseUp (line 4889) | private void pictureBox1_MouseUp(object sender, MouseEventArgs e) method checkBoxrKeyboard_CheckedChanged (line 4910) | private void checkBoxrKeyboard_CheckedChanged(object sender, EventArgs e) method btnFullRemoteScreen_Click (line 4927) | private void btnFullRemoteScreen_Click(object sender, EventArgs e) method button24_Click (line 4941) | private void button24_Click(object sender, EventArgs e) method button25_Click (line 4951) | private void button25_Click(object sender, EventArgs e) method button26_Click (line 4988) | private void button26_Click(object sender, EventArgs e) method button27_Click (line 4998) | private void button27_Click(object sender, EventArgs e) method button29_Click (line 5031) | private void button29_Click(object sender, EventArgs e) method button28_Click (line 5043) | private void button28_Click(object sender, EventArgs e) method button30_Click (line 5060) | private void button30_Click(object sender, EventArgs e) method button32_Click (line 5077) | private void button32_Click(object sender, EventArgs e) method button31_Click (line 5087) | private void button31_Click(object sender, EventArgs e) method trackBar1_Scroll (line 5097) | private void trackBar1_Scroll(object sender, EventArgs e) method pictureBox1_Click (line 5133) | private void pictureBox1_Click(object sender, EventArgs e) method txtBControlKeyboard_KeyDown (line 5143) | private void txtBControlKeyboard_KeyDown(object sender, KeyEventArgs e) method btnStartTaskManager_Click (line 5301) | private void btnStartTaskManager_Click(object sender, EventArgs e) method btnCountScreens_Click (line 5311) | private void btnCountScreens_Click(object sender, EventArgs e) method listView1_SelectedIndexChanged (line 5322) | private void listView1_SelectedIndexChanged(object sender, EventArgs e) method button33_Click (line 5351) | private void button33_Click(object sender, EventArgs e) method button34_Click (line 5361) | private void button34_Click(object sender, EventArgs e) method listBox1_SelectedIndexChanged (line 5376) | private void listBox1_SelectedIndexChanged(object sender, EventArgs e) method button37_Click (line 5410) | private void button37_Click(object sender, EventArgs e) method button38_Click (line 5428) | private void button38_Click(object sender, EventArgs e) method button36_Click (line 5453) | private void button36_Click(object sender, EventArgs e) method button35_Click (line 5474) | private void button35_Click(object sender, EventArgs e) method button20_Click (line 5501) | private void button20_Click(object sender, EventArgs e) method button23_Click (line 5516) | private void button23_Click(object sender, EventArgs e) method button39_Click (line 5532) | private void button39_Click(object sender, EventArgs e) class AudioStream (line 5556) | public class AudioStream method Init (line 5570) | public void Init() method BufferPlay (line 5582) | public void BufferPlay(byte[] recv) method Destroy (line 5591) | public void Destroy() class RouteWindow (line 5604) | public class RouteWindow method RoutePage (line 5623) | public void RoutePage() method OnKeyDown (line 5902) | private void OnKeyDown(object sender, KeyEventArgs e) method OnRouteDestroy (line 5927) | private void OnRouteDestroy(object sender, FormClosingEventArgs e) method OnItemChange (line 5962) | private void OnItemChange(object sender, EventArgs e) method GetignoreState (line 5979) | private bool GetignoreState(String name) method OnCheck (line 6000) | private void OnCheck(object sender, EventArgs e) method OnTextChange (line 6013) | private void OnTextChange(object sender, EventArgs e) method OnIndexChange (line 6027) | private void OnIndexChange(object sender, EventArgs e) method OnClick (line 6059) | private void OnClick(object sender, EventArgs e) method WaitForTabChange (line 6096) | private void WaitForTabChange(object sender, EventArgs e) method UpdateUI (line 6130) | private void UpdateUI(object sender, EventArgs e) method GetControlType (line 6336) | private String GetControlType(String name) FILE: TutServer/Program.cs class Program (line 9) | static class Program method Main (line 14) | [STAThread] FILE: TutServer/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 32) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: TutServer/Properties/Settings.Designer.cs class Settings (line 15) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: TutServer/RDesktop.Designer.cs class RDesktop (line 3) | partial class RDesktop method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: TutServer/RDesktop.cs class RDesktop (line 13) | public partial class RDesktop : Form method RDesktop (line 41) | public RDesktop() method pictureBox1_MouseDown (line 55) | private void pictureBox1_MouseDown(object sender, MouseEventArgs e) method pictureBox1_MouseUp (line 76) | private void pictureBox1_MouseUp(object sender, MouseEventArgs e) method pictureBox1_MouseMove (line 96) | private async void pictureBox1_MouseMove(object sender, MouseEventArgs e) method RDesktop_KeyDown (line 140) | private void RDesktop_KeyDown(object sender, KeyEventArgs e) method RDesktop_Shown (line 302) | private void RDesktop_Shown(object sender, EventArgs e) method UpdateImage (line 318) | private void UpdateImage(object sender, EventArgs e) method closeWindowToolStripMenuItem_Click (line 336) | private void closeWindowToolStripMenuItem_Click(object sender, EventAr... method ScreenFPS (line 360) | public void ScreenFPS() FILE: TutServer/remotePipe.Designer.cs class RemotePipe (line 3) | partial class RemotePipe method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: TutServer/remotePipe.cs class RemotePipe (line 10) | public partial class RemotePipe : Form method RemotePipe (line 40) | public RemotePipe(string pipeName, Form1 context) method textBox1_KeyDown (line 54) | private void textBox1_KeyDown(object sender, KeyEventArgs e) method SetText (line 75) | private void SetText(string text) method WriteOutput (line 91) | public void WriteOutput(string output) method remotePipe_FormClosing (line 101) | private void remotePipe_FormClosing(object sender, FormClosingEventArg...