├── Images ├── PhantomAfter.png ├── PhantomBefore.png ├── PhantomUI.png └── pdf.png ├── Phantom Technical Documentation.pdf ├── Phantom.sln ├── Phantom ├── App.config ├── CodeGen │ ├── FileGen.cs │ └── StubGen.cs ├── CodeMod │ └── Obfuscator.cs ├── FodyWeavers.xml ├── FodyWeavers.xsd ├── Misc │ ├── Settings.cs │ └── Utils.cs ├── Phantom.csproj ├── PhantomMain.Designer.cs ├── PhantomMain.cs ├── PhantomMain.resx ├── Program.cs ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings ├── Resources │ ├── AESStub.ps1 │ ├── BStub.cs │ ├── Stub.cs │ ├── UAC.dll │ ├── UAC64.dll │ └── donut.exe ├── bin │ └── x64 │ │ └── Release │ │ ├── Newtonsoft.Json.xml │ │ ├── Phantom.exe │ │ ├── Phantom.exe.config │ │ ├── System.Diagnostics.DiagnosticSource.xml │ │ ├── System.ValueTuple.xml │ │ └── dnlib.xml ├── ghost-icon-838x1024-08e6wfgk.png ├── ghost_icon_838x1024_08e6wfgk_yMY_icon.ico └── packages.config ├── README.md └── version /Images/PhantomAfter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C5Hackr/Phantom/HEAD/Images/PhantomAfter.png -------------------------------------------------------------------------------- /Images/PhantomBefore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C5Hackr/Phantom/HEAD/Images/PhantomBefore.png -------------------------------------------------------------------------------- /Images/PhantomUI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C5Hackr/Phantom/HEAD/Images/PhantomUI.png -------------------------------------------------------------------------------- /Images/pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C5Hackr/Phantom/HEAD/Images/pdf.png -------------------------------------------------------------------------------- /Phantom Technical Documentation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C5Hackr/Phantom/HEAD/Phantom Technical Documentation.pdf -------------------------------------------------------------------------------- /Phantom.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C5Hackr/Phantom/HEAD/Phantom.sln -------------------------------------------------------------------------------- /Phantom/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C5Hackr/Phantom/HEAD/Phantom/App.config -------------------------------------------------------------------------------- /Phantom/CodeGen/FileGen.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C5Hackr/Phantom/HEAD/Phantom/CodeGen/FileGen.cs -------------------------------------------------------------------------------- /Phantom/CodeGen/StubGen.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C5Hackr/Phantom/HEAD/Phantom/CodeGen/StubGen.cs -------------------------------------------------------------------------------- /Phantom/CodeMod/Obfuscator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C5Hackr/Phantom/HEAD/Phantom/CodeMod/Obfuscator.cs -------------------------------------------------------------------------------- /Phantom/FodyWeavers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C5Hackr/Phantom/HEAD/Phantom/FodyWeavers.xml -------------------------------------------------------------------------------- /Phantom/FodyWeavers.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C5Hackr/Phantom/HEAD/Phantom/FodyWeavers.xsd -------------------------------------------------------------------------------- /Phantom/Misc/Settings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C5Hackr/Phantom/HEAD/Phantom/Misc/Settings.cs -------------------------------------------------------------------------------- /Phantom/Misc/Utils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C5Hackr/Phantom/HEAD/Phantom/Misc/Utils.cs -------------------------------------------------------------------------------- /Phantom/Phantom.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C5Hackr/Phantom/HEAD/Phantom/Phantom.csproj -------------------------------------------------------------------------------- /Phantom/PhantomMain.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C5Hackr/Phantom/HEAD/Phantom/PhantomMain.Designer.cs -------------------------------------------------------------------------------- /Phantom/PhantomMain.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C5Hackr/Phantom/HEAD/Phantom/PhantomMain.cs -------------------------------------------------------------------------------- /Phantom/PhantomMain.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C5Hackr/Phantom/HEAD/Phantom/PhantomMain.resx -------------------------------------------------------------------------------- /Phantom/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C5Hackr/Phantom/HEAD/Phantom/Program.cs -------------------------------------------------------------------------------- /Phantom/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C5Hackr/Phantom/HEAD/Phantom/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Phantom/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C5Hackr/Phantom/HEAD/Phantom/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /Phantom/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C5Hackr/Phantom/HEAD/Phantom/Properties/Resources.resx -------------------------------------------------------------------------------- /Phantom/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C5Hackr/Phantom/HEAD/Phantom/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /Phantom/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C5Hackr/Phantom/HEAD/Phantom/Properties/Settings.settings -------------------------------------------------------------------------------- /Phantom/Resources/AESStub.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C5Hackr/Phantom/HEAD/Phantom/Resources/AESStub.ps1 -------------------------------------------------------------------------------- /Phantom/Resources/BStub.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C5Hackr/Phantom/HEAD/Phantom/Resources/BStub.cs -------------------------------------------------------------------------------- /Phantom/Resources/Stub.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C5Hackr/Phantom/HEAD/Phantom/Resources/Stub.cs -------------------------------------------------------------------------------- /Phantom/Resources/UAC.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C5Hackr/Phantom/HEAD/Phantom/Resources/UAC.dll -------------------------------------------------------------------------------- /Phantom/Resources/UAC64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C5Hackr/Phantom/HEAD/Phantom/Resources/UAC64.dll -------------------------------------------------------------------------------- /Phantom/Resources/donut.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C5Hackr/Phantom/HEAD/Phantom/Resources/donut.exe -------------------------------------------------------------------------------- /Phantom/bin/x64/Release/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C5Hackr/Phantom/HEAD/Phantom/bin/x64/Release/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /Phantom/bin/x64/Release/Phantom.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C5Hackr/Phantom/HEAD/Phantom/bin/x64/Release/Phantom.exe -------------------------------------------------------------------------------- /Phantom/bin/x64/Release/Phantom.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C5Hackr/Phantom/HEAD/Phantom/bin/x64/Release/Phantom.exe.config -------------------------------------------------------------------------------- /Phantom/bin/x64/Release/System.Diagnostics.DiagnosticSource.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C5Hackr/Phantom/HEAD/Phantom/bin/x64/Release/System.Diagnostics.DiagnosticSource.xml -------------------------------------------------------------------------------- /Phantom/bin/x64/Release/System.ValueTuple.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C5Hackr/Phantom/HEAD/Phantom/bin/x64/Release/System.ValueTuple.xml -------------------------------------------------------------------------------- /Phantom/bin/x64/Release/dnlib.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C5Hackr/Phantom/HEAD/Phantom/bin/x64/Release/dnlib.xml -------------------------------------------------------------------------------- /Phantom/ghost-icon-838x1024-08e6wfgk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C5Hackr/Phantom/HEAD/Phantom/ghost-icon-838x1024-08e6wfgk.png -------------------------------------------------------------------------------- /Phantom/ghost_icon_838x1024_08e6wfgk_yMY_icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C5Hackr/Phantom/HEAD/Phantom/ghost_icon_838x1024_08e6wfgk_yMY_icon.ico -------------------------------------------------------------------------------- /Phantom/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C5Hackr/Phantom/HEAD/Phantom/packages.config -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/C5Hackr/Phantom/HEAD/README.md -------------------------------------------------------------------------------- /version: -------------------------------------------------------------------------------- 1 | v1.0.1 2 | --------------------------------------------------------------------------------