Skip to content

Instantly share code, notes, and snippets.

View iDigitalFlame's full-sized avatar
💻
Hacking the Gibson!

iDigitalFlame iDigitalFlame

💻
Hacking the Gibson!
View GitHub Profile
@CCob
CCob / patchless_amsi.h
Created April 17, 2022 16:18
In-Process Patchless AMSI Bypass
#ifndef PATCHLESS_AMSI_H
#define PATCHLESS_AMSI_H
#include <windows.h>
static const int AMSI_RESULT_CLEAN = 0;
PVOID g_amsiScanBufferPtr = nullptr;
unsigned long long setBits(unsigned long long dw, int lowBit, int bits, unsigned long long newValue) {
@luckman212
luckman212 / pkg_check.php
Last active November 27, 2025 12:43
pfSense auto-update check
<?php
require_once("pkg-utils.inc");
require_once("notices.inc");
require_once("util.inc");
$msg = '';
$pmsg = '';
$p = 0;