Code Monkey home page Code Monkey logo

nodes's Projects

12-c-programs-to-run-exe icon 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 icon 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.

bat2.exe icon 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.

bitcrypter icon bitcrypter

Remaking a C++ crypter from 10 years ago, to see if old methods are still valid for runtime protection. Educational & research purposes only.

bytestocppheader icon 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.

cryptdemo icon 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.

ct-exposer icon ct-exposer

An OSINT tool that discovers sub-domains by searching Certificate Transparency logs

detect-uknown-dll-in-runtime-cpp-single-file-header-include icon 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.

dll-whitelist-poc icon 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.

envparser icon 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.

espanakrypt icon espanakrypt

Drag & drop or CLI crypter for runtime protection, for your intellectual property and data privacy.

file2hex2file icon file2hex2file

Convert file to hex, hex to file. CLI and GUI programs written in C++ for Windows.

files icon files

Random / misc files I want in git - probably for public raw URLs for projects.

hf-api-python icon hf-api-python

HFAuth, HFBytes classes. Fully working environment for Python, CLI, and Flask servers using HackForums.net API.

ncrypt icon 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 icon 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 icon sfed-aes-256

Single File Encryption & Decryption: AES-256. Supports input/output key files, random key generation, manual string keys, and any filetype!

sfedxor2 icon 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!

sonofa-byte-crypting-program icon 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.

tiny-python-assessment icon 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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.