Skip to content

Commit

Permalink
Remove require administrator to run Robber
Browse files Browse the repository at this point in the history
  • Loading branch information
MojtabaTajik committed Feb 29, 2020
1 parent d47d27e commit 0580e23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Robber/Robber.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
<VerInfo_Keys>CompanyName=;FileDescription=Robber, open source tool for finding executables prone to DLL hijacking;FileVersion=2.7.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=Robber;ProductVersion=2.7.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName)</VerInfo_Keys>
<UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
<UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
<AppExecutionLevel>requireAdministrator</AppExecutionLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1)'!=''">
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
Expand All @@ -76,14 +75,13 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
<VerInfo_Release>15</VerInfo_Release>
<VerInfo_Build>3</VerInfo_Build>
<VerInfo_Build>5</VerInfo_Build>
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
<VerInfo_AutoIncVersion>true</VerInfo_AutoIncVersion>
<VerInfo_MinorVer>7</VerInfo_MinorVer>
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<VerInfo_Keys>CompanyName=Felony;FileDescription=DLL Hijack Finder;FileVersion=1.7.15.3;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=DLL Robber;ProductName=DLL Robber;ProductVersion=1.7.15.2;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName)</VerInfo_Keys>
<VerInfo_Keys>CompanyName=Felony;FileDescription=DLL Hijack Finder;FileVersion=1.7.15.5;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=DLL Robber;ProductName=DLL Robber;ProductVersion=1.7.15.2;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName)</VerInfo_Keys>
<BT_BuildType>Debug</BT_BuildType>
<AppExecutionLevel>requireAdministrator</AppExecutionLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
Expand All @@ -96,7 +94,7 @@
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<VerInfo_Keys>CompanyName=Felony;FileVersion=1.0.0.1;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=DLL Robber;ProductName=DLL Robber;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName)</VerInfo_Keys>
<AppExecutionLevel>requireAdministrator</AppExecutionLevel>
<AppExecutionLevel>RUNASINVOKER</AppExecutionLevel>
</PropertyGroup>
<ItemGroup>
<DelphiCompile Include="$(MainSource)">
Expand Down
Binary file modified Robber/Robber.res
Binary file not shown.

0 comments on commit 0580e23

Please # to comment.