Recently Updated Pages
CHM
Creating a CHM can be done using the Free Pascal Compiler or Ide on Linux sudo apt-get install f...
References
https://learn.microsoft.com/en-us/windows/win32/com/component-object-model--com--portal https:...
Persistence Resources
These are things I want to research further: https://pentestlab.blog/2020/01/21/persistence-wm...
.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...