Closed bitsgalore closed 2 months ago
Currently IsoBuster call looks like this:
args.append("".join(["/d:", config.cdDriveLetter, ":"]))
But IsoBuster docs don't mention the trailing ":", so probably best to get rid of it in future versions!
Done:
https://github.com/KBNLresearch/iromlab/commit/3db3454d2ad89e0b0fbb7de0df7d28ec375cc7f7
Currently IsoBuster call looks like this:
But IsoBuster docs don't mention the trailing ":", so probably best to get rid of it in future versions!