https://github.com/simlf/asm-x86-64-libc
Some functions from libC coded in asmx86_64
https://github.com/simlf/asm-x86-64-libc
asmx86 epitech libc
Last synced: 3 months ago
JSON representation
Some functions from libC coded in asmx86_64
- Host: GitHub
- URL: https://github.com/simlf/asm-x86-64-libc
- Owner: simlf
- License: mit
- Created: 2022-07-07T14:13:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-07T14:27:40.000Z (almost 3 years ago)
- Last Synced: 2025-02-12T11:33:29.576Z (5 months ago)
- Topics: asmx86, epitech, libc
- Language: Assembly
- Homepage: https://simonlefourn.com
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# asm-x86-64-libC
Some functions from libC coded in asmx86_64> Learning assembly is like learning Latin.
It gives you a better understanding of the tools your using.