Pinned Repositories
c-systems-programming
CMU Systems Programming course resources incl. course website, labs, schedule, & extra material. Books: "Computer Systems: A Programmer's Perspective" & "The C Programming Language". Repository includes resources on C programming, incl. Stanford engineering lectures, GCC's C99, & bit-hacking.
cs-video-courses
List of Computer Science courses with video lectures.
CS107-Programming-Paradigms
Advanced memory management features of C and C++; the differences between imperative and object-oriented paradigms. The functional paradigm (using LISP) and concurrent programming (using C and C++). Brief survey of other modern languages such as Python, Objective C, and C#.
CVE-2003-0358
By passing an overly large string when invoking nethack, it is possible to corrupt memory. jnethack and falconseye are also prone to this vulnerability.
CVE-2023-38408
CVE-2023-38408 Remote Code Execution in OpenSSH's forwarded ssh-agent
http-server
HTTP Server in C
ROP-Lab-Server
VulnServer ROP: An Educational Platform for Exploring Buffer Overflow Vulnerabilities and Return-Oriented Programming Techniques
SecurePassGen
A cryptographically secure password generator that provides high-entropy passwords with configurable requirements. Uses platform-native cryptographic APIs (BCrypt on Windows, Security framework on macOS, OpenSSL+getrandom on Linux) for secure random number generation.
win32-shellcode
Win32 Shellcode CheatSheet: Your visual guide for crafting and understanding shellcode. Ideal for malware, and exploit developers
windows-api-function-cheatsheets
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.
7etsuo's Repositories
7etsuo/windows-api-function-cheatsheets
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.
7etsuo/win32-shellcode
Win32 Shellcode CheatSheet: Your visual guide for crafting and understanding shellcode. Ideal for malware, and exploit developers
7etsuo/CS107-Programming-Paradigms
Advanced memory management features of C and C++; the differences between imperative and object-oriented paradigms. The functional paradigm (using LISP) and concurrent programming (using C and C++). Brief survey of other modern languages such as Python, Objective C, and C#.
7etsuo/http-server
HTTP Server in C
7etsuo/SecurePassGen
A cryptographically secure password generator that provides high-entropy passwords with configurable requirements. Uses platform-native cryptographic APIs (BCrypt on Windows, Security framework on macOS, OpenSSL+getrandom on Linux) for secure random number generation.
7etsuo/cs-video-courses
List of Computer Science courses with video lectures.
7etsuo/ROP-Lab-Server
VulnServer ROP: An Educational Platform for Exploring Buffer Overflow Vulnerabilities and Return-Oriented Programming Techniques
7etsuo/x86
x86-assembly-cheat-sheet: A must-have for quick reference in x86 Assembly. Covers fundamental concepts, instruction sets, & mem management.
7etsuo/meteomatics-c-client
A lightweight C client for the Meteomatics Weather API that fetches weather data (temperature, precipitation, and wind speed) using libcurl for HTTP requests and jansson for JSON parsing. The client includes error handling, memory management, and secure credential handling through environment variables.
7etsuo/awesome-c
A curated list of awesome C frameworks, libraries, resources and other shiny things. Inspired by all the other awesome-... projects out there.
7etsuo/linux-sockets-cheatsheet
linux sockets cheatsheet
7etsuo/Faronics-DeepFreeze-8-Exploit
Full exploit chain for Faronics-DeepFreeze-8
7etsuo/llama-fs
A self-organizing file system with llama 3
7etsuo/dot_files
7etsuo/fastback-server-remote-exploit
Remote Exploit for Fastback server
7etsuo/mujoco
Multi-Joint dynamics with Contact. A general purpose physics simulator.
7etsuo/TinyOS
7etsuo/unpv13e
UNIX Network Programming, Volume 1, Third Edition Source Code
7etsuo/clings
rustlings for C....clings
7etsuo/doge-data
CSV dataset of doge
7etsuo/tinyos-disk-driver
7etsuo/7etsuo
7etsuo/communitynotes
Documentation and source code powering Twitter's Community Notes
7etsuo/CVE-2023-36874
7etsuo/grok
Grok open release
7etsuo/lighthouse2
Lighthouse 2 framework for real-time ray tracing
7etsuo/MMC3Template
7etsuo/netdis
Web based binary analysis
7etsuo/PagedMemoryManagementSimulator
7etsuo/worldwideweb
W3C httpd is a generic public domain full-featured hypertext server which can be used as a regular HTTP server.