OALabs/BlobRunner

--offset assumes base 16

Closed this issue · 1 comments

blobrunner incorrectly assumes the offset input is in base 16 or hex. For example, the two commands would jump to different offsets, even though they are equivalent.

blobrunner.exe blah.bin --offset 0xC000 
blobrunner.exe blah.bin --offset 3072
idiom commented

Added check for the offset being prefixed with 0x and parse as base16.