wudd/README.md
2021-10-09 00:58:55 +02:00

836 B

Wudump

RPX version of wudump.

Supports dumping as WUX and WUD, but only to NTFS formatted USB drives and without dumping the game.key.

Dependencies

Building using the Dockerfile

It's possible to use a docker image for building. This way you don't need anything installed on your host system.

# Build docker image (only needed once)
docker build . -t wudump-builder

# make 
docker run -it --rm -v ${PWD}:/project wudump-builder make

# make clean
docker run -it --rm -v ${PWD}:/project wudump-builder make clean