Current version: 1.0.0.0 - Last updated: 28/08/2016 Note: still in development, some features may be changed or enhanced at some future point.
A plugin to capture the x64dbg screen to an image file
- 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
- If x32dbg (x64dbg 32bit) is currently running, stop and exit.
- Copy the
CodeShot.dp32
to yourx64dbg\x32\plugins
folder. - Start x32dbg
An overview of the CodeShot options dialog, which includes screenshots, can be found in the wiki here
- Written by fearless - www.LetTheLight.in
- Created with the x64dbg Plugin SDK For x86 Assembler
- Uses the 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
- Some plugins make use of the MASM32 SDK found here