Skip to content

guzmud/thearchitect

Repository files navigation

thearchitect

docker

In order to build the docker,

docker build -t thearchitect .

In order to use the docker, for a main.c to compile available at /tmp/data/main.c, in order to get a main.exe under /tmp/data/main.exe,

docker run --rm -v /tmp/data:/data thearchitect /data/main.c /data/main.exe

About

A code factory of non-malicious pseudo-malwares

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published