42projects
Here are 11 public repositories matching this topic...
A quine is a computer program which can print it's own source code
-
Updated
Apr 4, 2024 - Assembly
🔐 Diving into reverse engineering and exploiting
-
Updated
Mar 16, 2023 - Assembly
🔐 More reverse engineering and exploiting!
-
Updated
Dec 11, 2022 - Assembly
Reproduction of some C standard functions used for working with C-style strings and lists in assembler (nasm)
-
Updated
Jun 3, 2021 - Assembly
Le langage assembleur, souvent appellé asm, est un langage de bas niveau pour ordinateur - ou autre machine programmable - qui possède une très forte correspondance entre le langage et l’architecture de la machine. Chaque asm est spécifique à un ordinateur particulier. A l’opposé, les langages hautniveau sont généralement portables sur de multip…
-
Updated
Mar 22, 2021 - Assembly
42 libasm project - recreate basic functions in assembly
-
Updated
Feb 5, 2021 - Assembly
LIBASM is a project from 42 curses where we were aked to reimplement some c functions using assembly language (nasm)
-
Updated
Jan 21, 2020 - Assembly
This small algo project allows you to tackle the problems of self-replication, and confronts you with the recursion theorem of Kleene!
-
Updated
Dec 4, 2018 - Assembly
This project aims to make you code a mini lib in ASM, recoding some basic functions of the libc. At the end of this project you will be familiar with the syntax of the language, the operation of the stack, but also the behavior of the compiler. Absolutely essential to continue on security projects.
-
Updated
Dec 1, 2018 - Assembly
Improve this page
Add a description, image, and links to the 42projects topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the 42projects topic, visit your repo's landing page and select "manage topics."