SYMBOL INDEX (53 symbols across 12 files) FILE: HWID/HWID.py function sub_dict (line 10) | def sub_dict(form_dict, sub_keys, default=None): function read_cpu_info (line 16) | def read_cpu_info(): function read_f_disk (line 26) | def read_f_disk(): function read_dmi_decode (line 38) | def read_dmi_decode(): function read_ifconfig (line 44) | def read_ifconfig(): function get_cpu_info (line 50) | def get_cpu_info(data): function get_disk_info (line 61) | def get_disk_info(data): function get_dmi_info (line 74) | def get_dmi_info(data): function get_ip_info (line 90) | def get_ip_info(data): function get_mem_info (line 115) | def get_mem_info(): function get_os_info (line 126) | def get_os_info(): function get_identity (line 136) | def get_identity(data): FILE: WindowsPlatform/V 0.0.3/FuckTencent/FuckTencent/Form1.Designer.cs class FuckTencent (line 3) | partial class FuckTencent method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: WindowsPlatform/V 0.0.3/FuckTencent/FuckTencent/Form1.cs class FuckTencent (line 15) | public partial class FuckTencent : Form method FuckTencent (line 17) | public FuckTencent() method KillProc (line 28) | public void KillProc(string strProcName) method timerQQ_Tick (line 47) | private void timerQQ_Tick(object sender, EventArgs e) method timerExplorer_Tick (line 55) | private void timerExplorer_Tick(object sender, EventArgs e) method timerDownload_Tick (line 70) | private void timerDownload_Tick(object sender, EventArgs e) method timerPlayer_Tick (line 78) | private void timerPlayer_Tick(object sender, EventArgs e) method timerLOL_Tick (line 87) | private void timerLOL_Tick(object sender, EventArgs e) method timerCF_Tick (line 92) | private void timerCF_Tick(object sender, EventArgs e) method timerTGame_Tick (line 97) | private void timerTGame_Tick(object sender, EventArgs e) method timerQQSpd_Tick (line 102) | private void timerQQSpd_Tick(object sender, EventArgs e) method timerQQui_Tick (line 107) | private void timerQQui_Tick(object sender, EventArgs e) method timerDNF_Tick (line 112) | private void timerDNF_Tick(object sender, EventArgs e) method buttonSoftware_Click (line 118) | private void buttonSoftware_Click(object sender, EventArgs e) method RegToRunUSB (line 211) | public bool RegToRunUSB() method RegToStopUSB (line 232) | public bool RegToStopUSB() method timerUSB_Tick (line 250) | private void timerUSB_Tick(object sender, EventArgs e) method timerBT_Tick (line 255) | private void timerBT_Tick(object sender, EventArgs e) method timerWifi_Tick (line 260) | private void timerWifi_Tick(object sender, EventArgs e) method timerLan_Tick (line 265) | private void timerLan_Tick(object sender, EventArgs e) method buttonHardware_Click (line 270) | private void buttonHardware_Click(object sender, EventArgs e) FILE: WindowsPlatform/V 0.0.3/FuckTencent/FuckTencent/Program.cs class Program (line 9) | static class Program method Main (line 14) | [STAThread] FILE: WindowsPlatform/V 0.0.3/FuckTencent/FuckTencent/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: WindowsPlatform/V 0.0.3/FuckTencent/FuckTencent/Properties/Settings.Designer.cs class Settings (line 14) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: macOS&&LinuxPlatform/ARP_attack.py function arp_attack (line 9) | def arp_attack(): FILE: macOS&&LinuxPlatform/multi_process_test.py function run_proc (line 71) | def run_proc(name): FILE: macOS&&LinuxPlatform/packet.py class PacketEz (line 9) | class PacketEz(object): method __init__ (line 10) | def __init__(self, destination_ip, source_ip, destination_mac, source_... method __send_packet (line 18) | def __send_packet(self): method packet_judge (line 23) | def packet_judge(self): FILE: macOS&&LinuxPlatform/packet_investigate.py function main_start (line 14) | def main_start(): FILE: macOS&&LinuxPlatform/tools.py function get_mac_address (line 11) | def get_mac_address(): function get_ip_v4 (line 16) | def get_ip_v4(): function get_gate_way (line 22) | def get_gate_way(): function get_broadcast (line 39) | def get_broadcast(): FILE: macOS&&LinuxPlatform/utils.py function start_threading (line 6) | def start_threading(func, *args):