SYMBOL INDEX (146 symbols across 13 files) FILE: Main.Designer.cs class Main (line 3) | partial class Main method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: Main.cs class Main (line 14) | public partial class Main : Form method Main (line 30) | public Main() method FormatSize (line 44) | public static string FormatSize(double size) method sizeTrackBar_Scroll (line 63) | private void sizeTrackBar_Scroll(object sender, EventArgs e) method SetStatus (line 67) | private void SetStatus(string msg) method WriteLog (line 71) | private void WriteLog(string msg) method connectButton_Click (line 107) | private void connectButton_Click(object sender, EventArgs e) method setupButton_Click (line 141) | private void setupButton_Click(object sender, EventArgs e) method searchButton_Click (line 238) | private void searchButton_Click(object sender, EventArgs e) method mountButton_Click (line 289) | private void mountButton_Click(object sender, EventArgs e) method unmountButton_Click (line 344) | private void unmountButton_Click(object sender, EventArgs e) method createButton_Click (line 366) | private void createButton_Click(object sender, EventArgs e) method GetUser (line 437) | private int GetUser() method InitialUser (line 446) | private int InitialUser() method Find (line 459) | private SearchEntry[] Find(SceSaveDataDirNameSearchCond searchCond, Sc... method Unmount (line 496) | private void Unmount(SceSaveDataMountPoint mountPoint) method Mount (line 507) | private string Mount(SceSaveDataMount mount, SceSaveDataMountResult mo... class SearchEntry (line 530) | class SearchEntry method ToString (line 537) | public override string ToString() method dirsComboBox_SelectedIndexChanged (line 543) | private void dirsComboBox_SelectedIndexChanged(object sender, EventArg... method userComboBox_SelectedIndexChanged (line 551) | private void userComboBox_SelectedIndexChanged(object sender, EventArg... class User (line 556) | class User method ToString (line 561) | public override string ToString() method GetSaveDirectories (line 566) | private string[] GetSaveDirectories() method GetUsers (line 588) | private User[] GetUsers() method checkIP (line 612) | public static bool checkIP(string IP) method payloadButton_Click (line 616) | private void payloadButton_Click(object sender, EventArgs e) method getGamesButton_Click (line 649) | private void getGamesButton_Click(object sender, EventArgs e) method gamesComboBox_SelectedIndexChanged (line 671) | private void gamesComboBox_SelectedIndexChanged(object sender, EventAr... FILE: Program.cs class Program (line 7) | static class Program method Main (line 12) | [STAThread] FILE: functions.cs class functions (line 3) | internal static class functions FILE: libdebug/PS4DBG.Console.cs class PS4DBG (line 5) | public partial class PS4DBG method Reboot (line 19) | public void Reboot() method Print (line 30) | public void Print(string str) method Notify (line 44) | public void Notify(int messageType, string message) method GetConsoleInformation (line 58) | public void GetConsoleInformation() FILE: libdebug/PS4DBG.Debug.cs class PS4DBG (line 9) | public partial class PS4DBG type DebuggerInterruptPacket (line 30) | [StructLayout(LayoutKind.Sequential, Pack = 1)] method DebuggerThread (line 51) | private void DebuggerThread(object obj) method AttachDebugger (line 94) | public void AttachDebugger(int pid, DebuggerInterruptCallback callback) method DetachDebugger (line 122) | public void DetachDebugger() method ProcessStop (line 142) | public void ProcessStop() method ProcessKill (line 155) | public void ProcessKill() method ProcessResume (line 168) | public void ProcessResume() method ChangeBreakpoint (line 184) | public void ChangeBreakpoint(int index, bool enabled, ulong address) method ChangeWatchpoint (line 207) | public void ChangeWatchpoint(int index, bool enabled, WATCHPT_LENGTH l... method GetThreadList (line 225) | public uint[] GetThreadList() method GetThreadInfo (line 252) | public ThreadInfo GetThreadInfo(uint lwpid) method StopThread (line 268) | public void StopThread(uint lwpid) method ResumeThread (line 282) | public void ResumeThread(uint lwpid) method GetRegisters (line 296) | public regs GetRegisters(uint lwpid) method SetRegisters (line 313) | public void SetRegisters(uint lwpid, regs regs) method GetFloatRegisters (line 329) | public fpregs GetFloatRegisters(uint lwpid) method SetFloatRegisters (line 346) | public void SetFloatRegisters(uint lwpid, fpregs fpregs) method GetDebugRegisters (line 362) | public dbregs GetDebugRegisters(uint lwpid) method SetDebugRegisters (line 379) | public void SetDebugRegisters(uint lwpid, dbregs dbregs) method SingleStep (line 393) | public void SingleStep() FILE: libdebug/PS4DBG.Kernel.cs class PS4DBG (line 5) | public partial class PS4DBG method KernelBase (line 20) | public ulong KernelBase() method KernelReadMemory (line 35) | public byte[] KernelReadMemory(ulong address, int length) method KernelWriteMemory (line 49) | public void KernelWriteMemory(ulong address, byte[] data) FILE: libdebug/PS4DBG.Proc.cs class PS4DBG (line 10) | public partial class PS4DBG method GetProcessList (line 39) | public ProcessList GetProcessList() method ReadMemory (line 74) | public byte[] ReadMemory(int pid, ulong address, int length) method WriteMemory (line 89) | public void WriteMemory(int pid, ulong address, byte[] data) method GetProcessMaps (line 104) | public ProcessMap GetProcessMaps(int pid) method InstallRPC (line 143) | public ulong InstallRPC(int pid) method Call (line 161) | public ulong Call(int pid, ulong rpcstub, ulong address, params object... method LoadElf (line 285) | public void LoadElf(int pid, byte[] elf) method LoadElf (line 300) | public void LoadElf(int pid, string filename) type ScanValueType (line 305) | public enum ScanValueType : byte type ScanCompareType (line 321) | public enum ScanCompareType : byte method ScanProcess (line 337) | public List ScanProcess(int pid, ScanCompareType compareType... method ChangeProtection (line 479) | public void ChangeProtection(int pid, ulong address, uint length, VM_P... method GetProcessInfo (line 492) | public ProcessInfo GetProcessInfo(int pid) method AllocateMemory (line 509) | public ulong AllocateMemory(int pid, int length) method FreeMemory (line 525) | public void FreeMemory(int pid, ulong address, int length) method ReadMemory (line 533) | public T ReadMemory(int pid, ulong address) method WriteMemory (line 562) | public void WriteMemory(int pid, ulong address, T value) FILE: libdebug/PS4DBG.cs class PS4DBG (line 11) | public partial class PS4DBG type CMDS (line 57) | public enum CMDS : uint type CMD_STATUS (line 102) | public enum CMD_STATUS : uint type CMDPacket (line 112) | [StructLayout(LayoutKind.Sequential, Pack = 1)] type VM_PROTECTIONS (line 121) | public enum VM_PROTECTIONS : uint type WATCHPT_LENGTH (line 133) | public enum WATCHPT_LENGTH : uint type WATCHPT_BREAKTYPE (line 140) | public enum WATCHPT_BREAKTYPE : uint method ConvertASCII (line 148) | private static string ConvertASCII(byte[] data, int offset) method SubArray (line 158) | public static byte[] SubArray(byte[] data, int offset, int length) method GetObjectFromBytes (line 164) | public static object GetObjectFromBytes(byte[] buffer, Type type) method GetBytesFromObject (line 177) | private static byte[] GetBytesFromObject(object obj) method GetBroadcastAddress (line 193) | private static IPAddress GetBroadcastAddress(IPAddress address, IPAddr... method SendCMDPacket (line 206) | private void SendCMDPacket(CMDS cmd, int length, params object[] fields) method SendData (line 269) | private void SendData(byte[] data, int length) method ReceiveData (line 292) | private byte[] ReceiveData(int length) method ReceiveStatus (line 313) | private CMD_STATUS ReceiveStatus() method CheckStatus (line 319) | private void CheckStatus() method CheckConnected (line 328) | private void CheckConnected() method CheckDebugging (line 335) | private void CheckDebugging() method PS4DBG (line 344) | public PS4DBG() method PS4DBG (line 354) | public PS4DBG(IPAddress addr) method PS4DBG (line 364) | public PS4DBG(string ip) method FindPlayStation (line 383) | public static string FindPlayStation() method Connect (line 421) | public void Connect() method Disconnect (line 439) | public void Disconnect() method GetLibraryDebugVersion (line 450) | public string GetLibraryDebugVersion() method GetConsoleDebugVersion (line 458) | public string GetConsoleDebugVersion() FILE: libdebug/Process.cs class Process (line 5) | public class Process method Process (line 16) | public Process(string name, int pid) method ToString (line 21) | public override string ToString() class ProcessList (line 27) | public class ProcessList method ProcessList (line 38) | public ProcessList(int number, string[] names, int[] pids) method FindProcess (line 53) | public Process FindProcess(string name, bool contains = false) class MemoryEntry (line 77) | public class MemoryEntry method ToString (line 85) | public override string ToString() class ProcessMap (line 91) | public class ProcessMap method ProcessMap (line 102) | public ProcessMap(int pid, MemoryEntry[] entries) method FindEntry (line 114) | public MemoryEntry FindEntry(string name, bool contains = false) method FindEntry (line 142) | public MemoryEntry FindEntry(ulong size) type ProcessInfo (line 156) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi, Pack = 1)] type ThreadInfo (line 174) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi, Pack = 1)] FILE: libdebug/Registers.cs type regs (line 5) | [StructLayout(LayoutKind.Sequential, Pack = 1)] type envxmm (line 36) | [StructLayout(LayoutKind.Sequential)] type acc (line 50) | [StructLayout(LayoutKind.Sequential)] type xmmacc (line 60) | [StructLayout(LayoutKind.Sequential)] type ymmacc (line 67) | [StructLayout(LayoutKind.Sequential)] type xstate_hdr (line 74) | [StructLayout(LayoutKind.Sequential)] type savefpu_xstate (line 84) | [StructLayout(LayoutKind.Sequential)] type fpregs (line 92) | [StructLayout(LayoutKind.Sequential, Pack = 64)] type dbregs (line 105) | [StructLayout(LayoutKind.Sequential, Pack = 1)] FILE: offsets.cs class offsets (line 7) | class offsets FILE: structs.cs type SceSaveDataMount (line 5) | [StructLayout(LayoutKind.Explicit, Size = 80)] type SceSaveDataMount2 (line 16) | [StructLayout(LayoutKind.Explicit, Size = 64)] type SceSaveDataMountResult (line 24) | [StructLayout(LayoutKind.Explicit, Size = 64)] type SceSaveDataMountPoint (line 33) | [StructLayout(LayoutKind.Sequential, Size = 16)] type SceSaveDataTransferringMount (line 40) | [StructLayout(LayoutKind.Sequential, Size = 64)] type SceSaveDataTitleId (line 49) | [StructLayout(LayoutKind.Sequential, Size = 16)] type SceSaveDataDirName (line 55) | [StructLayout(LayoutKind.Sequential, Size = 32)] type SceSaveDataFingerprint (line 61) | [StructLayout(LayoutKind.Sequential, Size = 80)] type SceSaveDataDirNameSearchCond (line 67) | [StructLayout(LayoutKind.Explicit, Size = 64)] type SceSaveDataDirNameSearchResult (line 76) | [StructLayout(LayoutKind.Explicit, Size = 56)] type SceSaveDataParam (line 86) | [StructLayout(LayoutKind.Explicit, Size = 1328)] type SceSaveDataSearchInfo (line 98) | [StructLayout(LayoutKind.Sequential, Size = 48)]