GithubHelp home page GithubHelp logo

blaxor's Introduction

Blaxor

A small hex viewer. Work in progress. Works on both Windows and Linux. I don't recommend using it yet unless you're up for a challenege. If you're interested but can't/don't want to build it or want to know all the controls then let me know in an issue here. If you want to look for the keys to do search, switch to binary and upper/lowercase hex display, change font size, etc. yourself they are all/mostly in int BlaHexDisplay::handle(int event).

Uses:

  1. FLTK 1.3.5 (external dependency, not included in this repo).
  2. UTF-8 DFA decoder (fully in utf8dfa.hpp and utf8dfa.cpp).

Written for fun, to get familiar with FLTK (a C++ GUI library I once saw used in one game mod's config utility) and for my own use because it's hard to find a simple, light, good and free hex viewer/editor. Blaxor is not an editor yet (just a viewer) but it might be one in the future.

I use XVI32 and it's good and simple program but it has a few shortcomings I ran into too. It doesn't seem to handle non-ASCII Unicode filenames (an error message with garbled filename pops up), it's freeware but closed source, Windows only with a license that forbids reverse engineering and modification. It also seems to load entire file (or big part of it) into memory, taking seconds to load a few GB file off of a HDD and for files starting at about 5 GB it'll just display an error message about not being able to allocate memory (probably since it's a 32-bit program). I specifically avoid all these problems in Blaxor.

blaxor's People

Contributors

frex avatar

Watchers

 avatar  avatar

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.