shex
shex copied to clipboard
SHex Should Reload ROM if Another Program Modifies It.
While I'm working on a disassembly, I frequently use SHex to compare the ROM I'm assembling with a clean ROM to find where the differences are in order to correct them. Because SHex prevents asar from modifying the assembled ROM, I have to constantly close/reopen the ROM just to prevent SHex from preventing asar from doing its job.
For the record, hex editor HxD reloads a file when it detects the file has been changed by something else. If Shex did this, it would makes things a whole lot less tedious.