Awesome
APISearch Plugin (x86) - A Plugin For x64dbg
Current version: 1.0.0.4 - Last updated: 03/08/2016 For the x64 version of this plugin, visit here
Overview
A plugin to allow searching for API calls and/or searching online from command bar
Features
- 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 <searchterm>'
- Open web browser to google, msdn or pinvoke, ie: 'msdn' opens browser at msdn.microsoft.com
How to install
- If x32dbg (x64dbg 32bit) is currently running, stop and exit.
- Copy the
APISearch.dp32
to yourx64dbg\x32\plugins
folder. - Start x32dbg
Information
- Written by fearless - www.LetTheLight.in
- Created with the x64dbg Plugin SDK For x86 Assembler
- A RadASM project (.rap) is used to manage and compile the plugin. The RadASM IDE can be downloaded here
- Some plugins make use of the MASM32 SDK found here