School project: get familiar with assembly language (with all the bonuses).
-
Updated
Nov 25, 2020 - Assembly
School project: get familiar with assembly language (with all the bonuses).
This small algo project allows you to tackle the problems of self-replication, and confronts you with the recursion theorem of Kleene!
Assembly language library (required and bonus features) - libasm(project 2020)
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.
From pseudo-assembler to byte code translator.
🔐 More reverse engineering and exploiting!
Ecole 42 Dr_Quine Project
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…
Add a description, image, and links to the 42school topic page so that developers can more easily learn about it.
To associate your repository with the 42school topic, visit your repo's landing page and select "manage topics."