Skip to content

Commit

Permalink
Clean Visual Studio Project
Browse files Browse the repository at this point in the history
  • Loading branch information
jvazquez-r7 committed Jun 29, 2013
1 parent a5c3f4c commit 6878534
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 1,303 deletions.
Binary file modified data/exploits/cve-2013-3660/exploit.dll
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
<IntDir>$(Configuration)\</IntDir>
<LinkIncremental>false</LinkIncremental>
<TargetName>exploit</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
<LinkIncremental>false</LinkIncremental>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -431,11 +431,6 @@ typedef __success(return >= 0) LONG NTSTATUS;
typedef NTSTATUS *PNTSTATUS;
#endif

#ifndef PAGE_SIZE
# define PAGE_SIZE 0x1000
#endif


// Search the specified data structure for a member with CurrentValue.
BOOL FindAndReplaceMember(PDWORD Structure,
DWORD CurrentValue,
Expand Down
20 changes: 0 additions & 20 deletions external/source/exploits/cve-2013-3660/inject/inject.sln

This file was deleted.

Loading

0 comments on commit 6878534

Please sign in to comment.