Skip to content

Instantly share code, notes, and snippets.

View Fireboyd78's full-sized avatar

Mark Ludwig Fireboyd78

View GitHub Profile
@alexander-hanel
alexander-hanel / nopme.py
Last active January 16, 2024 08:02
IDAPYTHON script for patching bytes that match a regex pattern with NOPs.
import idautils
import re
import struct
"""
Example 1
.text:3500108D 60 pusha
.text:3500108E 66 B8 65 4B mov ax, 4B65h
.text:35001092