cirosantilli / algorithm-cheatLinks
MOVING TO: https://cirosantilli.com/linux-kernel-module-cheat/#algorithms see README. Algorithm tutorials and simple multi-language implementations with unit tests. Test case data in language agnostic file formats. Usually updated when I'm grinding for job interviews :-)
☆82Updated 6 years ago
Alternatives and similar repositories for algorithm-cheat
Users that are interested in algorithm-cheat are comparing it to the libraries listed below
Sorting:
- Source code for 'Modern X86 Assembly Language Programming' by Daniel Kusswurm☆168Updated 5 years ago
- My OS study following Broken Thorn OS series: http://www.brokenthorn.com/Resources/OSDevIndex.html☆64Updated 9 years ago
- x86 Instruction Encoding Tutorial☆23Updated 10 years ago
- ☆17Updated last year
- MOVED TO: https://cirosantilli.com/linux-kernel-module-cheat/userland-assembly with code at https://github.com/cirosantilli/linux-kernel-…☆205Updated 6 years ago
- Examples for Linux ptrace(2)☆135Updated last year
- PC Assembly language book☆177Updated 6 months ago
- Tool to demangle C++ symbols.☆58Updated 2 years ago
- Calcium OS project for x86_64☆40Updated 8 years ago
- Visual Studio Code package with x86 and x86_64 assembly syntax support☆89Updated 7 months ago
- An environment and set of utilities aimed at making kernel hacking simple and accessible☆62Updated 2 years ago
- NoVT is a compiler-based defense against vtable hijacking in C++ programs. It compiles C++ programs without using vtables.☆50Updated 3 years ago
- A quick tutorial on how to implement malloc/free/calloc/realloc☆174Updated 6 years ago
- C++11 ELF/DWARF parser☆79Updated 4 years ago
- memTrace, a framework for lightweight memory tracing☆58Updated 5 years ago
- Example of how to use the ptrace(2) system call to call a userspace method.☆153Updated 6 years ago
- Mirror kept for legacy. Moved to https://github.com/llvm/llvm-project☆25Updated 7 years ago
- A terminal viewer for x86 instruction/intrinsic information using Python 3 + curses☆128Updated 3 years ago
- This is a series of small articles / tutorials based around virtual memory. The goal is to learn some CS basics, but in a different and m…☆326Updated 5 years ago
- A tool to list content of virtual tables in a shared library☆129Updated 4 years ago
- how to hide data inside pointers☆34Updated 10 years ago
- GDB scripts to add support for low level debugging and reverse engineering☆148Updated 9 years ago
- QEMU based emulation library for micro-architectural simulation (ARM64 and x86)☆43Updated 6 years ago
- x86-64 Intel instruction set in JSON format☆53Updated 9 years ago
- A basic microkernel☆37Updated 12 years ago
- DTrace for Windows OS☆49Updated 7 years ago
- Learning Linux Binary Analysis, published by Packt☆86Updated 2 years ago
- A simple CPUID decoder/dumper for x86/x86_64☆197Updated last month
- Personal sandbox to make quick tests and how-tos for ARM development☆40Updated 5 years ago
- Simple File System implementation (mono-user, mono- application, mono-file-edition...)☆52Updated 12 years ago