Current version: 1.0.0.4 - Last updated: 13/01/2017 For the x86 version of this plugin, visit here
A plugin to allow searching for API calls and/or searching online from command bar
- Search online for API calls in the dissassembly window (lines that begin with 'call')
- Search from the command bar using google, msdn or pinvoke, ie: 'google '
- Open web browser to google, msdn or pinvoke, ie: 'msdn' opens browser at msdn.microsoft.com
- If x64dbg (x64dbg 64bit) is currently running, stop and exit.
- Copy the
APISearch.dp64
to yourx64dbg\x64\plugins
folder. - Start x64dbg
- Written by fearless - www.LetTheLight.in
- Created with the x64dbg Plugin SDK For x64 Assembler
- A RadASM project (.rap) is used to manage and compile the plugin. The RadASM IDE can be downloaded here
- The x64 version of this plugin uses JWasm64
- The JWasm for RadASM package is also required to build this x64 version.