kierenj / 0x10c-DevKit

0x10c DevKit
http://0x10c-devkit.com/
39 stars 4 forks source link

disk file viewer #162

Open rustyoz opened 12 years ago

rustyoz commented 12 years ago

small plugin or application to view the current disk being used by the HMD plugin.

kierenj commented 12 years ago

Do you mean to view the contents of it? In which format, a hex dump?

rustyoz commented 12 years ago

yes the contents. an option to view either either ascii from bytes or hex words.

similar to issue #163 that i made. being able to read the contents of the disk either by using BIEF disks without compression or using a inbuilt view would allow for debugging of file system driver etc

the option of using uncompressed disks would also allow for standard text editors to manipulate disk content.

rustyoz commented 12 years ago

i decided to see if i could create one. turns out i could

here it is https://github.com/bungao/BIEFconverter

kierenj commented 12 years ago

Cool, I see :) Yes a disk viewer (in the hex view for instance) is a good idea, and possible. It could show live changes too. Not sure when it will be prioritised..