https://github.com/mrfearless/apisearch-plugin-x64
APISearch Plugin (x64) - A Plugin For x64dbg
https://github.com/mrfearless/apisearch-plugin-x64
asm assembler plugin radasm uasm x64 x64dbg x64dbg-plugin
Last synced: 2 months ago
JSON representation
APISearch Plugin (x64) - A Plugin For x64dbg
- Host: GitHub
- URL: https://github.com/mrfearless/apisearch-plugin-x64
- Owner: mrfearless
- Created: 2016-07-28T20:03:19.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-17T15:43:12.000Z (about 7 years ago)
- Last Synced: 2025-07-18T20:03:47.080Z (3 months ago)
- Topics: asm, assembler, plugin, radasm, uasm, x64, x64dbg, x64dbg-plugin
- Language: Assembly
- Homepage:
- Size: 30.3 KB
- Stars: 41
- Watchers: 5
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# APISearch Plugin (x64) - A Plugin For x64dbg
 [Current version: 1.0.0.4 - Last updated: 13/01/2017](https://github.com/mrfearless/APISearch-Plugin-x64/releases/latest) For the x86 version of this plugin, visit [here](https://github.com/mrfearless/APISearch-Plugin-x86)
## 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 '
* Open web browser to google, msdn or pinvoke, ie: 'msdn' opens browser at msdn.microsoft.com## How to install
* If x64dbg (x64dbg 64bit) is currently running, stop and exit.
* Copy the `APISearch.dp64` to your `x64dbg\x64\plugins` folder.
* Start x64dbg## Information
* Written by [fearless](https://github.com/mrfearless) - [www.LetTheLight.in](http://www.LetTheLight.in)
* Created with the [x64dbg Plugin SDK For x64 Assembler](https://github.com/mrfearless/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](http://www.softpedia.com/get/Programming/File-Editors/RadASM.shtml)
* The x64 version of this plugin uses [JWasm64](http://masm32.com/board/index.php?topic=3795.0)
* The [JWasm for RadASM package](http://masm32.com/board/index.php?topic=4162.0) is also required to build this x64 version.## x64dbg
* [x64dbg website](http://x64dbg.com)
* [x64dbg github](https://github.com/x64dbg/x64dbg)
* [x64dbg gitter](https://gitter.im/x64dbg/x64dbg)