Pinned Repositories
12-C-Programs-to-Run-EXE
Twelve unique run EXE methods, written in C. This repo contains 12 total prototypes. Each program loads a local helloworld.exe, in a unique way. This is meant to help you better understand the many ways of running a program in Windows.
BAT.man
BAT.man converts .EXE files to .BAT format. It uses base64 format for the binary data, and certutil to convert to EXE in runtime.
Compile-Time-Encrypt-Runtime-Decrypt-in-CPP
C++ compiletime encryption & runtime decryption. the clear() method will erase the encrypted & decrypted data from the program.
CryptDemo
Super simple C program that loads an existing .exe PE as binary data and pushes to a tmp file & process. This is just a primitive codebase to help a beginner learn more about creating processes, converting PE to binary, etc. Please read dev notes in readme for more info.
EspanaKrypt
Drag & drop or CLI crypter for runtime protection, for your intellectual property and data privacy.
FSTC-August-2024
Fallen Scantime Crypter: August 2024
NCrypt
NCrypt portable crypter is a collection of C++ build tools, a tiny C compiler for the stub, and a useful codebase for anyone wanting to create their C / C++ crypter & builder project.
PEB-Crawl-POC
A basic proof of concept of a PEB walk with ntdll to load kernel32.h & create a process without using windows.h or winternl.h, in C++. If you know, you know.
SFED-AES-256
Single File Encryption & Decryption: AES-256. Supports input/output key files, random key generation, manual string keys, and any filetype!
SFEDXOR2
SFEDXOR v2.0.0 - Single File Encryption & Decryption: XOR - Easily encrypt or decrypt files in CLI with key strings, or key input files. Supports random encryption key generating & key output files (save new key to file, for recovery later) & key input files or strings on decryption!
LNodesL's Repositories
LNodesL/NCrypt
NCrypt portable crypter is a collection of C++ build tools, a tiny C compiler for the stub, and a useful codebase for anyone wanting to create their C / C++ crypter & builder project.
LNodesL/EspanaKrypt
Drag & drop or CLI crypter for runtime protection, for your intellectual property and data privacy.
LNodesL/FSTC-August-2024
Fallen Scantime Crypter: August 2024
LNodesL/CryptDemo
Super simple C program that loads an existing .exe PE as binary data and pushes to a tmp file & process. This is just a primitive codebase to help a beginner learn more about creating processes, converting PE to binary, etc. Please read dev notes in readme for more info.
LNodesL/SFEDXOR2
SFEDXOR v2.0.0 - Single File Encryption & Decryption: XOR - Easily encrypt or decrypt files in CLI with key strings, or key input files. Supports random encryption key generating & key output files (save new key to file, for recovery later) & key input files or strings on decryption!
LNodesL/BAT.man
BAT.man converts .EXE files to .BAT format. It uses base64 format for the binary data, and certutil to convert to EXE in runtime.
LNodesL/Compile-Time-Encrypt-Runtime-Decrypt-in-CPP
C++ compiletime encryption & runtime decryption. the clear() method will erase the encrypted & decrypted data from the program.
LNodesL/Detect-Uknown-DLL-in-Runtime-CPP-Single-File-Header-Include
This single file header for C++ allows you to detect any unknown DLLs that are loaded into your process. Use this to prevent software modifications from bad actors, detect runtime analysis to protect your intellectual property, user data, and other runtime code.
LNodesL/PEB-Crawl-POC
A basic proof of concept of a PEB walk with ntdll to load kernel32.h & create a process without using windows.h or winternl.h, in C++. If you know, you know.
LNodesL/SFED-AES-256
Single File Encryption & Decryption: AES-256. Supports input/output key files, random key generation, manual string keys, and any filetype!
LNodesL/bat2.exe
bat2exe is a utility tool & builder. Use main.cpp / bat2.exe to package your original program as an XOR encrypted set of your original batch file's lines in the data.h file. Then compile the Run.cpp program - in runtime it uses the included bytes from data.h , decrypts the 2-way XOR data with the key, and runs each line from the original bat file.
LNodesL/BytesToCppHeader
BTCH is a small utility tool that will take any file (any type) and convert to an array of bytes & save it to a new C++ formatted header file, for inclusion in another program.
LNodesL/DLL-Whitelist-POC
This is a proof of concept showing how to enforce a dll whitelist in a C++ program. The POC unloads any dll not on the whitelist, leading to unique behaviors or improvements depending on what is unloaded during runtime.
LNodesL/envParser
lightweight C++ library for parsing and manipulating ENV (Environment) files. ENV files are simple text files that store configuration data in a key-value pair format.
LNodesL/File2Hex2File
Convert file to hex, hex to file. CLI and GUI programs written in C++ for Windows.
LNodesL/HF-API-Python
HFAuth, HFBytes classes. Fully working environment for Python, CLI, and Flask servers using HackForums.net API.
LNodesL/hf-api-specification
:page_with_curl: OpenAPI Specification for HF API
LNodesL/Sonofa-Byte-Crypting-Program
A public, free tool written in C++. SonofaByteCryptingProgram.exe & its source code allow you to convert any valid Windows PE .exe file into a different program. This is a tool to pack your program into memory and push it to a process in runtime. This is intended for licensing & install processes. Based on EspanaKrypt and CryptDemo by LNodesL.
LNodesL/12-C-Programs-to-Run-EXE
Twelve unique run EXE methods, written in C. This repo contains 12 total prototypes. Each program loads a local helloworld.exe, in a unique way. This is meant to help you better understand the many ways of running a program in Windows.
LNodesL/3D-Rotating-Cube-THREE.js
This 3D rotating cube is a primitive example generated with AI/LLM tools. Using THREE.js, HTML, CSS.
LNodesL/BitCrypter
Remaking a C++ crypter from 10 years ago, to see if old methods are still valid for runtime protection. Educational & research purposes only.
LNodesL/c-playground-funcs
LNodesL/ct-exposer
An OSINT tool that discovers sub-domains by searching Certificate Transparency logs
LNodesL/Exploring-ntdll-system-calls
LNodesL/files
Random / misc files I want in git - probably for public raw URLs for projects.
LNodesL/mybb-headless
MyBB Headless is a free and open source forum software.
LNodesL/ProxyCollector
Collects proxies every 15mins
LNodesL/public-apis
A collective list of free APIs (FORKED).
LNodesL/tiny-python-assessment
The tiny python assessment takes questions & possible answers from a CSV. When ran, the user enters 1, 2, 3 or 4+ corresponding to the option on the screen. These questions & answers are then recorded in a new user response CSV.
LNodesL/win32-gui-base
Klonopin@HF's very simple bare win32-gui-base