From 0939f0d43108f2aadd5c08e73c36a687be74e261 Mon Sep 17 00:00:00 2001 From: igromanru Date: Mon, 13 Jul 2026 08:51:44 +0200 Subject: [PATCH] chore: Add IDA-SDK as submodule chore: Replace output with an universal plugin path --- .gitignore | 3 --- .gitmodules | 3 +++ IDA-SDK | 1 + IDAExecFunctions64/IDAExecFunctions64.vcxproj | 6 +++--- IDAExecFunctions64/IDAExecFunctions64.vcxproj.filters | 4 +++- 5 files changed, 10 insertions(+), 7 deletions(-) create mode 100644 .gitmodules create mode 160000 IDA-SDK diff --git a/.gitignore b/.gitignore index 4a44abd..afa5129 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a0cb98c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "IDA-SDK"] + path = IDA-SDK + url = https://github.com/HexRaysSA/ida-sdk.git diff --git a/IDA-SDK b/IDA-SDK new file mode 160000 index 0000000..70e2975 --- /dev/null +++ b/IDA-SDK @@ -0,0 +1 @@ +Subproject commit 70e29758997745524e917e296fbbfeef5faf9c57 diff --git a/IDAExecFunctions64/IDAExecFunctions64.vcxproj b/IDAExecFunctions64/IDAExecFunctions64.vcxproj index d9ea4e7..ec3a7cc 100644 --- a/IDAExecFunctions64/IDAExecFunctions64.vcxproj +++ b/IDAExecFunctions64/IDAExecFunctions64.vcxproj @@ -68,10 +68,10 @@ $(SolutionDir)IDA-SDK\src - C:\Program Files\IDA Professional 9.3\plugins\ + $(AppData)\Hex-Rays\IDA Pro\plugins - C:\Program Files\IDA Professional 9.2\plugins\ + $(AppData)\Hex-Rays\IDA Pro\plugins $(ProjectDir);$(IncludePath) $(PublicIncludeDirectories) @@ -125,4 +125,4 @@ - + \ No newline at end of file diff --git a/IDAExecFunctions64/IDAExecFunctions64.vcxproj.filters b/IDAExecFunctions64/IDAExecFunctions64.vcxproj.filters index 2200521..1ba9f43 100644 --- a/IDAExecFunctions64/IDAExecFunctions64.vcxproj.filters +++ b/IDAExecFunctions64/IDAExecFunctions64.vcxproj.filters @@ -19,11 +19,13 @@ Import - + + + \ No newline at end of file