Releases: mefistotelis/ida-pro-loadmap
1.3.46 First version with both EA32 and EA64 (with IDA 7.5 SDK)
Made building for both versions of IDA, with 32-bit and 64-bit addresses.
Also made it use normal redist DLLs from Visual Studio - turns out previous version required debug DLLs which are not a part of redist package.
Tested loading the plugin, but not whether it fully works.
Full Changelog: 1.3.40...1.3.46
1.3.40 Saving config and partial 64-bit support
Another untested version from auto builds. Publishing as the artifacts in "Actions" last only up to few months.
Full Changelog: 1.3.36...1.3.40
First one from automatic builds
This version is for IDA 7.5, and built using Visual Studio 2019.
Be warned - untested!
I was just interested in preparing automatic builds, not in using it.
Had to use it on IDA 7, so here we go
Updated for new IDA SDK API (7.0).
Compiled only for 32-bit version of IDA; simply because I'm not using 64-bit one.
Used plugin migrating instructions from hex-rays website, also changed any trivial commands to no longer use Windows. But still this is heavily win-dependent.
Used the instructions from SDK Plugins folder to configure Visual Studio Project.
No functional change since last version.