├── ConfuserEx ├── Confuser.CLI.exe ├── Confuser.CLI.pdb ├── Confuser.Core.dll ├── Confuser.Core.pdb ├── Confuser.Core.xml ├── Confuser.DynCipher.dll ├── Confuser.DynCipher.pdb ├── Confuser.Protections.dll ├── Confuser.Protections.pdb ├── Confuser.Renamer.dll ├── Confuser.Renamer.pdb ├── Confuser.Runtime.dll ├── Confuser.Runtime.pdb ├── dnlib.dll ├── dnlib.pdb └── dnlib.xml ├── DotNetToJScript.exe ├── ExampleAssembly.dll ├── NDesk.Options.dll ├── NET-Obfuscate ├── NET-Obfuscate.exe ├── NET-Obfuscate.exe.config ├── NET-Obfuscate.pdb ├── NET-Obfuscate.xml ├── System.Buffers.dll ├── System.Buffers.xml ├── System.CommandLine.DragonFruit.dll ├── System.CommandLine.DragonFruit.pdb ├── System.CommandLine.Rendering.dll ├── System.CommandLine.Rendering.pdb ├── System.CommandLine.dll ├── System.CommandLine.pdb ├── System.Memory.dll ├── System.Memory.xml ├── System.Numerics.Vectors.dll ├── System.Numerics.Vectors.xml ├── System.Runtime.CompilerServices.Unsafe.dll ├── System.Runtime.CompilerServices.Unsafe.xml ├── dnlib.dll └── dnlib.xml ├── README.md ├── Templates ├── 3DES │ ├── TripleDESEncryptor.ps1 │ ├── des_decryptor.cs │ ├── des_decryptor.exe │ ├── des_decryptor_embeded.cs │ └── des_decryptor_embeded_marshal.cs ├── AES │ ├── AES_Deflate_HTTP.cs │ └── AES_Deflate_SMB.cs ├── AMSI │ ├── amsi_runner.txt │ └── amsi_runner_template.txt ├── ASPX │ └── shellcode_runner_template.aspx ├── Applocker │ ├── InstallUtil.cs │ └── System.Management.Automation.dll ├── Caesar │ ├── caesar_encrypter.cs │ ├── caesar_encrypter.exe │ ├── shellcode_runner_assembly.cs │ ├── shellcode_runner_assembly_FlsAlloc_marshal.cs │ ├── shellcode_runner_assembly_dotnet2jsscript.cs │ ├── shellcode_runner_assembly_numa.cs │ ├── shellcode_runner_assembly_numa_marshal.cs │ ├── shellcode_runner_hollow.cs │ └── shellcode_runner_hollow_dotnet2jsscript.cs ├── DotNetToJScript │ ├── shellcode_runner_caesar_template.xsl │ ├── shellcode_runner_template.hta │ ├── shellcode_runner_template.xsl │ └── shellcode_runner_xor_template.xsl ├── MSI │ ├── shellcode_runner.xml │ ├── shellcode_runner_assembly.exe │ ├── tasos.msi │ ├── test.xml │ ├── test3_exec.xml │ ├── test_registry.xml │ └── wix311-binaries │ │ ├── LICENSE.TXT │ │ ├── LuxTasks.dll │ │ ├── Microsoft.Deployment.Compression.Cab.dll │ │ ├── Microsoft.Deployment.Compression.dll │ │ ├── Microsoft.Deployment.Resources.dll │ │ ├── Microsoft.Deployment.WindowsInstaller.Package.dll │ │ ├── Microsoft.Deployment.WindowsInstaller.dll │ │ ├── ThmViewer.exe │ │ ├── WixBalExtension.dll │ │ ├── WixComPlusExtension.dll │ │ ├── WixCop.exe │ │ ├── WixDependencyExtension.dll │ │ ├── WixDifxAppExtension.dll │ │ ├── WixDirectXExtension.dll │ │ ├── WixFirewallExtension.dll │ │ ├── WixGamingExtension.dll │ │ ├── WixHttpExtension.dll │ │ ├── WixIIsExtension.dll │ │ ├── WixLuxExtension.dll │ │ ├── WixMsmqExtension.dll │ │ ├── WixNetFxExtension.dll │ │ ├── WixPSExtension.dll │ │ ├── WixSqlExtension.dll │ │ ├── WixTagExtension.dll │ │ ├── WixTasks.dll │ │ ├── WixUIExtension.dll │ │ ├── WixUtilExtension.dll │ │ ├── WixVSExtension.MSBuild12.dll │ │ ├── WixVSExtension.MSBuild14.dll │ │ ├── WixVSExtension.dll │ │ ├── candle.exe │ │ ├── candle.exe.config │ │ ├── darice.cub │ │ ├── dark.exe │ │ ├── dark.exe.config │ │ ├── difxapp_x64.wixlib │ │ ├── difxapp_x86.wixlib │ │ ├── doc │ │ ├── DTF.chm │ │ ├── DTFAPI.chm │ │ ├── Dependency.xsd │ │ ├── WiX.chm │ │ ├── bal.xsd │ │ ├── complus.xsd │ │ ├── difxapp.xsd │ │ ├── firewall.xsd │ │ ├── gaming.xsd │ │ ├── http.xsd │ │ ├── iis.xsd │ │ ├── lux.xsd │ │ ├── msmq.xsd │ │ ├── netfx.xsd │ │ ├── ps.xsd │ │ ├── sql.xsd │ │ ├── tag.xsd │ │ ├── thmutil.xsd │ │ ├── util.xsd │ │ ├── vs.xsd │ │ ├── wix.xsd │ │ └── wixloc.xsd │ │ ├── heat.exe │ │ ├── heat.exe.config │ │ ├── insignia.exe │ │ ├── insignia.exe.config │ │ ├── light.exe │ │ ├── light.exe.config │ │ ├── lit.exe │ │ ├── lit.exe.config │ │ ├── lux.exe │ │ ├── lux.exe.config │ │ ├── lux.targets │ │ ├── melt.exe │ │ ├── melt.exe.config │ │ ├── mergemod.cub │ │ ├── mergemod.dll │ │ ├── msi.dll │ │ ├── mspatchc.dll │ │ ├── nit.exe │ │ ├── nit.exe.config │ │ ├── pyro.exe │ │ ├── pyro.exe.config │ │ ├── retina.exe │ │ ├── retina.exe.config │ │ ├── sdk │ │ ├── BootstrapperCore.config │ │ ├── BootstrapperCore.dll │ │ ├── BootstrapperCore.xml │ │ ├── DocCompiler.exe │ │ ├── MakeSfxCA.exe │ │ ├── MakeSfxCA.exe.config │ │ ├── Microsoft.Deployment.Compression.Cab.dll │ │ ├── Microsoft.Deployment.Compression.Cab.xml │ │ ├── Microsoft.Deployment.Compression.Zip.dll │ │ ├── Microsoft.Deployment.Compression.Zip.xml │ │ ├── Microsoft.Deployment.Compression.dll │ │ ├── Microsoft.Deployment.Compression.xml │ │ ├── Microsoft.Deployment.Resources.dll │ │ ├── Microsoft.Deployment.Resources.xml │ │ ├── Microsoft.Deployment.WindowsInstaller.Linq.dll │ │ ├── Microsoft.Deployment.WindowsInstaller.Linq.xml │ │ ├── Microsoft.Deployment.WindowsInstaller.Package.dll │ │ ├── Microsoft.Deployment.WindowsInstaller.Package.xml │ │ ├── Microsoft.Deployment.WindowsInstaller.dll │ │ ├── Microsoft.Deployment.WindowsInstaller.xml │ │ ├── MsgGen.exe │ │ ├── XsdGen.exe │ │ ├── XsdStitch.exe │ │ ├── inc │ │ │ ├── BalBaseBootstrapperApplication.h │ │ │ ├── IBootstrapperApplication.h │ │ │ ├── IBootstrapperBAFunction.h │ │ │ ├── IBootstrapperEngine.h │ │ │ ├── aclutil.h │ │ │ ├── apputil.h │ │ │ ├── apuputil.h │ │ │ ├── atomutil.h │ │ │ ├── balcondition.h │ │ │ ├── balinfo.h │ │ │ ├── balretry.h │ │ │ ├── balutil.h │ │ │ ├── buffutil.h │ │ │ ├── butil.h │ │ │ ├── cabcutil.h │ │ │ ├── cabutil.h │ │ │ ├── certutil.h │ │ │ ├── conutil.h │ │ │ ├── cryputil.h │ │ │ ├── custommsierrors.h │ │ │ ├── deputil.h │ │ │ ├── dictutil.h │ │ │ ├── dirutil.h │ │ │ ├── dlutil.h │ │ │ ├── dutil.h │ │ │ ├── eseutil.h │ │ │ ├── fileutil.h │ │ │ ├── gdiputil.h │ │ │ ├── iis7util.h │ │ │ ├── inetutil.h │ │ │ ├── iniutil.h │ │ │ ├── jsonutil.h │ │ │ ├── locutil.h │ │ │ ├── logutil.h │ │ │ ├── memutil.h │ │ │ ├── metautil.h │ │ │ ├── osutil.h │ │ │ ├── pathutil.h │ │ │ ├── perfutil.h │ │ │ ├── polcutil.h │ │ │ ├── procutil.h │ │ │ ├── regutil.h │ │ │ ├── resrutil.h │ │ │ ├── reswutil.h │ │ │ ├── rexutil.h │ │ │ ├── rmutil.h │ │ │ ├── rssutil.h │ │ │ ├── sceutil.h │ │ │ ├── shelutil.h │ │ │ ├── sqlutil.h │ │ │ ├── srputil.h │ │ │ ├── strutil.h │ │ │ ├── svcutil.h │ │ │ ├── thmutil.h │ │ │ ├── timeutil.h │ │ │ ├── uriutil.h │ │ │ ├── userutil.h │ │ │ ├── wcalog.h │ │ │ ├── wcautil.h │ │ │ ├── wcawow64.h │ │ │ ├── wcawrapquery.h │ │ │ ├── wiutil.h │ │ │ ├── wuautil.h │ │ │ └── xmlutil.h │ │ ├── vs2010 │ │ │ └── lib │ │ │ │ ├── x64 │ │ │ │ ├── deputil.lib │ │ │ │ ├── dutil.lib │ │ │ │ └── wcautil.lib │ │ │ │ └── x86 │ │ │ │ ├── balutil.lib │ │ │ │ ├── deputil.lib │ │ │ │ ├── dutil.lib │ │ │ │ └── wcautil.lib │ │ ├── vs2012 │ │ │ └── lib │ │ │ │ ├── x64 │ │ │ │ ├── deputil.lib │ │ │ │ ├── dutil.lib │ │ │ │ └── wcautil.lib │ │ │ │ └── x86 │ │ │ │ ├── balutil.lib │ │ │ │ ├── deputil.lib │ │ │ │ ├── dutil.lib │ │ │ │ └── wcautil.lib │ │ ├── vs2013 │ │ │ └── lib │ │ │ │ ├── x64 │ │ │ │ ├── deputil.lib │ │ │ │ ├── dutil.lib │ │ │ │ └── wcautil.lib │ │ │ │ └── x86 │ │ │ │ ├── balutil.lib │ │ │ │ ├── deputil.lib │ │ │ │ ├── dutil.lib │ │ │ │ └── wcautil.lib │ │ ├── vs2015 │ │ │ └── lib │ │ │ │ ├── x64 │ │ │ │ ├── deputil.lib │ │ │ │ ├── dutil.lib │ │ │ │ └── wcautil.lib │ │ │ │ └── x86 │ │ │ │ ├── balutil.lib │ │ │ │ ├── deputil.lib │ │ │ │ ├── dutil.lib │ │ │ │ └── wcautil.lib │ │ ├── vs2017 │ │ │ └── lib │ │ │ │ ├── x64 │ │ │ │ ├── deputil.lib │ │ │ │ ├── dutil.lib │ │ │ │ └── wcautil.lib │ │ │ │ └── x86 │ │ │ │ ├── balutil.lib │ │ │ │ ├── deputil.lib │ │ │ │ ├── dutil.lib │ │ │ │ └── wcautil.lib │ │ ├── wix.ca.targets │ │ ├── wix.nativeca.targets │ │ ├── x64 │ │ │ └── sfxca.dll │ │ └── x86 │ │ │ └── sfxca.dll │ │ ├── shine.exe │ │ ├── shine.exe.config │ │ ├── smoke.exe │ │ ├── smoke.exe.config │ │ ├── torch.exe │ │ ├── torch.exe.config │ │ ├── wconsole.dll │ │ ├── winterop.dll │ │ ├── wix.dll │ │ ├── wix.targets │ │ ├── wix200x.targets │ │ ├── wix2010.targets │ │ ├── wix311-binaries.zip │ │ └── x86 │ │ └── burn.exe ├── XOR │ ├── shellcode_runner_assembly.cs │ ├── shellcode_runner_assembly_FlsAlloc_marshal.cs │ ├── shellcode_runner_assembly_dotnet2jsscript.cs │ ├── shellcode_runner_assembly_numa.cs │ ├── shellcode_runner_assembly_numa_marshal.cs │ ├── shellcode_runner_hollow.cs │ ├── shellcode_runner_hollow_dotnet2jsscript.cs │ ├── shellcode_runner_xor.cpp │ ├── xor_encrypter.cs │ ├── xor_encrypter.exe │ ├── xor_encrypter_v2.cs │ └── xor_encrypter_v2.exe ├── shellcode_runner.cpp └── shellcode_runner_marshal_xor.cs ├── add_code.py ├── add_code2.py ├── apophis.sh └── payloads ├── 3DES └── README.md ├── AES └── README.md ├── AMSI ├── MinHook.NET.dll └── amsi_unhook.exe ├── ASPX ├── README.md └── shellcode_runner_caesar.aspx ├── Applocker └── README.md ├── Caesar └── README.md ├── ConfuserEx ├── Caesar │ └── README.md └── XOR │ └── README.md ├── DotNetToJScript ├── README.md └── runner.js └── XOR └── README.md /ConfuserEx/Confuser.CLI.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/ConfuserEx/Confuser.CLI.exe -------------------------------------------------------------------------------- /ConfuserEx/Confuser.CLI.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/ConfuserEx/Confuser.CLI.pdb -------------------------------------------------------------------------------- /ConfuserEx/Confuser.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/ConfuserEx/Confuser.Core.dll -------------------------------------------------------------------------------- /ConfuserEx/Confuser.Core.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/ConfuserEx/Confuser.Core.pdb -------------------------------------------------------------------------------- /ConfuserEx/Confuser.Core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/ConfuserEx/Confuser.Core.xml -------------------------------------------------------------------------------- /ConfuserEx/Confuser.DynCipher.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/ConfuserEx/Confuser.DynCipher.dll -------------------------------------------------------------------------------- /ConfuserEx/Confuser.DynCipher.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/ConfuserEx/Confuser.DynCipher.pdb -------------------------------------------------------------------------------- /ConfuserEx/Confuser.Protections.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/ConfuserEx/Confuser.Protections.dll -------------------------------------------------------------------------------- /ConfuserEx/Confuser.Protections.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/ConfuserEx/Confuser.Protections.pdb -------------------------------------------------------------------------------- /ConfuserEx/Confuser.Renamer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/ConfuserEx/Confuser.Renamer.dll -------------------------------------------------------------------------------- /ConfuserEx/Confuser.Renamer.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/ConfuserEx/Confuser.Renamer.pdb -------------------------------------------------------------------------------- /ConfuserEx/Confuser.Runtime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/ConfuserEx/Confuser.Runtime.dll -------------------------------------------------------------------------------- /ConfuserEx/Confuser.Runtime.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/ConfuserEx/Confuser.Runtime.pdb -------------------------------------------------------------------------------- /ConfuserEx/dnlib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/ConfuserEx/dnlib.dll -------------------------------------------------------------------------------- /ConfuserEx/dnlib.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/ConfuserEx/dnlib.pdb -------------------------------------------------------------------------------- /ConfuserEx/dnlib.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/ConfuserEx/dnlib.xml -------------------------------------------------------------------------------- /DotNetToJScript.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/DotNetToJScript.exe -------------------------------------------------------------------------------- /ExampleAssembly.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/ExampleAssembly.dll -------------------------------------------------------------------------------- /NDesk.Options.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/NDesk.Options.dll -------------------------------------------------------------------------------- /NET-Obfuscate/NET-Obfuscate.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/NET-Obfuscate/NET-Obfuscate.exe -------------------------------------------------------------------------------- /NET-Obfuscate/NET-Obfuscate.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/NET-Obfuscate/NET-Obfuscate.exe.config -------------------------------------------------------------------------------- /NET-Obfuscate/NET-Obfuscate.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/NET-Obfuscate/NET-Obfuscate.pdb -------------------------------------------------------------------------------- /NET-Obfuscate/NET-Obfuscate.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/NET-Obfuscate/NET-Obfuscate.xml -------------------------------------------------------------------------------- /NET-Obfuscate/System.Buffers.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/NET-Obfuscate/System.Buffers.dll -------------------------------------------------------------------------------- /NET-Obfuscate/System.Buffers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/NET-Obfuscate/System.Buffers.xml -------------------------------------------------------------------------------- /NET-Obfuscate/System.CommandLine.DragonFruit.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/NET-Obfuscate/System.CommandLine.DragonFruit.dll -------------------------------------------------------------------------------- /NET-Obfuscate/System.CommandLine.DragonFruit.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/NET-Obfuscate/System.CommandLine.DragonFruit.pdb -------------------------------------------------------------------------------- /NET-Obfuscate/System.CommandLine.Rendering.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/NET-Obfuscate/System.CommandLine.Rendering.dll -------------------------------------------------------------------------------- /NET-Obfuscate/System.CommandLine.Rendering.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/NET-Obfuscate/System.CommandLine.Rendering.pdb -------------------------------------------------------------------------------- /NET-Obfuscate/System.CommandLine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/NET-Obfuscate/System.CommandLine.dll -------------------------------------------------------------------------------- /NET-Obfuscate/System.CommandLine.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/NET-Obfuscate/System.CommandLine.pdb -------------------------------------------------------------------------------- /NET-Obfuscate/System.Memory.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/NET-Obfuscate/System.Memory.dll -------------------------------------------------------------------------------- /NET-Obfuscate/System.Memory.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/NET-Obfuscate/System.Memory.xml -------------------------------------------------------------------------------- /NET-Obfuscate/System.Numerics.Vectors.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/NET-Obfuscate/System.Numerics.Vectors.dll -------------------------------------------------------------------------------- /NET-Obfuscate/System.Numerics.Vectors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/NET-Obfuscate/System.Numerics.Vectors.xml -------------------------------------------------------------------------------- /NET-Obfuscate/System.Runtime.CompilerServices.Unsafe.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/NET-Obfuscate/System.Runtime.CompilerServices.Unsafe.dll -------------------------------------------------------------------------------- /NET-Obfuscate/System.Runtime.CompilerServices.Unsafe.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/NET-Obfuscate/System.Runtime.CompilerServices.Unsafe.xml -------------------------------------------------------------------------------- /NET-Obfuscate/dnlib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/NET-Obfuscate/dnlib.dll -------------------------------------------------------------------------------- /NET-Obfuscate/dnlib.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/NET-Obfuscate/dnlib.xml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/README.md -------------------------------------------------------------------------------- /Templates/3DES/TripleDESEncryptor.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/3DES/TripleDESEncryptor.ps1 -------------------------------------------------------------------------------- /Templates/3DES/des_decryptor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/3DES/des_decryptor.cs -------------------------------------------------------------------------------- /Templates/3DES/des_decryptor.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/3DES/des_decryptor.exe -------------------------------------------------------------------------------- /Templates/3DES/des_decryptor_embeded.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/3DES/des_decryptor_embeded.cs -------------------------------------------------------------------------------- /Templates/3DES/des_decryptor_embeded_marshal.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/3DES/des_decryptor_embeded_marshal.cs -------------------------------------------------------------------------------- /Templates/AES/AES_Deflate_HTTP.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/AES/AES_Deflate_HTTP.cs -------------------------------------------------------------------------------- /Templates/AES/AES_Deflate_SMB.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/AES/AES_Deflate_SMB.cs -------------------------------------------------------------------------------- /Templates/AMSI/amsi_runner.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/AMSI/amsi_runner.txt -------------------------------------------------------------------------------- /Templates/AMSI/amsi_runner_template.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/AMSI/amsi_runner_template.txt -------------------------------------------------------------------------------- /Templates/ASPX/shellcode_runner_template.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/ASPX/shellcode_runner_template.aspx -------------------------------------------------------------------------------- /Templates/Applocker/InstallUtil.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/Applocker/InstallUtil.cs -------------------------------------------------------------------------------- /Templates/Applocker/System.Management.Automation.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/Applocker/System.Management.Automation.dll -------------------------------------------------------------------------------- /Templates/Caesar/caesar_encrypter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/Caesar/caesar_encrypter.cs -------------------------------------------------------------------------------- /Templates/Caesar/caesar_encrypter.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/Caesar/caesar_encrypter.exe -------------------------------------------------------------------------------- /Templates/Caesar/shellcode_runner_assembly.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/Caesar/shellcode_runner_assembly.cs -------------------------------------------------------------------------------- /Templates/Caesar/shellcode_runner_assembly_FlsAlloc_marshal.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/Caesar/shellcode_runner_assembly_FlsAlloc_marshal.cs -------------------------------------------------------------------------------- /Templates/Caesar/shellcode_runner_assembly_dotnet2jsscript.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/Caesar/shellcode_runner_assembly_dotnet2jsscript.cs -------------------------------------------------------------------------------- /Templates/Caesar/shellcode_runner_assembly_numa.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/Caesar/shellcode_runner_assembly_numa.cs -------------------------------------------------------------------------------- /Templates/Caesar/shellcode_runner_assembly_numa_marshal.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/Caesar/shellcode_runner_assembly_numa_marshal.cs -------------------------------------------------------------------------------- /Templates/Caesar/shellcode_runner_hollow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/Caesar/shellcode_runner_hollow.cs -------------------------------------------------------------------------------- /Templates/Caesar/shellcode_runner_hollow_dotnet2jsscript.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/Caesar/shellcode_runner_hollow_dotnet2jsscript.cs -------------------------------------------------------------------------------- /Templates/DotNetToJScript/shellcode_runner_caesar_template.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/DotNetToJScript/shellcode_runner_caesar_template.xsl -------------------------------------------------------------------------------- /Templates/DotNetToJScript/shellcode_runner_template.hta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/DotNetToJScript/shellcode_runner_template.hta -------------------------------------------------------------------------------- /Templates/DotNetToJScript/shellcode_runner_template.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/DotNetToJScript/shellcode_runner_template.xsl -------------------------------------------------------------------------------- /Templates/DotNetToJScript/shellcode_runner_xor_template.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/DotNetToJScript/shellcode_runner_xor_template.xsl -------------------------------------------------------------------------------- /Templates/MSI/shellcode_runner.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/shellcode_runner.xml -------------------------------------------------------------------------------- /Templates/MSI/shellcode_runner_assembly.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/shellcode_runner_assembly.exe -------------------------------------------------------------------------------- /Templates/MSI/tasos.msi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/tasos.msi -------------------------------------------------------------------------------- /Templates/MSI/test.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/test.xml -------------------------------------------------------------------------------- /Templates/MSI/test3_exec.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/test3_exec.xml -------------------------------------------------------------------------------- /Templates/MSI/test_registry.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/test_registry.xml -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/LICENSE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/LICENSE.TXT -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/LuxTasks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/LuxTasks.dll -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/Microsoft.Deployment.Compression.Cab.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/Microsoft.Deployment.Compression.Cab.dll -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/Microsoft.Deployment.Compression.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/Microsoft.Deployment.Compression.dll -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/Microsoft.Deployment.Resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/Microsoft.Deployment.Resources.dll -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/Microsoft.Deployment.WindowsInstaller.Package.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/Microsoft.Deployment.WindowsInstaller.Package.dll -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/Microsoft.Deployment.WindowsInstaller.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/Microsoft.Deployment.WindowsInstaller.dll -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/ThmViewer.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/ThmViewer.exe -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/WixBalExtension.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/WixBalExtension.dll -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/WixComPlusExtension.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/WixComPlusExtension.dll -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/WixCop.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/WixCop.exe -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/WixDependencyExtension.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/WixDependencyExtension.dll -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/WixDifxAppExtension.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/WixDifxAppExtension.dll -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/WixDirectXExtension.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/WixDirectXExtension.dll -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/WixFirewallExtension.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/WixFirewallExtension.dll -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/WixGamingExtension.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/WixGamingExtension.dll -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/WixHttpExtension.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/WixHttpExtension.dll -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/WixIIsExtension.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/WixIIsExtension.dll -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/WixLuxExtension.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/WixLuxExtension.dll -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/WixMsmqExtension.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/WixMsmqExtension.dll -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/WixNetFxExtension.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/WixNetFxExtension.dll -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/WixPSExtension.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/WixPSExtension.dll -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/WixSqlExtension.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/WixSqlExtension.dll -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/WixTagExtension.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/WixTagExtension.dll -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/WixTasks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/WixTasks.dll -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/WixUIExtension.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/WixUIExtension.dll -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/WixUtilExtension.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/WixUtilExtension.dll -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/WixVSExtension.MSBuild12.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/WixVSExtension.MSBuild12.dll -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/WixVSExtension.MSBuild14.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/WixVSExtension.MSBuild14.dll -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/WixVSExtension.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/WixVSExtension.dll -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/candle.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/candle.exe -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/candle.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/candle.exe.config -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/darice.cub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/darice.cub -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/dark.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/dark.exe -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/dark.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/dark.exe.config -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/difxapp_x64.wixlib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/difxapp_x64.wixlib -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/difxapp_x86.wixlib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/difxapp_x86.wixlib -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/doc/DTF.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/doc/DTF.chm -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/doc/DTFAPI.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/doc/DTFAPI.chm -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/doc/Dependency.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/doc/Dependency.xsd -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/doc/WiX.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/doc/WiX.chm -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/doc/bal.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/doc/bal.xsd -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/doc/complus.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/doc/complus.xsd -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/doc/difxapp.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/doc/difxapp.xsd -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/doc/firewall.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/doc/firewall.xsd -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/doc/gaming.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/doc/gaming.xsd -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/doc/http.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/doc/http.xsd -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/doc/iis.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/doc/iis.xsd -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/doc/lux.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/doc/lux.xsd -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/doc/msmq.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/doc/msmq.xsd -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/doc/netfx.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/doc/netfx.xsd -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/doc/ps.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/doc/ps.xsd -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/doc/sql.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/doc/sql.xsd -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/doc/tag.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/doc/tag.xsd -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/doc/thmutil.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/doc/thmutil.xsd -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/doc/util.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/doc/util.xsd -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/doc/vs.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/doc/vs.xsd -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/doc/wix.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/doc/wix.xsd -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/doc/wixloc.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/doc/wixloc.xsd -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/heat.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/heat.exe -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/heat.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/heat.exe.config -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/insignia.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/insignia.exe -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/insignia.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/insignia.exe.config -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/light.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/light.exe -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/light.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/light.exe.config -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/lit.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/lit.exe -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/lit.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/lit.exe.config -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/lux.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/lux.exe -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/lux.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/lux.exe.config -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/lux.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/lux.targets -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/melt.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/melt.exe -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/melt.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/melt.exe.config -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/mergemod.cub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/mergemod.cub -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/mergemod.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/mergemod.dll -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/msi.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/msi.dll -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/mspatchc.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/mspatchc.dll -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/nit.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/nit.exe -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/nit.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/nit.exe.config -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/pyro.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/pyro.exe -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/pyro.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/pyro.exe.config -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/retina.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/retina.exe -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/retina.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/retina.exe.config -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/BootstrapperCore.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/BootstrapperCore.config -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/BootstrapperCore.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/BootstrapperCore.dll -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/BootstrapperCore.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/BootstrapperCore.xml -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/DocCompiler.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/DocCompiler.exe -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/MakeSfxCA.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/MakeSfxCA.exe -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/MakeSfxCA.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/MakeSfxCA.exe.config -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/Microsoft.Deployment.Compression.Cab.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/Microsoft.Deployment.Compression.Cab.dll -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/Microsoft.Deployment.Compression.Cab.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/Microsoft.Deployment.Compression.Cab.xml -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/Microsoft.Deployment.Compression.Zip.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/Microsoft.Deployment.Compression.Zip.dll -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/Microsoft.Deployment.Compression.Zip.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/Microsoft.Deployment.Compression.Zip.xml -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/Microsoft.Deployment.Compression.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/Microsoft.Deployment.Compression.dll -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/Microsoft.Deployment.Compression.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/Microsoft.Deployment.Compression.xml -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/Microsoft.Deployment.Resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/Microsoft.Deployment.Resources.dll -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/Microsoft.Deployment.Resources.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/Microsoft.Deployment.Resources.xml -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/Microsoft.Deployment.WindowsInstaller.Linq.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/Microsoft.Deployment.WindowsInstaller.Linq.dll -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/Microsoft.Deployment.WindowsInstaller.Linq.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/Microsoft.Deployment.WindowsInstaller.Linq.xml -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/Microsoft.Deployment.WindowsInstaller.Package.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/Microsoft.Deployment.WindowsInstaller.Package.dll -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/Microsoft.Deployment.WindowsInstaller.Package.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/Microsoft.Deployment.WindowsInstaller.Package.xml -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/Microsoft.Deployment.WindowsInstaller.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/Microsoft.Deployment.WindowsInstaller.dll -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/Microsoft.Deployment.WindowsInstaller.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/Microsoft.Deployment.WindowsInstaller.xml -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/MsgGen.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/MsgGen.exe -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/XsdGen.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/XsdGen.exe -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/XsdStitch.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/XsdStitch.exe -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/BalBaseBootstrapperApplication.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/BalBaseBootstrapperApplication.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/IBootstrapperApplication.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/IBootstrapperApplication.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/IBootstrapperBAFunction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/IBootstrapperBAFunction.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/IBootstrapperEngine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/IBootstrapperEngine.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/aclutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/aclutil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/apputil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/apputil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/apuputil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/apuputil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/atomutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/atomutil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/balcondition.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/balcondition.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/balinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/balinfo.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/balretry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/balretry.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/balutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/balutil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/buffutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/buffutil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/butil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/butil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/cabcutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/cabcutil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/cabutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/cabutil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/certutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/certutil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/conutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/conutil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/cryputil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/cryputil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/custommsierrors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/custommsierrors.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/deputil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/deputil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/dictutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/dictutil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/dirutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/dirutil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/dlutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/dlutil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/dutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/dutil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/eseutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/eseutil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/fileutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/fileutil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/gdiputil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/gdiputil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/iis7util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/iis7util.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/inetutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/inetutil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/iniutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/iniutil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/jsonutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/jsonutil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/locutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/locutil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/logutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/logutil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/memutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/memutil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/metautil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/metautil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/osutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/osutil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/pathutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/pathutil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/perfutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/perfutil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/polcutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/polcutil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/procutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/procutil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/regutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/regutil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/resrutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/resrutil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/reswutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/reswutil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/rexutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/rexutil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/rmutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/rmutil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/rssutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/rssutil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/sceutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/sceutil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/shelutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/shelutil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/sqlutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/sqlutil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/srputil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/srputil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/strutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/strutil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/svcutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/svcutil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/thmutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/thmutil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/timeutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/timeutil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/uriutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/uriutil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/userutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/userutil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/wcalog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/wcalog.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/wcautil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/wcautil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/wcawow64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/wcawow64.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/wcawrapquery.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/wcawrapquery.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/wiutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/wiutil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/wuautil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/wuautil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/inc/xmlutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/inc/xmlutil.h -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/vs2010/lib/x64/deputil.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/vs2010/lib/x64/deputil.lib -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/vs2010/lib/x64/dutil.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/vs2010/lib/x64/dutil.lib -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/vs2010/lib/x64/wcautil.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/vs2010/lib/x64/wcautil.lib -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/vs2010/lib/x86/balutil.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/vs2010/lib/x86/balutil.lib -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/vs2010/lib/x86/deputil.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/vs2010/lib/x86/deputil.lib -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/vs2010/lib/x86/dutil.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/vs2010/lib/x86/dutil.lib -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/vs2010/lib/x86/wcautil.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/vs2010/lib/x86/wcautil.lib -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/vs2012/lib/x64/deputil.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/vs2012/lib/x64/deputil.lib -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/vs2012/lib/x64/dutil.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/vs2012/lib/x64/dutil.lib -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/vs2012/lib/x64/wcautil.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/vs2012/lib/x64/wcautil.lib -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/vs2012/lib/x86/balutil.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/vs2012/lib/x86/balutil.lib -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/vs2012/lib/x86/deputil.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/vs2012/lib/x86/deputil.lib -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/vs2012/lib/x86/dutil.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/vs2012/lib/x86/dutil.lib -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/vs2012/lib/x86/wcautil.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/vs2012/lib/x86/wcautil.lib -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/vs2013/lib/x64/deputil.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/vs2013/lib/x64/deputil.lib -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/vs2013/lib/x64/dutil.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/vs2013/lib/x64/dutil.lib -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/vs2013/lib/x64/wcautil.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/vs2013/lib/x64/wcautil.lib -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/vs2013/lib/x86/balutil.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/vs2013/lib/x86/balutil.lib -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/vs2013/lib/x86/deputil.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/vs2013/lib/x86/deputil.lib -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/vs2013/lib/x86/dutil.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/vs2013/lib/x86/dutil.lib -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/vs2013/lib/x86/wcautil.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/vs2013/lib/x86/wcautil.lib -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/vs2015/lib/x64/deputil.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/vs2015/lib/x64/deputil.lib -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/vs2015/lib/x64/dutil.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/vs2015/lib/x64/dutil.lib -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/vs2015/lib/x64/wcautil.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/vs2015/lib/x64/wcautil.lib -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/vs2015/lib/x86/balutil.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/vs2015/lib/x86/balutil.lib -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/vs2015/lib/x86/deputil.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/vs2015/lib/x86/deputil.lib -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/vs2015/lib/x86/dutil.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/vs2015/lib/x86/dutil.lib -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/vs2015/lib/x86/wcautil.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/vs2015/lib/x86/wcautil.lib -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/vs2017/lib/x64/deputil.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/vs2017/lib/x64/deputil.lib -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/vs2017/lib/x64/dutil.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/vs2017/lib/x64/dutil.lib -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/vs2017/lib/x64/wcautil.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/vs2017/lib/x64/wcautil.lib -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/vs2017/lib/x86/balutil.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/vs2017/lib/x86/balutil.lib -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/vs2017/lib/x86/deputil.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/vs2017/lib/x86/deputil.lib -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/vs2017/lib/x86/dutil.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/vs2017/lib/x86/dutil.lib -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/vs2017/lib/x86/wcautil.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/vs2017/lib/x86/wcautil.lib -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/wix.ca.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/wix.ca.targets -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/wix.nativeca.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/wix.nativeca.targets -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/x64/sfxca.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/x64/sfxca.dll -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/sdk/x86/sfxca.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/sdk/x86/sfxca.dll -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/shine.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/shine.exe -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/shine.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/shine.exe.config -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/smoke.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/smoke.exe -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/smoke.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/smoke.exe.config -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/torch.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/torch.exe -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/torch.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/torch.exe.config -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/wconsole.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/wconsole.dll -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/winterop.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/winterop.dll -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/wix.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/wix.dll -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/wix.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/wix.targets -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/wix200x.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/wix200x.targets -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/wix2010.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/wix2010.targets -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/wix311-binaries.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/wix311-binaries.zip -------------------------------------------------------------------------------- /Templates/MSI/wix311-binaries/x86/burn.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/MSI/wix311-binaries/x86/burn.exe -------------------------------------------------------------------------------- /Templates/XOR/shellcode_runner_assembly.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/XOR/shellcode_runner_assembly.cs -------------------------------------------------------------------------------- /Templates/XOR/shellcode_runner_assembly_FlsAlloc_marshal.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/XOR/shellcode_runner_assembly_FlsAlloc_marshal.cs -------------------------------------------------------------------------------- /Templates/XOR/shellcode_runner_assembly_dotnet2jsscript.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/XOR/shellcode_runner_assembly_dotnet2jsscript.cs -------------------------------------------------------------------------------- /Templates/XOR/shellcode_runner_assembly_numa.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/XOR/shellcode_runner_assembly_numa.cs -------------------------------------------------------------------------------- /Templates/XOR/shellcode_runner_assembly_numa_marshal.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/XOR/shellcode_runner_assembly_numa_marshal.cs -------------------------------------------------------------------------------- /Templates/XOR/shellcode_runner_hollow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/XOR/shellcode_runner_hollow.cs -------------------------------------------------------------------------------- /Templates/XOR/shellcode_runner_hollow_dotnet2jsscript.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/XOR/shellcode_runner_hollow_dotnet2jsscript.cs -------------------------------------------------------------------------------- /Templates/XOR/shellcode_runner_xor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/XOR/shellcode_runner_xor.cpp -------------------------------------------------------------------------------- /Templates/XOR/xor_encrypter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/XOR/xor_encrypter.cs -------------------------------------------------------------------------------- /Templates/XOR/xor_encrypter.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/XOR/xor_encrypter.exe -------------------------------------------------------------------------------- /Templates/XOR/xor_encrypter_v2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/XOR/xor_encrypter_v2.cs -------------------------------------------------------------------------------- /Templates/XOR/xor_encrypter_v2.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/XOR/xor_encrypter_v2.exe -------------------------------------------------------------------------------- /Templates/shellcode_runner.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/shellcode_runner.cpp -------------------------------------------------------------------------------- /Templates/shellcode_runner_marshal_xor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/Templates/shellcode_runner_marshal_xor.cs -------------------------------------------------------------------------------- /add_code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/add_code.py -------------------------------------------------------------------------------- /add_code2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/add_code2.py -------------------------------------------------------------------------------- /apophis.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/apophis.sh -------------------------------------------------------------------------------- /payloads/3DES/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /payloads/AES/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /payloads/AMSI/MinHook.NET.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/payloads/AMSI/MinHook.NET.dll -------------------------------------------------------------------------------- /payloads/AMSI/amsi_unhook.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/payloads/AMSI/amsi_unhook.exe -------------------------------------------------------------------------------- /payloads/ASPX/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /payloads/ASPX/shellcode_runner_caesar.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/payloads/ASPX/shellcode_runner_caesar.aspx -------------------------------------------------------------------------------- /payloads/Applocker/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /payloads/Caesar/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /payloads/ConfuserEx/Caesar/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /payloads/ConfuserEx/XOR/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /payloads/DotNetToJScript/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /payloads/DotNetToJScript/runner.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasox/Apophis/HEAD/payloads/DotNetToJScript/runner.js -------------------------------------------------------------------------------- /payloads/XOR/README.md: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------