https://github.com/mewa/polyglot-101
Source files for the article on polyglot machine code
https://github.com/mewa/polyglot-101
assembly polyglot x86 x86-64
Last synced: about 1 month ago
JSON representation
Source files for the article on polyglot machine code
- Host: GitHub
- URL: https://github.com/mewa/polyglot-101
- Owner: mewa
- Created: 2017-08-01T01:50:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-01T02:12:11.000Z (almost 9 years ago)
- Last Synced: 2025-08-21T06:56:10.267Z (10 months ago)
- Topics: assembly, polyglot, x86, x86-64
- Language: C
- Homepage: https://mewa.github.io/articles/2017-07/polyglot-assembly-101
- Size: 1000 Bytes
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Polyglot 101
This repository contains examples used throughout my article on [polyglot machine code](https://mewa.github.io/articles/2017-07/polyglot-assembly-101)
# Running examples
This repository contains a `Makefile` that should let you recreate the polyglot created in that article.
To build the polyglot simply run
```sh
make
```
To test whether it's working
```sh
make test
```