Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 971 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 971 Bytes

Anti-Breakpoints

Anti-Breakpoints is a simple method to counteract breakpoint detection by x64dbg and ScyllaHide, as well as anti-breakpoint techniques using job objects.

This project was inspired by this article.

Anti-Anti-Attach Demo

Anti-Breakpoints Demo

How it Works

The anti-breakpoints method implemented in this project helps prevent breakpoint detection by x64dbg and ScyllaHide. It utilizes job objects to provide a anti-breakpoint mechanism.

Usage

To use Anti-Breakpoints in your project, simply include the provided code snippets into your existing codebase.

Installation

Clone the repository to your local machine:

git clone https://github.com/byte2mov/anti-breakpoint.git