From e28491115f250a77fdfed3023256a3770aa07174 Mon Sep 17 00:00:00 2001 From: silentwarble <168475659+silentwarble@users.noreply.github.com> Date: Fri, 14 Nov 2025 18:39:29 -0600 Subject: [PATCH] Add link to WUMSDF in Shellcoding Templates added silverpick --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 22b43e7..774f3d7 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Not all content has been tested. Snippets in general should be PIC friendly, but | Language | Link | About | | -------- | ------- | ------- | +| C/C++ | https://github.com/winterknife/SILVERPICK | Windows User-Mode Shellcode Development Framework (WUMSDF) | | C/C++ | https://github.com/tijme/dittobytes | Metamorphic cross-compilation of C++ & C-code to PIC, BOF & EXE. | | C/C++ | https://github.com/realoriginal/shellcode-template | A cmkr based win32 shellcode template for a unified build platform and more production friendly structure/testing. | | C/C++ | https://github.com/Cracked5pider/Stardust | A modern 64-bit position independent implant template |