Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 391 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 391 Bytes

Polyglot 101

This repository contains examples used throughout my article on polyglot machine code

Running examples

This repository contains a Makefile that should let you recreate the polyglot created in that article.

To build the polyglot simply run

make

To test whether it's working

make test