A cross-platform digital fidget spinner and GUI for redumper.
Redumper GUI also supports running MPF's post-processing immediately after a dump, if you have the MPF.Check executable in the same folder. Alternatively if you're submitting to redump, try out the MPF GUI instead!
Download the latest version for your OS from the Releases page.
The download contains both redumper-gui and redumper executables. Changing the bundled version of redumper is not recommended as it may not be supported by the GUI.
Unzip the download to your location of choice and then double-click redumper-gui.exe to run.
If the Windows SmartScreen warning appears, click on More info, then Run anyway.
Extract the .tar.gz archive to your location of choice and run the redumper-gui executable.
mkdir -p ~/Redumper-GUI
tar -xzf Redumper-GUI-Linux-x64.tar.gz -C ~/Redumper-GUI
~/Redumper-GUI/redumper-guiOpen the dmg file in Finder, and move Redumper GUI.app to the Applications folder. After attempting to open the .app, macOS will warn you it could not verify the app as it is self-signed, go to the bottom of the "Privacy & Security" settings page where it says "Redumper GUI" was blocked to protect your Mac, then click 'Open Anyway' and try again.
Alternatively you can first clear the protection setting in terminal with:
xattr -cr "Redumper GUI.app"