-
Bankin' & Bridge
- France
- https://jterrazz.com
- @j_terrazz
Highlights
- Pro
#42
📺 A web application for discovering and streaming peer to peer videos. Made with NodeJS, Koa, Typescript, MongoDB, NextJS (ReactJS with SSR).
🧨 Supercharge your setup with the best development and debugging packages.
☠️ Advanced binary security project - Exploits and reverse engineering - x86 and x86-64 binaries.
☠️ Intermediate cybersecurity project, and an introduction to binary analysis - X86 binaries.
☠️ Entry level cybersecurity project - X86 binaries.
The basic libc library used in all the 42 school projects.
🧮 Backward chaining rule based system in Python. RPN, Tree resolver, Tree representation, logic rule system, prompt. A medium article is available in description.
🖥 Basic functions implemented in Assembly using the x86 Intel syntax. A medium article is available in description.
🔃 This project addresses auto-replication issues, and confronts you the Kleene's recursion theorem. A medium article is available in description.
🔒 OpenSSL implementation in C. Supports md5, sha1, sha256, sha224, sha512 and sha384 algorithms. A medium article is available in description.
🖥 Nm and otool implementation in C. Parse Mach-o files, supports fat binaries, archives and corrupted binaries. A medium article is available in description.
💽 C implementation of the malloc library using mmap. Go check the medium article if you want to learn more about how it works.
Virtual machine simulating basic processors operations, with basic notions of Assembly. Written in C.
Sorts data on a stack, with a limited set of instructions and limited number of moves. In C.