/
githubmirror
/
metasploit-framework
Обзор
Документация
Войти
/
githubmirror
/
metasploit-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
external/source/exploits/capcom_sys_exec/make.msbuild
17 строк
593 B
OJ
Add LPE exploit module for the capcom driver flaw
27 сен 2016, 15:37
Не верифицирован
27 сен 2016, 15:37
0e82ced
Код
Авторство
О чём код?
<?xml version="1.0" standalone="yes"?> <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <SolutionPath>.\capcom_sys_exec.sln</SolutionPath> </PropertyGroup> <Target Name="all" DependsOnTargets="x86" /> <Target Name="x86"> <Message Text="x86 is not supported for capcom_sys_exec" /> </Target> <Target Name="x64"> <Message Text="Building capcom_sys_exec x64 Release version" /> <MSBuild Projects="$(SolutionPath)" Properties="Configuration=Release;Platform=x64" Targets="Clean;Rebuild"/> </Target> </Project>