Skip to content

Commit 0ebef33

Browse files
committed
Quick fix to x64 kitrap0d project
Stops errors on debug builds, not that anyone cares.
1 parent 34cdec5 commit 0ebef33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

external/source/exploits/CVE-2010-0232/kitrap0d/kitrap0d.vcxproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@
7070
<AdditionalOptions>/ignore:4070</AdditionalOptions>
7171
</Link>
7272
<PostBuildEvent>
73-
<Command>editbin.exe /OSVERSION:5.0 /SUBSYSTEM:WINDOWS,4.0 "$(TargetDir)$(TargetFileName)" &gt; NUL</Command>
73+
<Command>editbin.exe /OSVERSION:5.0 /SUBSYSTEM:WINDOWS,4.0 "$(TargetDir)$(TargetFileName)" &gt; NUL
74+
exit 0</Command>
7475
</PostBuildEvent>
7576
<ResourceCompile>
7677
<PreprocessorDefinitions>_DEBUG;_USING_V110_SDK71_;%(PreprocessorDefinitions)</PreprocessorDefinitions>

0 commit comments

Comments
 (0)