low-level-programming
There are 782 repositories under low-level-programming topic.
gurugio/lowlevelprogramming-university
How to be low-level programmer
mohitmishra786/amILearningEnough
Low-Level Programming Roadmap and Resources
QuantumLeaps/modern-embedded-programming-course
Companion repository to the "Modern Embedded Systems Programming" video course.
labex-labs/practice-c-programming-projects
Build real C projects with 18 beginner-friendly challenges. Learn by doing with guided coding exercises and practical applications.
robertmuth/Cwerg
The best C-like language that can be implemented in 10kLOC.
FlingOS/FlingOS
An educational operating system written in C#. A great stepping stone from high to low level development.
mohitmishra786/underTheHoodOfExecutables
A guide that explains how programs transform from source code to executables. Deep dive into ELF format, linking processes, and binary optimization techniques. Perfect for systems programmers, C developers, and anyone interested in low-level programming concepts.
DosX-dev/Astral-PE
Astral-PE is a low-level mutator (Headers/EP obfuscator) for native Windows PE files (x32/x64)
sbvkrishna/low-level-design
Resources to learn Low-level System Design and prepare for Low-level design (LLD/Machine Coding) Interviews
charlotte-os/Catten
The Kernel of CharlotteOS, An Experimental Modern Operating System
f1nalspace/final_game_tech
Game related libraries written in C/C++ written by T. Spaete
anomaly2104/lld-parking-lot
Repository for low level design solution of parking lot
dennisbabkin/InjectAll
Tutorial & a blog post that demonstrate how to code a Windows driver to inject a custom DLL into all running processes. I coded it from start to finish using C++ and x86/x64 Assembly language in Microsoft Visual Studio. The solution includes a kernel driver project, a DLL project and a C++ test console project.
mohammad-ghaderi/mnist-asm-nn
A complete neural network built entirely in x86 assembly language that learns to recognize handwritten digits from the MNIST dataset. No frameworks, no high-level languages - just pure assembly - ~5.3× faster than NumPy
TheMalwareGuardian/Awesome-Bootkits-Rootkits-Development
A curated compilation of extensive resources dedicated to bootkit and rootkit development.
allthingsida/allthingsida
Repository for the code snippets from the AllThingsIDA video channel
luischaparroc/holbertonschool-low_level_programming
:rocket: Low-level programming training module
AmrDeveloper/Amun
A Statically typed, compiled general purpose low level programming language built using C++ and LLVM Infrastructure framework designed to be simple and fast
mohitmishra786/BitsAndBytes
A comprehensive systems programming toolkit implementing low-level concepts in C, from memory management to OS internals. Features practical implementations of computer architecture concepts with a focus on performance and hardware interaction.
namantam1/x86-assembly
Learn assembly programming for x86 processor in AT&T (GAS) syntax
MuhammedBuyukkinaci/TensorFlow-Multiclass-Image-Classification-using-CNN-s
Balanced Multiclass Image Classification with TensorFlow on Python.
yuri-pechatnov/caos
Материалы для студентов ФПМИ
monoprosito/holbertonschool-low_level_programming
A repository that stores low-level programming projects done on Holberton Campus
xerpi/vita-libbaremetal
PSVita bare-metal payload library and sample
TheDevConnor/Luma
A modern, low-level compiled langauge
pontazaricardo/Verilog_Calculator_Matrix_Multiplication
This is a simple project that shows how to multiply two 3x3 matrixes in Verilog.
BnademOverflow/libCplus
Wonderful library with lots of useful functions, algorithms and data structures in C
TheMalwareGuardian/Abyss
Windows UEFI Bootkit
cheng-alvin/jas
Official repository of the Jas assembler project - An assembler and library for generating code for x86
sneilan/stock-exchange
Personal stock exchange on your laptop!
ajxs/cxos
Operating System development experiment in Ada
kawaii-ghost/linux-x64-asm
Tutorial Linux x64 Assembly Bahasa Indonesia
catseye/SixtyPical
MIRROR of https://codeberg.org/catseye/SixtyPical : A 6502-oriented low-level programming language supporting advanced static analysis
besp9510/dma_pwm
Pulse width modulation (PWM) via direct memory transfer (DMA) on the Raspberry PI
kochlisGit/Unet3-Plus
Clean Implementation of Unet3+ and validation on Cityscapes dataset.
zilch-lang/nstar
The compiler for N⋆, a statically typed assembly language used as a compiler backend for Zilch