https://github.com/mathisburger/assembly-analysis
https://github.com/mathisburger/assembly-analysis
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mathisburger/assembly-analysis
- Owner: MathisBurger
- Created: 2023-12-05T19:35:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-24T14:33:06.000Z (over 2 years ago)
- Last Synced: 2025-02-12T20:34:29.558Z (over 1 year ago)
- Language: Assembly
- Size: 3.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Assembly analysis
This repository is used to get more in touch with embedded software and assembly, because I enjoy working with it.
It is just a few different programs in different compiled languages decompiled to assembly. I take a look at them to learn how
the different compiler work.
## Further information
The code does not follow any usecase. I just set this repository to public to document my personal learn progress.