-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fac77e0
commit 94420bd
Showing
2 changed files
with
34 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,34 @@ | ||
# CodeShot-Plugin-x86 | ||
CodeShot Plugin (x86) - A Plugin For x64dbg | ||
# CodeShot Plugin (x86) - A Plugin For x64dbg | ||
|
||
![](https://github.com/mrfearless/CodeShot-Plugin-x86/blob/master/images/CodeShot.png) [Current version: 1.0.0.0 - Last updated: 28/08/2016](https://github.com/mrfearless/CodeShot-Plugin-x86/releases/latest) For the x64 version of this plugin, visit [here](https://github.com/mrfearless/CodeShot-Plugin-x64) - Note: still in development | ||
|
||
## Overview | ||
|
||
A plugin to capture the x64dbg screen to an image file | ||
|
||
## Features | ||
|
||
* Supports png, jpeg and bmp file formats | ||
* Option to include address and/or datetime in filename | ||
* Option to save filename to seperate folder based on module name | ||
* Optional toolbar with dropdown menu to make it easier to take codeshots | ||
* Hotkeys for taking codeshot image in specific formats | ||
* Shutter sound when taking codeshot | ||
|
||
## How to install | ||
|
||
* If x32dbg (x64dbg 32bit) is currently running, stop and exit. | ||
* Copy the `CodeShot.dp32` to your `x64dbg\x32\plugins` folder. | ||
* Start x32dbg | ||
|
||
## Information | ||
|
||
* Written by [fearless](https://github.com/mrfearless) - [www.LetTheLight.in](http://www.LetTheLight.in) | ||
* Created with the [x64dbg Plugin SDK For x86 Assembler](https://github.com/mrfearless/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](http://www.softpedia.com/get/Programming/File-Editors/RadASM.shtml) | ||
* Some plugins make use of the MASM32 SDK found [here](http://www.masm32.com/masmdl.htm) | ||
|
||
## x64dbg | ||
* [x64dbg website](http://x64dbg.com) | ||
* [x64dbg github](https://github.com/x64dbg/x64dbg) | ||
* [x64dbg gitter](https://gitter.im/x64dbg/x64dbg) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.