There are 26 repositories under low-level-programming topic.
How to be low-level programmer
Low-Level Programming Roadmap and Resources
Companion repository to the "Modern Embedded Systems Programming" video course.
The best C-like language that can be implemented in 10kLOC.
An educational operating system written in C#. A great stepping stone from high to low level development.
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.
Astral-PE is a low-level mutator (Headers/EP obfuscator) for native Windows PE files (x32/x64)
Resources to learn Low-level System Design and prepare for Low-level design (LLD/Machine Coding) Interviews
Repository for low level design solution of parking lot
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.
Repository for the code snippets from the AllThingsIDA video channel
:rocket: Low-level programming training module
A Statically typed, compiled general purpose low level programming language built using C++ and LLVM Infrastructure framework designed to be simple and fast
Balanced Multiclass Image Classification with TensorFlow on Python.
Learn assembly programming for x86 processor in AT&T (GAS) syntax
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.
Материалы для студентов ФПМИ
A repository that stores low-level programming projects done on Holberton Campus
PSVita bare-metal payload library and sample
A modern, low-level compiled langauge
This is a simple project that shows how to multiply two 3x3 matrixes in Verilog.
Wonderful library with lots of useful functions, algorithms and data structures in C
Official repository of the Jas assembler project - An assembler and library for generating code for x86
Personal stock exchange on your laptop!
Tutorial Linux x64 Assembly Bahasa Indonesia
MIRROR of https://codeberg.org/catseye/SixtyPical : A 6502-oriented low-level programming language supporting advanced static analysis
Clean Implementation of Unet3+ and validation on Cityscapes dataset.
The compiler for N⋆, a statically typed assembly language used as a compiler backend for Zilch
A statically-typed, low-level, functional programming language with some focus on runtime performance
Low-level functions for golang that help to avoid allocations
A versatile programming language designed for high performance, safety, and seamless integration across diverse domains, from low-level systems programming to web development and AI.
A hands-on exploration of bare metal programming with the STM32 Nucleo-F446RE. Learn how embedded systems work from the ground up using C, GCC toolchains, Makefiles, and more.
Author of Project Adrishya a rootkit which use ftrace mechanism to hook syscall; (write this because God commanded me); work for both x86_64 and arm; CREDIT-(Oleksii Lozovskyi{ilammy})FOUNDER OF FTRACE HOOKING
Many low level node.js libs written in c/c++ or dependent on native modules. That's awesome, but in some trade off case we need pure javascript lib.