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 small algo project allows you to tackle the problems of self-replication, and confronts you with the recursion theorem of Kleene!
LIBASM is a project from 42 curses where we were aked to reimplement some c functions using assembly language (nasm)
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.
A quine is a computer program which can print it's own source code
Ecole 42 Dr_Quine Project
Le langage assembleur, souvent appelle asm, est un langage de bas niveau pour ordinateur - ou autre machine programmable - qui possede une tres forte correspondance entre le langage et l'architecture de la machine. Chaque asm est specifique a un ordinateur particulier. A l'oppose, les langages hautniveau sont generalement portables sur de multip...
42 libasm project - recreate basic functions in assembly
Reproduction of some C standard functions used for working with C-style strings and lists in assembler (nasm)
More reverse engineering and exploiting!
Diving into reverse engineering and exploiting
Add a description, image, and links to the 42projects topic page so that developers can more easily learn about it.
To associate your repository with the 42projects topic, visit your repo's landing page and select "manage topics."