34 skills found · Page 1 of 2
senzee1984 / MutationGateUse hardware breakpoint to dynamically change SSN in run-time
VoldeSec / PatchlessInlineExecute AssemblyPorting of BOF InlineExecute-Assembly to load .NET assembly in process but with patchless AMSI and ETW bypass using hardware breakpoint.
ri-char / PwatchA cli tool to install a hardware breakpoint/watchpoint on a process in linux.
fortra / Hw Call StackUse hardware breakpoints to spoof the call stack for both syscalls and API calls
boschresearch / GdbfuzzFuzzing Embedded Systems using Hardware Breakpoints
safedv / RustVEHSyscallsA Rust port of LayeredSyscall — performs indirect syscalls while generating legitimate API call stack frames by abusing VEH.
Kudaes / RustChainHide memory artifacts using ROP and hardware breakpoints.
CymulateResearch / BlindsideUtilizing hardware breakpoints to evade monitoring by Endpoint Detection and Response platforms
racoten / BetterNetLoaderA version of NetLoader, Execute Assemblies and Bypass ETW and AMSI using Hardware Breakpoints
mmorearty / Hardware BreakpointsFast halt-on-read or halt-on-write breakpoints, right in your code (Intel 32-bit Windows only)
VirtualAlllocEx / HWBP DEP BypassEducational proof-of-concept demonstrating DEP/NX bypass using hardware breakpoints, vectored exception handling, and instruction emulation on Windows x64. For security research and learning purposes only.
Ylarod / Hardware BreakpointMirror of https://gitee.com/SmartSmallBoy/hardware-breakpoint
seemoo-lab / Nexmon DebuggerDebugger with hardware breakpoints and memory watchpoints for BCM4339 Wi-Fi chips
KiExitDispatcher / Detecting Indirect SyscallsDetection of indirect syscall techniques using hardware breakpoints and vectored exception handling.
KiExitDispatcher / Ebyte Amsi Patchless VehhwbpPatchless AMSI bypass using hardware breakpoints and a vectored exception handler to intercept AmsiScanBuffer and AmsiScanString before they execute. The bypass reads the 5th parameter (the AMSI result pointer) from the untouched stack frame, forces a clean result, and returns to the caller without modifying AMSI code in memory.
mike1k / HardwareBreakpointX86/X64 Hardware Breakpoint Manager
biocomp / Hw BreakProgrammatically set hardware breakpoint with C++ on Windows
mmeshi / Hw BreakpointSet hardware breakpoints programmaticaly - for windows x86/64
RinHizakura / KmemsnoopInstall a hardware breakpoint in Linux kernel for tracing/debugging
Dramacydal / WhiteMagicAPI to work with Win32 process memory and hardware breakpoints