Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added dockerfile and Makefile for easy building #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Afterous
Copy link

If accepted this will add a Dockerfile for reference.

I ran into the same problems found in:
#26
#29

gcc-multilib package will provide the 32bit libraries needed in cases where the host building the application are all 64bit.

Let me know if there is anything I can improve/add/document to make this Merge ready.

@GhostDog98
Copy link

GhostDog98 commented Feb 12, 2024

For those struggling to replicate usage of the dockerfile, change the first line to pull from debian:bookworm as the version stated is very old as of writing, and as such fetches packages in a way that no longer works.
Edit: I've made a pre-compiled docker image here.
You can then use docker container run ghostdog98/movfuscator2 <options> to run it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants