PaddyCahil / windows-api-function-cheatsheetsLinks
A reference of Windows API function calls, including functions for file operations, process management, memory management, thread management, dynamic-link library (DLL) management, synchronization, interprocess communication, Unicode string manipulation, error handling, Winsock networking operations, and registry operations.
☆101Updated last year
Alternatives and similar repositories for windows-api-function-cheatsheets
Users that are interested in windows-api-function-cheatsheets are comparing it to the libraries listed below
Sorting:
- Generating legitimate call stack frame along with indirect syscalls by abusing Vectored Exception Handling (VEH) to bypass User-Land EDR …☆257Updated 10 months ago
- Utilizing TLS callbacks to execute a payload without spawning any threads in a remote process☆260Updated last year
- Sleep obfuscation☆224Updated 5 months ago
- early cascade injection PoC based on Outflanks blog post☆218Updated 7 months ago
- BOF that finds all the Nt* system call stubs within NTDLL and overwrites with clean syscall stubs (user land hook evasion)☆183Updated 4 months ago
- POC exploit for CVE-2025-21333 heap-based buffer overflow. It leverages WNF state data and I/O ring IOP_MC_BUFFER_ENTRY☆193Updated last month
- Abusing Windows fork API and OneDrive.exe process to inject the malicious shellcode without allocating new RWX memory region.☆285Updated last year
- Just a simple silly PoC demonstrating executable "exe" file that can be used like exe, dll or shellcode...☆156Updated 8 months ago
- Waiting Thread Hijacking - injection by overwriting the return address of a waiting thread☆216Updated last week
- The following two code samples can be used to understand the difference between direct syscalls and indirect syscalls☆192Updated last year
- Windows rootkit designed to work with BYOVD exploits☆198Updated 4 months ago
- .NET assembly loader with patchless AMSI and ETW bypass☆331Updated 2 years ago
- Zero EAT touch way to retrieve function addresses (GetProcAddress on steroids)☆141Updated last year
- Proof of Concept for manipulating the Kernel Callback Table in the Process Environment Block (PEB) to perform process injection and hijac…☆222Updated 7 months ago
- Bypass Credential Guard by patching WDigest.dll using only NTAPI functions☆242Updated last month
- Weaponized HellsGate/SigFlip☆199Updated 2 years ago
- An x64 position-independent shellcode stager that verifies the stage it retrieves prior to execution☆187Updated 6 months ago
- This repository implements Threadless Injection in C☆167Updated last year
- Nameless C2 - A C2 with all its components written in Rust☆267Updated 8 months ago
- Use hardware breakpoint to dynamically change SSN in run-time☆260Updated last year
- Activation cache poisoning to elevate from medium to high integrity (CVE-2024-6769)☆71Updated 8 months ago
- This repo goes with the blog entry at blog.malicious.group entitled "Writing your own RDI / sRDI loader using C and ASM".☆85Updated 2 years ago
- A Rust port of LayeredSyscall — performs indirect syscalls while generating legitimate API call stack frames by abusing VEH.☆145Updated 7 months ago
- ☆39Updated last year
- This comprehensive and central repository is designed for cybersecurity enthusiasts, researchers, and professionals seeking to stay ahead…☆118Updated 2 weeks ago
- CVE-2024-30090 - LPE PoC☆107Updated 7 months ago
- Windows Persistence IT-Security☆99Updated 2 months ago
- Hiding shellcode in plain sight within a large memory region. Inspired by technique used by Raspberry Robin's Roshtyak☆205Updated 2 years ago
- Hide your P/Invoke signatures through other people's signed assemblies☆211Updated last year
- Yet another C++ Cobalt Strike beacon dropper with Compile-Time API hashing and custom indirect syscalls execution☆180Updated last week