Recently Updated Pages
.NET Version
If you are trying to detonate in an environment using PowerShell <5 (Most companies are only goin...
ATP records, studies, etc.
VX Underground vx-underground.org
Articles
Protected Users Group This is for when you are RESTRICTED or otherwise unable to do things due ...
Relay Diagram
Thanks Relay | The Hacker Recipes
Articles
TrustedSec | I’m bringing relaying back: A comprehensive guide on… Relay | The Hacker Recipes
Mounting images as devices using loopback devices.
Mounting with a Loopback Loop Device in Linux - DZone Copy the Image that you want to mount usi...
LINKING ON BUILD (MUST USE C-STD-LIB)
You must link to RAYLIB and to GDI32 https://github.com/raysan5/raylib/discussions/2492 -lrayli...
Documentation
https://openquantumsafe.org/liboqs/api/ Building was super easy with cross-compilation. http...
Cross Compiling OPENSSL from WSL/Linux to Windows
Flags for the different binaries need to be overwritten when generating the Makefile with Configu...
CrossCompiling from Linux
May need to override AR and CC. sudo make PLATFORM=PLATFORM_DESKTOP PLATFORM_OS=WINDOWS
Definitions when working with Windows.h
// GODTIER COMMENT DUE TO SDHARED NAMES // https://github.com/raysan5/raylib/issues/1217 #if ...
Strings
This page contains documentation about string types, including the hashing functions native to bl...
Buffers
This page contains the primitives and their associated functions for buffer primitives within bli...
Windows Functionality
This page details some windows functionality for Blib processes. #include <blibwin.h> ## Genera...
Dictionaries
This page contains a definition for the MeasuredDictionary functionality within blib. This entity...
Win32 SChannel TLS message send (gross)
This works but it's super gross. For TLS you have to Init like 3 times to finish the exchange an...
Win32 SChannel TLS
MVP here is Copilot. There's actually no solid guides on this at all. There's a gist but it misse...
Generating a Self-Signed Certificate RSA
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout mycert.key -out mycert.pem
Win32 Minimum Client Socket Transaction
This is the minimal WinAPI using winsock2.h References: https://learn.microsoft.com/en-us/wi...
Generating Archives
The archive tool ar can be used to pack object files or shared object files into a singular archi...