https://github.com/mrfearless/stepint3-plugin-x64
StepInt3 Plugin (x64) - A Plugin For x64dbg
https://github.com/mrfearless/stepint3-plugin-x64
asm assembler plugin radasm uasm x64 x64dbg x64dbg-plugin
Last synced: 4 months ago
JSON representation
StepInt3 Plugin (x64) - A Plugin For x64dbg
- Host: GitHub
- URL: https://github.com/mrfearless/stepint3-plugin-x64
- Owner: mrfearless
- Created: 2016-07-29T11:46:38.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-07-17T15:44:37.000Z (almost 8 years ago)
- Last Synced: 2025-10-22T21:33:09.795Z (8 months ago)
- Topics: asm, assembler, plugin, radasm, uasm, x64, x64dbg, x64dbg-plugin
- Language: Assembly
- Size: 17.6 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StepInt3 Plugin (x64) - A Plugin For x64dbg
 [Current version: 1.0.0.0 - Last updated: 28/07/2016](https://github.com/mrfearless/StepInt3-Plugin-x64/releases/latest) For the x86 version of this plugin, visit [here](https://github.com/mrfearless/StepInt3-Plugin-x86)
## Overview
A plugin to step over int3 breakpoint exceptions
## Features
* Auto steps over int3 breakpoint exceptions
* Options to enable/disable from plugin menu
## How to install
* If x64dbg (x64dbg 64bit) is currently running, stop and exit.
* Copy the `StepInt3.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)