├── CHANGELOG.txt ├── COPYING.txt ├── LEGAL.txt ├── README.md ├── VulnInjector.sln └── VulnInjector ├── AboutBox.Designer.cs ├── AboutBox.cs ├── AboutBox.resx ├── FAQ.Designer.cs ├── FAQ.cs ├── FAQ.resx ├── Main.Designer.cs ├── Main.cs ├── Main.resx ├── Program.cs ├── Properties ├── AssemblyInfo.cs ├── Resources.Designer.cs ├── Resources.resx ├── Settings.Designer.cs └── Settings.settings ├── Resources ├── EmptyDrive.png ├── Setup_Install.png ├── Web.png ├── blank_cd.png ├── browse.png ├── cd_48.ico ├── exit.png ├── help.png ├── info.png └── refresh.png ├── VulnInjector.csproj ├── VulnInjector.csproj.DotSettings └── VulnInjector.csproj.user /CHANGELOG.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g0tmi1k/VulnInjector/HEAD/CHANGELOG.txt -------------------------------------------------------------------------------- /COPYING.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g0tmi1k/VulnInjector/HEAD/COPYING.txt -------------------------------------------------------------------------------- /LEGAL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g0tmi1k/VulnInjector/HEAD/LEGAL.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g0tmi1k/VulnInjector/HEAD/README.md -------------------------------------------------------------------------------- /VulnInjector.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g0tmi1k/VulnInjector/HEAD/VulnInjector.sln -------------------------------------------------------------------------------- /VulnInjector/AboutBox.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g0tmi1k/VulnInjector/HEAD/VulnInjector/AboutBox.Designer.cs -------------------------------------------------------------------------------- /VulnInjector/AboutBox.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g0tmi1k/VulnInjector/HEAD/VulnInjector/AboutBox.cs -------------------------------------------------------------------------------- /VulnInjector/AboutBox.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g0tmi1k/VulnInjector/HEAD/VulnInjector/AboutBox.resx -------------------------------------------------------------------------------- /VulnInjector/FAQ.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g0tmi1k/VulnInjector/HEAD/VulnInjector/FAQ.Designer.cs -------------------------------------------------------------------------------- /VulnInjector/FAQ.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g0tmi1k/VulnInjector/HEAD/VulnInjector/FAQ.cs -------------------------------------------------------------------------------- /VulnInjector/FAQ.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g0tmi1k/VulnInjector/HEAD/VulnInjector/FAQ.resx -------------------------------------------------------------------------------- /VulnInjector/Main.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g0tmi1k/VulnInjector/HEAD/VulnInjector/Main.Designer.cs -------------------------------------------------------------------------------- /VulnInjector/Main.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g0tmi1k/VulnInjector/HEAD/VulnInjector/Main.cs -------------------------------------------------------------------------------- /VulnInjector/Main.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g0tmi1k/VulnInjector/HEAD/VulnInjector/Main.resx -------------------------------------------------------------------------------- /VulnInjector/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g0tmi1k/VulnInjector/HEAD/VulnInjector/Program.cs -------------------------------------------------------------------------------- /VulnInjector/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g0tmi1k/VulnInjector/HEAD/VulnInjector/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /VulnInjector/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g0tmi1k/VulnInjector/HEAD/VulnInjector/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /VulnInjector/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g0tmi1k/VulnInjector/HEAD/VulnInjector/Properties/Resources.resx -------------------------------------------------------------------------------- /VulnInjector/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g0tmi1k/VulnInjector/HEAD/VulnInjector/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /VulnInjector/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g0tmi1k/VulnInjector/HEAD/VulnInjector/Properties/Settings.settings -------------------------------------------------------------------------------- /VulnInjector/Resources/EmptyDrive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g0tmi1k/VulnInjector/HEAD/VulnInjector/Resources/EmptyDrive.png -------------------------------------------------------------------------------- /VulnInjector/Resources/Setup_Install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g0tmi1k/VulnInjector/HEAD/VulnInjector/Resources/Setup_Install.png -------------------------------------------------------------------------------- /VulnInjector/Resources/Web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g0tmi1k/VulnInjector/HEAD/VulnInjector/Resources/Web.png -------------------------------------------------------------------------------- /VulnInjector/Resources/blank_cd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g0tmi1k/VulnInjector/HEAD/VulnInjector/Resources/blank_cd.png -------------------------------------------------------------------------------- /VulnInjector/Resources/browse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g0tmi1k/VulnInjector/HEAD/VulnInjector/Resources/browse.png -------------------------------------------------------------------------------- /VulnInjector/Resources/cd_48.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g0tmi1k/VulnInjector/HEAD/VulnInjector/Resources/cd_48.ico -------------------------------------------------------------------------------- /VulnInjector/Resources/exit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g0tmi1k/VulnInjector/HEAD/VulnInjector/Resources/exit.png -------------------------------------------------------------------------------- /VulnInjector/Resources/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g0tmi1k/VulnInjector/HEAD/VulnInjector/Resources/help.png -------------------------------------------------------------------------------- /VulnInjector/Resources/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g0tmi1k/VulnInjector/HEAD/VulnInjector/Resources/info.png -------------------------------------------------------------------------------- /VulnInjector/Resources/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g0tmi1k/VulnInjector/HEAD/VulnInjector/Resources/refresh.png -------------------------------------------------------------------------------- /VulnInjector/VulnInjector.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g0tmi1k/VulnInjector/HEAD/VulnInjector/VulnInjector.csproj -------------------------------------------------------------------------------- /VulnInjector/VulnInjector.csproj.DotSettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g0tmi1k/VulnInjector/HEAD/VulnInjector/VulnInjector.csproj.DotSettings -------------------------------------------------------------------------------- /VulnInjector/VulnInjector.csproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/g0tmi1k/VulnInjector/HEAD/VulnInjector/VulnInjector.csproj.user --------------------------------------------------------------------------------