Skip to content
/ jelf Public
forked from fornwall/jelf

ELF parsing library in java.

License

Notifications You must be signed in to change notification settings

Bigbynth/jelf

 
 

Repository files navigation

JElf

Java library for parsing Executable and Linkable Format (ELF) files.

Build Status MIT licensed Package on Maven Central javadoc

Adding JElf to your build

JElf's Maven group ID is net.fornwall and its artifact ID is jelf.

To add a dependency on JElf using Maven, use the following:

<dependency>
    <groupId>net.fornwall</groupId>
    <artifactId>jelf</artifactId>
    <version>0.7.0</version>
</dependency>

To add a dependency using Gradle:

dependencies {
    implementation 'net.fornwall:jelf:0.7.0'
}

ELF Resources

About

ELF parsing library in java.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%