Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreafioraldi/idavshelp
IDAPython plugin to integrate Visual Studio Help Viewer in IDA Pro >= 6.8
https://github.com/andreafioraldi/idavshelp
help-viewer ida idapro idapython visual-studio
Last synced: 20 days ago
JSON representation
IDAPython plugin to integrate Visual Studio Help Viewer in IDA Pro >= 6.8
- Host: GitHub
- URL: https://github.com/andreafioraldi/idavshelp
- Owner: andreafioraldi
- License: mit
- Created: 2017-04-10T21:25:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-13T17:26:15.000Z (over 7 years ago)
- Last Synced: 2024-08-03T10:01:37.121Z (3 months ago)
- Topics: help-viewer, ida, idapro, idapython, visual-studio
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 11
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IdaVSHelp
IDAPython plugin to integrate Visual Studio Help Viewer in IDA Pro >= 6.8.### Usage
Select a Windows API function name in IDA and then press `Alt-R` to open the Help Viewer page about the selected function.### Dependencies
+ IDAPython >= 2.7
+ Visual Studio (2015 recommended)I tested the plugin only with Visual Studio 2015 and Help Viewer 2.2.
### Installation
Copy `IdaVSHelp.py` to `[IDA PATH]\plugins\`.