An open API service indexing awesome lists of open source software.

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

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
```