An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# StepInt3 Plugin (x64) - A Plugin For x64dbg

![](https://github.com/mrfearless/StepInt3-Plugin-x64/blob/master/images/StepInt3.png) [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)