├── .gitattributes ├── PeXploit ├── PeXploit.sln ├── PeXploit.v11.suo └── PeXploit │ ├── Advanced.Designer.cs │ ├── Advanced.cs │ ├── Advanced.resx │ ├── App.config │ ├── Download WIndow.Designer.cs │ ├── Download WIndow.cs │ ├── Download WIndow.resx │ ├── EDAT TOOL │ ├── AESCBC128Decrypt.cs │ ├── AESCBC128Encrypt.cs │ ├── AESEngine.cs │ ├── AppLoader.cs │ ├── AppLoaderReverse.cs │ ├── C00EDAT.cs │ ├── CMAC.cs │ ├── CMACGenerator.cs │ ├── ConversionUtils.cs │ ├── Decryptor.cs │ ├── EDAT.cs │ ├── EDATData.cs │ ├── EDATKeys.cs │ ├── HMAC.cs │ ├── HMACGenerator.cs │ ├── Hash.cs │ ├── HashGenerator.cs │ ├── NPD.cs │ ├── NoCrypt.cs │ ├── ToolsImpl.cs │ ├── XOREngine.cs │ ├── pkg2sfo.cs │ ├── rap2rif.cs │ ├── raptest.cs │ └── rif2rap.cs │ ├── ErrorReporting.Designer.cs │ ├── ErrorReporting.cs │ ├── ErrorReporting.resx │ ├── Form1.Designer.cs │ ├── Form1.cs │ ├── Form1.resx │ ├── NAudio.dll │ ├── PeXploit.csproj │ ├── PeXploit.csproj.user │ ├── PeXploit_Main.Designer.cs │ ├── PeXploit_Main.cs │ ├── PeXploit_Main.resx │ ├── PexLogo.ico │ ├── Pexploit.ico │ ├── Program.cs │ ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings │ ├── Read SFO.Designer.cs │ ├── Read SFO.cs │ ├── Read SFO.resx │ ├── Resources │ ├── 2017824-psnuserhelp.jpg │ ├── About_Disabled.png │ ├── About_MouseOver.png │ ├── About_Normal.png │ ├── Advanced_Disabled.png │ ├── Advanced_MouseOver.png │ ├── Advanced_Normal.png │ ├── FallAndFade.gif │ ├── Final.gif │ ├── Music_Disabled_MouseOver.png │ ├── Music_Disabled_Normal.png │ ├── Music_Enabled_MouseOver.png │ ├── Music_Enabled_Normal.png │ ├── Music_Enabled_Normal1.png │ ├── PatchAndGo_Disabled.png │ ├── PatchAndGo_MouseOver.png │ ├── PatchAndGo_Normal.png │ ├── PexLogo.png │ ├── PexLogo1.png │ ├── Remove_Disabled.png │ ├── Remove_MouseOver.png │ ├── Remove_Normal.png │ ├── SelectBackup_Disabled.png │ ├── SelectBackup_MouseOver.png │ ├── SelectBackup_Normal.png │ ├── SelectEDAT(S)_MouseOver.png │ ├── SelectEDAT(S)_Normal.png │ ├── SelectEDAT(s)_Disabled.png │ ├── SelectIDPS_Disabled.png │ ├── SelectIDPS_MouseOver.png │ ├── SelectIDPS_Normal.png │ ├── SelectPKG(S)_MouseOver.png │ ├── SelectPKG(S)_Normal.png │ ├── SelectPKG(s)_Disabled.png │ ├── SwitchView_Disabled.png │ ├── SwitchView_MouseOver.png │ ├── SwitchView_Normal.png │ ├── Yo2.gif │ ├── ajax-loader (1).gif │ ├── btn_close_disable.png │ ├── btn_close_normal.png │ ├── btn_close_over.png │ ├── btn_close_press.png │ ├── btn_minmize_disable.png │ ├── btn_minmize_normal.png │ ├── btn_minmize_over.png │ ├── btn_minmize_press.png │ ├── btn_resize_disable.png │ ├── btn_resize_normal.png │ ├── btn_resize_over.png │ ├── btn_resize_press.png │ ├── c36QTYI.png │ ├── elegant-grey-illumination-background-presentations-powerpoint-backgrounds.jpg │ └── ps3-store-icon.png │ ├── SFO JAPPIE │ ├── Functions.cs │ ├── PARAM_SFO.cs │ └── SecureFileInfo.cs │ ├── THANKS.Designer.cs │ ├── THANKS.cs │ ├── THANKS.resx │ ├── Welcome.Designer.cs │ ├── Welcome.cs │ ├── Welcome.resx │ ├── XOREngine.cs │ ├── bin │ └── Debug │ │ ├── ICON_FILE │ │ ├── Ionic.Zip.dll │ │ ├── Main.xm │ │ ├── NAudio.dll │ │ ├── PS3DB │ │ ├── PeXploit.exe │ │ ├── PeXploit.exe.config │ │ ├── PeXploit.exe.log │ │ ├── PeXploit.pdb │ │ ├── PeXploit.vshost.exe │ │ ├── PeXploit.vshost.exe.config │ │ ├── SharpMod.dll │ │ ├── cygwin1.dll │ │ ├── db.err │ │ ├── edat-license.exe │ │ ├── keys.conf │ │ ├── pkg.exe │ │ └── ps3xport.exe │ ├── info.Designer.cs │ ├── info.cs │ ├── info.resx │ ├── obj │ └── Debug │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── Interop.WMPLib.dll │ │ ├── PeXploit.Advanced.resources │ │ ├── PeXploit.Download_WIndow.resources │ │ ├── PeXploit.ErrorReporting.resources │ │ ├── PeXploit.Form1.resources │ │ ├── PeXploit.Info.resources │ │ ├── PeXploit.PeXploit_Main.resources │ │ ├── PeXploit.Properties.Resources.resources │ │ ├── PeXploit.Read_SFO.resources │ │ ├── PeXploit.THANKS.resources │ │ ├── PeXploit.Welcome.resources │ │ ├── PeXploit.csproj.FileListAbsolute.txt │ │ ├── PeXploit.csproj.GenerateResource.Cache │ │ ├── PeXploit.csproj.ResolveComReference.cache │ │ ├── PeXploit.csprojResolveAssemblyReference.cache │ │ ├── PeXploit.exe │ │ ├── PeXploit.pdb │ │ ├── TempPE │ │ └── Properties.Resources.Designer.cs.dll │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ ├── pkg2sfo.cs │ ├── ps3-store-icon.ico │ └── rap2rif.cs └── README.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/.gitattributes -------------------------------------------------------------------------------- /PeXploit/PeXploit.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit.sln -------------------------------------------------------------------------------- /PeXploit/PeXploit.v11.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit.v11.suo -------------------------------------------------------------------------------- /PeXploit/PeXploit/Advanced.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Advanced.Designer.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/Advanced.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Advanced.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/Advanced.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Advanced.resx -------------------------------------------------------------------------------- /PeXploit/PeXploit/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/App.config -------------------------------------------------------------------------------- /PeXploit/PeXploit/Download WIndow.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Download WIndow.Designer.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/Download WIndow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Download WIndow.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/Download WIndow.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Download WIndow.resx -------------------------------------------------------------------------------- /PeXploit/PeXploit/EDAT TOOL/AESCBC128Decrypt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/EDAT TOOL/AESCBC128Decrypt.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/EDAT TOOL/AESCBC128Encrypt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/EDAT TOOL/AESCBC128Encrypt.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/EDAT TOOL/AESEngine.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/EDAT TOOL/AESEngine.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/EDAT TOOL/AppLoader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/EDAT TOOL/AppLoader.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/EDAT TOOL/AppLoaderReverse.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/EDAT TOOL/AppLoaderReverse.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/EDAT TOOL/C00EDAT.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/EDAT TOOL/C00EDAT.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/EDAT TOOL/CMAC.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/EDAT TOOL/CMAC.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/EDAT TOOL/CMACGenerator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/EDAT TOOL/CMACGenerator.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/EDAT TOOL/ConversionUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/EDAT TOOL/ConversionUtils.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/EDAT TOOL/Decryptor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/EDAT TOOL/Decryptor.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/EDAT TOOL/EDAT.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/EDAT TOOL/EDAT.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/EDAT TOOL/EDATData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/EDAT TOOL/EDATData.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/EDAT TOOL/EDATKeys.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/EDAT TOOL/EDATKeys.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/EDAT TOOL/HMAC.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/EDAT TOOL/HMAC.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/EDAT TOOL/HMACGenerator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/EDAT TOOL/HMACGenerator.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/EDAT TOOL/Hash.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/EDAT TOOL/Hash.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/EDAT TOOL/HashGenerator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/EDAT TOOL/HashGenerator.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/EDAT TOOL/NPD.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/EDAT TOOL/NPD.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/EDAT TOOL/NoCrypt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/EDAT TOOL/NoCrypt.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/EDAT TOOL/ToolsImpl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/EDAT TOOL/ToolsImpl.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/EDAT TOOL/XOREngine.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/EDAT TOOL/XOREngine.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/EDAT TOOL/pkg2sfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/EDAT TOOL/pkg2sfo.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/EDAT TOOL/rap2rif.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/EDAT TOOL/rap2rif.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/EDAT TOOL/raptest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/EDAT TOOL/raptest.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/EDAT TOOL/rif2rap.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/EDAT TOOL/rif2rap.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/ErrorReporting.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/ErrorReporting.Designer.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/ErrorReporting.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/ErrorReporting.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/ErrorReporting.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/ErrorReporting.resx -------------------------------------------------------------------------------- /PeXploit/PeXploit/Form1.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Form1.Designer.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Form1.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Form1.resx -------------------------------------------------------------------------------- /PeXploit/PeXploit/NAudio.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/NAudio.dll -------------------------------------------------------------------------------- /PeXploit/PeXploit/PeXploit.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/PeXploit.csproj -------------------------------------------------------------------------------- /PeXploit/PeXploit/PeXploit.csproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/PeXploit.csproj.user -------------------------------------------------------------------------------- /PeXploit/PeXploit/PeXploit_Main.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/PeXploit_Main.Designer.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/PeXploit_Main.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/PeXploit_Main.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/PeXploit_Main.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/PeXploit_Main.resx -------------------------------------------------------------------------------- /PeXploit/PeXploit/PexLogo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/PexLogo.ico -------------------------------------------------------------------------------- /PeXploit/PeXploit/Pexploit.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Pexploit.ico -------------------------------------------------------------------------------- /PeXploit/PeXploit/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Program.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Properties/Resources.resx -------------------------------------------------------------------------------- /PeXploit/PeXploit/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Properties/Settings.settings -------------------------------------------------------------------------------- /PeXploit/PeXploit/Read SFO.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Read SFO.Designer.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/Read SFO.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Read SFO.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/Read SFO.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Read SFO.resx -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/2017824-psnuserhelp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/2017824-psnuserhelp.jpg -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/About_Disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/About_Disabled.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/About_MouseOver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/About_MouseOver.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/About_Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/About_Normal.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/Advanced_Disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/Advanced_Disabled.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/Advanced_MouseOver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/Advanced_MouseOver.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/Advanced_Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/Advanced_Normal.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/FallAndFade.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/FallAndFade.gif -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/Final.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/Final.gif -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/Music_Disabled_MouseOver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/Music_Disabled_MouseOver.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/Music_Disabled_Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/Music_Disabled_Normal.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/Music_Enabled_MouseOver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/Music_Enabled_MouseOver.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/Music_Enabled_Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/Music_Enabled_Normal.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/Music_Enabled_Normal1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/Music_Enabled_Normal1.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/PatchAndGo_Disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/PatchAndGo_Disabled.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/PatchAndGo_MouseOver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/PatchAndGo_MouseOver.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/PatchAndGo_Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/PatchAndGo_Normal.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/PexLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/PexLogo.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/PexLogo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/PexLogo1.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/Remove_Disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/Remove_Disabled.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/Remove_MouseOver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/Remove_MouseOver.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/Remove_Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/Remove_Normal.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/SelectBackup_Disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/SelectBackup_Disabled.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/SelectBackup_MouseOver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/SelectBackup_MouseOver.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/SelectBackup_Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/SelectBackup_Normal.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/SelectEDAT(S)_MouseOver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/SelectEDAT(S)_MouseOver.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/SelectEDAT(S)_Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/SelectEDAT(S)_Normal.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/SelectEDAT(s)_Disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/SelectEDAT(s)_Disabled.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/SelectIDPS_Disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/SelectIDPS_Disabled.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/SelectIDPS_MouseOver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/SelectIDPS_MouseOver.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/SelectIDPS_Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/SelectIDPS_Normal.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/SelectPKG(S)_MouseOver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/SelectPKG(S)_MouseOver.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/SelectPKG(S)_Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/SelectPKG(S)_Normal.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/SelectPKG(s)_Disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/SelectPKG(s)_Disabled.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/SwitchView_Disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/SwitchView_Disabled.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/SwitchView_MouseOver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/SwitchView_MouseOver.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/SwitchView_Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/SwitchView_Normal.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/Yo2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/Yo2.gif -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/ajax-loader (1).gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/ajax-loader (1).gif -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/btn_close_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/btn_close_disable.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/btn_close_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/btn_close_normal.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/btn_close_over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/btn_close_over.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/btn_close_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/btn_close_press.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/btn_minmize_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/btn_minmize_disable.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/btn_minmize_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/btn_minmize_normal.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/btn_minmize_over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/btn_minmize_over.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/btn_minmize_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/btn_minmize_press.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/btn_resize_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/btn_resize_disable.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/btn_resize_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/btn_resize_normal.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/btn_resize_over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/btn_resize_over.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/btn_resize_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/btn_resize_press.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/c36QTYI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/c36QTYI.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/elegant-grey-illumination-background-presentations-powerpoint-backgrounds.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/elegant-grey-illumination-background-presentations-powerpoint-backgrounds.jpg -------------------------------------------------------------------------------- /PeXploit/PeXploit/Resources/ps3-store-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Resources/ps3-store-icon.png -------------------------------------------------------------------------------- /PeXploit/PeXploit/SFO JAPPIE/Functions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/SFO JAPPIE/Functions.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/SFO JAPPIE/PARAM_SFO.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/SFO JAPPIE/PARAM_SFO.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/SFO JAPPIE/SecureFileInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/SFO JAPPIE/SecureFileInfo.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/THANKS.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/THANKS.Designer.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/THANKS.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/THANKS.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/THANKS.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/THANKS.resx -------------------------------------------------------------------------------- /PeXploit/PeXploit/Welcome.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Welcome.Designer.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/Welcome.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Welcome.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/Welcome.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/Welcome.resx -------------------------------------------------------------------------------- /PeXploit/PeXploit/XOREngine.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/XOREngine.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/bin/Debug/ICON_FILE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/bin/Debug/ICON_FILE -------------------------------------------------------------------------------- /PeXploit/PeXploit/bin/Debug/Ionic.Zip.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/bin/Debug/Ionic.Zip.dll -------------------------------------------------------------------------------- /PeXploit/PeXploit/bin/Debug/Main.xm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/bin/Debug/Main.xm -------------------------------------------------------------------------------- /PeXploit/PeXploit/bin/Debug/NAudio.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/bin/Debug/NAudio.dll -------------------------------------------------------------------------------- /PeXploit/PeXploit/bin/Debug/PS3DB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/bin/Debug/PS3DB -------------------------------------------------------------------------------- /PeXploit/PeXploit/bin/Debug/PeXploit.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/bin/Debug/PeXploit.exe -------------------------------------------------------------------------------- /PeXploit/PeXploit/bin/Debug/PeXploit.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/bin/Debug/PeXploit.exe.config -------------------------------------------------------------------------------- /PeXploit/PeXploit/bin/Debug/PeXploit.exe.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/bin/Debug/PeXploit.exe.log -------------------------------------------------------------------------------- /PeXploit/PeXploit/bin/Debug/PeXploit.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/bin/Debug/PeXploit.pdb -------------------------------------------------------------------------------- /PeXploit/PeXploit/bin/Debug/PeXploit.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/bin/Debug/PeXploit.vshost.exe -------------------------------------------------------------------------------- /PeXploit/PeXploit/bin/Debug/PeXploit.vshost.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/bin/Debug/PeXploit.vshost.exe.config -------------------------------------------------------------------------------- /PeXploit/PeXploit/bin/Debug/SharpMod.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/bin/Debug/SharpMod.dll -------------------------------------------------------------------------------- /PeXploit/PeXploit/bin/Debug/cygwin1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/bin/Debug/cygwin1.dll -------------------------------------------------------------------------------- /PeXploit/PeXploit/bin/Debug/db.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/bin/Debug/db.err -------------------------------------------------------------------------------- /PeXploit/PeXploit/bin/Debug/edat-license.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/bin/Debug/edat-license.exe -------------------------------------------------------------------------------- /PeXploit/PeXploit/bin/Debug/keys.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/bin/Debug/keys.conf -------------------------------------------------------------------------------- /PeXploit/PeXploit/bin/Debug/pkg.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/bin/Debug/pkg.exe -------------------------------------------------------------------------------- /PeXploit/PeXploit/bin/Debug/ps3xport.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/bin/Debug/ps3xport.exe -------------------------------------------------------------------------------- /PeXploit/PeXploit/info.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/info.Designer.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/info.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/info.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/info.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/info.resx -------------------------------------------------------------------------------- /PeXploit/PeXploit/obj/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/obj/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /PeXploit/PeXploit/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /PeXploit/PeXploit/obj/Debug/Interop.WMPLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/obj/Debug/Interop.WMPLib.dll -------------------------------------------------------------------------------- /PeXploit/PeXploit/obj/Debug/PeXploit.Advanced.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/obj/Debug/PeXploit.Advanced.resources -------------------------------------------------------------------------------- /PeXploit/PeXploit/obj/Debug/PeXploit.Download_WIndow.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/obj/Debug/PeXploit.Download_WIndow.resources -------------------------------------------------------------------------------- /PeXploit/PeXploit/obj/Debug/PeXploit.ErrorReporting.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/obj/Debug/PeXploit.ErrorReporting.resources -------------------------------------------------------------------------------- /PeXploit/PeXploit/obj/Debug/PeXploit.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/obj/Debug/PeXploit.Form1.resources -------------------------------------------------------------------------------- /PeXploit/PeXploit/obj/Debug/PeXploit.Info.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/obj/Debug/PeXploit.Info.resources -------------------------------------------------------------------------------- /PeXploit/PeXploit/obj/Debug/PeXploit.PeXploit_Main.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/obj/Debug/PeXploit.PeXploit_Main.resources -------------------------------------------------------------------------------- /PeXploit/PeXploit/obj/Debug/PeXploit.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/obj/Debug/PeXploit.Properties.Resources.resources -------------------------------------------------------------------------------- /PeXploit/PeXploit/obj/Debug/PeXploit.Read_SFO.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/obj/Debug/PeXploit.Read_SFO.resources -------------------------------------------------------------------------------- /PeXploit/PeXploit/obj/Debug/PeXploit.THANKS.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/obj/Debug/PeXploit.THANKS.resources -------------------------------------------------------------------------------- /PeXploit/PeXploit/obj/Debug/PeXploit.Welcome.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/obj/Debug/PeXploit.Welcome.resources -------------------------------------------------------------------------------- /PeXploit/PeXploit/obj/Debug/PeXploit.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/obj/Debug/PeXploit.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /PeXploit/PeXploit/obj/Debug/PeXploit.csproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/obj/Debug/PeXploit.csproj.GenerateResource.Cache -------------------------------------------------------------------------------- /PeXploit/PeXploit/obj/Debug/PeXploit.csproj.ResolveComReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/obj/Debug/PeXploit.csproj.ResolveComReference.cache -------------------------------------------------------------------------------- /PeXploit/PeXploit/obj/Debug/PeXploit.csprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/obj/Debug/PeXploit.csprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /PeXploit/PeXploit/obj/Debug/PeXploit.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/obj/Debug/PeXploit.exe -------------------------------------------------------------------------------- /PeXploit/PeXploit/obj/Debug/PeXploit.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/obj/Debug/PeXploit.pdb -------------------------------------------------------------------------------- /PeXploit/PeXploit/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll -------------------------------------------------------------------------------- /PeXploit/PeXploit/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PeXploit/PeXploit/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PeXploit/PeXploit/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PeXploit/PeXploit/pkg2sfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/pkg2sfo.cs -------------------------------------------------------------------------------- /PeXploit/PeXploit/ps3-store-icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/ps3-store-icon.ico -------------------------------------------------------------------------------- /PeXploit/PeXploit/rap2rif.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/PeXploit/PeXploit/rap2rif.cs -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xXxTheDarkprogramerxXx/PeXploit/HEAD/README.md --------------------------------------------------------------------------------