verifydump
verifydump copied to clipboard
Support having the dependencies installed in the same folder as verifydump.exe instead of requiring them to be in the PATH
This might be easier for some users who aren't familiar with using environment variables.
The implementation of this might just be to add the tool folder (pathlib.Path(sys.argv[0]).parent?) to the environment PATH for the subprocess shells?