Skip to content

stewartallen/java-binutils-wrapper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-binutils-wrapper

The Java BinUtils is a useful collection or readers for various binary container formats.

Unfortunately the original projects design makes it hard to decouple it from your own code (e.g. for unit testing your own code).

This project provides a "dump" decoupling layer (almost) only delegating to the original objects from the java-binutils library. Therefore this code is "too simple to fail" and does not need unit tests of its own.

Currently we only need process ELF files in our own projects. Therefore ELF is the only file type supported so far. Other types may follow.

external requirements

You must checkout and build the Java BinUtils separately and provide the jar in the classpath of this project.

There is a PullRequest for the Java BinUtils project turning it into a maven project of its own which might ease this step.

License

This implementation is released under the Apache License v2.

Copyright (C) 2018, OPITZ CONSULTING

Authors

This version is created and maintained by Thomas Papendieck @ OPITZ CONSULTING.

Contribution

If you find a bug or want to contribute otherwise (e.g.: add support for other file type) feel free to fork and file a pull-request.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%