Skip to content
This repository has been archived by the owner on Oct 20, 2020. It is now read-only.

Latest commit

 

History

History

assembly

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Assembly Service

A simple (Assembly) Service which requires to solve some arithmetic operations on bytecode basis. To solve the challenge, you can either do it by pushing the bytecode to a dissassembler or simply forwarding it to the unicorn engine to solve it automagic.

Building & Running

docker build -t day16_assembly .
docker run -d --restart=always -p 16:16 --name=day16 day16_assembly