https://github.com/mrfearless/codeshot-plugin-x86
CodeShot Plugin (x86) - A Plugin For x64dbg
https://github.com/mrfearless/codeshot-plugin-x86
asm assembler masm plugin radasm x64dbg x64dbg-plugin x86
Last synced: 8 months ago
JSON representation
CodeShot Plugin (x86) - A Plugin For x64dbg
- Host: GitHub
- URL: https://github.com/mrfearless/codeshot-plugin-x86
- Owner: mrfearless
- Created: 2016-08-28T21:19:27.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-07-17T15:44:01.000Z (almost 8 years ago)
- Last Synced: 2025-07-06T22:40:18.109Z (12 months ago)
- Topics: asm, assembler, masm, plugin, radasm, x64dbg, x64dbg-plugin, x86
- Language: Assembly
- Size: 152 KB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CodeShot Plugin (x86) - A Plugin For x64dbg
 [Current version: 1.0.0.0 - Last updated: 28/08/2016](https://github.com/mrfearless/CodeShot-Plugin-x86/releases/latest)
Note: still in development, some features may be changed or enhanced at some future point.
## 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
An overview of the CodeShot options dialog, which includes screenshots, can be found in the wiki [here](https://github.com/mrfearless/CodeShot-Plugin-x86/wiki/CodeShot-Options)
* 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)
* Uses the [ModernUI](https://github.com/mrfearless/ModernUI) controls for win32 assembler framework
* 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)