Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ bld/
[Ll]og/
[Ll]ogs/

ida-sdk-9.2/
IDA-SDK/

# Visual Studio 2015/2017 cache/options directory
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "IDA-SDK"]
path = IDA-SDK
url = https://github.com/HexRaysSA/ida-sdk.git
1 change: 1 addition & 0 deletions IDA-SDK
Submodule IDA-SDK added at 70e297
6 changes: 3 additions & 3 deletions IDAExecFunctions64/IDAExecFunctions64.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@
<IDASDKPath>$(SolutionDir)IDA-SDK\src</IDASDKPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<OutDir>C:\Program Files\IDA Professional 9.3\plugins\</OutDir>
<OutDir>$(AppData)\Hex-Rays\IDA Pro\plugins</OutDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<OutDir>C:\Program Files\IDA Professional 9.2\plugins\</OutDir>
<OutDir>$(AppData)\Hex-Rays\IDA Pro\plugins</OutDir>
Comment on lines 70 to +74
<IncludePath>$(ProjectDir);$(IncludePath)</IncludePath>
<PublicIncludeDirectories>$(PublicIncludeDirectories)</PublicIncludeDirectories>
</PropertyGroup>
Expand Down Expand Up @@ -125,4 +125,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
4 changes: 3 additions & 1 deletion IDAExecFunctions64/IDAExecFunctions64.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@
<Filter>Import</Filter>
</ClInclude>
<ClInclude Include="Import\StructBuilder.hpp" />
<ClInclude Include="Format\Format.hpp" />
<ClInclude Include="Format\Parser.hpp" />
<ClInclude Include="Import\MappingsImporter.hpp" />
<ClInclude Include="StaticClassNamer.hpp" />
<ClInclude Include="FNameConstantNamer.hpp" />
<ClInclude Include="Utility.hpp" />
<ClInclude Include="Format\IDAMappingLayout.hpp" />
<ClInclude Include="Import\ExecRename.hpp" />
<ClInclude Include="Import\ExecSignatures.hpp" />
</ItemGroup>
</Project>