Skip to content

JustAnother1/BinaryFormatViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binary Format Viewer

Parses binary data and presents the meaning of the bits.

HOW TO BUILD?

I’ve provided a simple ant build script. So running with ant installed should be a simple:

$ ant

$ java -jar BinView.jar

There are no extra dependences, just java.

LICENSE

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, see http://www.gnu.org/licenses/

About

Parses binary data and presents the meaning of the bits

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages