arizvisa / ida-minsc

A plugin based on IDAPython for a functional DWIM interface. Current development against most recent IDA is in the "persistence-refactor" branch, ancient (but stable) work is in "master", so... create an issue if you want/need something backported. Use "Wiki" or "Discussions" for examples, and smash that "Star" button if you like this.
BSD 3-Clause "New" or "Revised" License
319 stars 53 forks source link

Wrong path on windows #172

Closed Harding-Stardust closed 10 months ago

Harding-Stardust commented 11 months ago

The correct path is: %APPDATA%\Hex-Rays\IDA Pro Note the missing "roaming", this is included in %APPDATA%

https://github.com/arizvisa/ida-minsc/blob/af07f167a0992aed3f3a2a1670593880baa57820/README.md?plain=1#L39

arizvisa commented 11 months ago

Both issue #172 and #173 will be combined in a future PR since they reside within the same file.

arizvisa commented 10 months ago

This was closed by PR #190. If you feel this does not resolve your issue, please let me know and I can re-open.