GithubHelp home page GithubHelp logo

jlaasonen / hexfile Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 0.0 23 KB

Simple command-line tool to print a hex dump of a file

Home Page: https://jlaasonen.me/software/hexfile

License: MIT License

FreeBasic 50.81% Visual Basic 6.0 49.19%
hex dump hexdump hexdumper cli

hexfile's People

Contributors

jlaasonen avatar

Stargazers

 avatar  avatar

Watchers

 avatar

hexfile's Issues

hexfile-v1.1.0-win32.zip is empty

Sorry, this is supposed to be previous issue, only now I found the hexfile-v1.1.0-win32.zip is empty (no files inside).

[hexfile-v1.1.0-win32.zip](https://github.com/jlaasonen/hexfile/releases/download/v1.1.0/hexfile-v1.1.0-win32.zip)
22 Bytes
16 hours ago

Incorrect column split

The first column has nine bytes and the second has seven. Both columns should have eight bytes.

image

fileIndex should be 8 digits

Nice to see hexdump in FreeBASIC!!

I notice you use 6 hexadecimal digits for fileIndex which is just sufficient for 16MB file size!
Print Hex(fileIndex,6);Space(tabWidth);hexBytes;Space(tabWidth);asciiBytes

In FAT32 system, normally we accommodate 8 hexadecimal digits for file offset, which is 4GB (2^32).

As stated in FreeBASIC documentation , GET command read a file position of longint (64-bit).

So I think it is best to at least change the Hex(fileIndex,6) to Hex(fileIndex,8).

Cheers!

Download issue with zip file

Hi there, I am interested to test hexfile.exe, so I try to download hexfile-v1.1.0-win32.zip , but on my Windows 11 x64 (Version 10.0.22000.675) with Windows Defender turned on, it reported "Failed - Virus detected" after I insisted to proceed.

download

hexfile-v1.1.0-win64.zip, fortunately, is OK.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.