noahra / byteblitz

A CLI-tool for viewing the binary content of files.
GNU General Public License v3.0
24 stars 0 forks source link

Add Address Offset Feature #54

Open noahra opened 7 months ago

noahra commented 7 months ago

New feature

This feature would display the memory address offset next to each value in the converted list, regardless of the format being viewed (binary, ASCII, HEX, u32). The address offset should align with the file's internal structure, providing a clear and accurate reference point for each byte or set of bytes displayed.

Expected Outcome:

Enhanced usability and functionality for users needing precise navigation within a file. Easier debugging and analysis of file contents, as users can quickly identify the location of specific data segments. Improved overall user experience with added detail and precision in file examination. Additional Notes:

The address offset feature should be toggleable in case users prefer a cleaner view without offsets. Consideration of different systems and file structures is important to ensure wide compatibility and accuracy.