shex icon indicating copy to clipboard operation
shex copied to clipboard

SHex Should Reload ROM if Another Program Modifies It.

Open Yoshifanatic1 opened this issue 4 years ago • 0 comments

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.

Yoshifanatic1 avatar Aug 24 '20 18:08 Yoshifanatic1