cirosantilli / algorithm-cheatLinks
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 :-)
☆85Updated last month
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☆171Updated 5 years ago
- My OS study following Broken Thorn OS series: http://www.brokenthorn.com/Resources/OSDevIndex.html☆65Updated last week
- MOVED TO: https://cirosantilli.com/linux-kernel-module-cheat/userland-assembly with code at https://github.com/cirosantilli/linux-kernel-…☆205Updated 6 years ago
- x86 Instruction Encoding Tutorial☆23Updated 10 years ago
- asrepl: x86-64 assembly REPL☆71Updated 8 years ago
- Calcium OS project for x86_64☆40Updated 8 years ago
- Tool to demangle C++ symbols.☆58Updated 2 years ago
- Simple Function calls tracer☆73Updated 7 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
- Tiny Code Generator Library☆46Updated 5 years ago
- x86-64 Intel instruction set in JSON format☆54Updated 9 years ago
- Visual Studio Code package with x86 and x86_64 assembly syntax support☆91Updated 8 months ago
- QEMU based emulation library for micro-architectural simulation (ARM64 and x86)☆42Updated 6 years ago
- A simulator for a simple RISC CPU in C☆48Updated 3 years ago
- Learning Linux Binary Analysis, published by Packt☆87Updated 3 years ago
- PC Assembly language book☆179Updated 8 months ago
- c++ bindings for capstone disasembly framework (http://www.capstone-engine.org/ - https://github.com/aquynh/capstone)☆63Updated 9 years ago
- A x86 Virtual Machine Monitor including device modules and instruction emulator. Standalone version of the Vancouver VMM.☆44Updated 4 years ago
- 32-bit x86 emulator using ncurses and capstone/keystone/unicorn☆31Updated 7 years ago
- Examples for Linux ptrace(2)☆135Updated last year
- A tool to list content of virtual tables in a shared library☆131Updated 4 years ago
- A quick tutorial on how to implement malloc/free/calloc/realloc☆175Updated 6 years ago
- Tracks runtime instruction execution in Linux programs☆36Updated 12 years ago
- Sort of Lambdas for gcc☆33Updated 6 years ago
- A basic microkernel☆37Updated 12 years ago
- This is a clone of an SVN repository at http://svn.code.sf.net/p/bochs/code/trunk. It had been cloned by http://svn2github.com/ , but the…☆55Updated 7 years ago
- An environment and set of utilities aimed at making kernel hacking simple and accessible☆62Updated 2 years ago
- My elfutils fork☆26Updated 12 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
- Collection of my studies in x86 Assembler Programming for Linux.☆11Updated 10 years ago