Skip to content

kimele2003/unicorn

 
 

Repository files navigation

Hello

  1. Get the Dockerfile and some test files from my forked github
git clone https://github.com/dikim33/unicorn.git uck 
  1. Build a docker image with the given Dockerfile
cd uck
docker build -t <image_name> .
  1. Run the challenge file
docker run --rm -it <image_name> uck/challenge.py uck/challenge.asm
docker run --rm -it <image_name> python uck/example_capstone.py
docker run --rm -it <image_name> python uck/example_keystone.py
docker run --rm -it <image_name> python uck/example_unicorn.py

If you would like to build another docker image for radare2 on top of the unicorn image

cd radare2
./build_docker_image.sh <your_temporary_private_ssh_key>

Please make sure that your public ssh key is already added to your github profile and the public key is paired with your temporary private ssh key.

This is a test texing.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 33.7%
  • Python 33.0%
  • Assembly 14.9%
  • Shell 12.2%
  • Jupyter Notebook 6.2%