jelf

ELF parsing library in java.

MIT License

Stars
144

JElf

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

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.9.0</version>
</dependency>

To add a dependency using Gradle:

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

Using JElf

See the ElfFile class for how to parse and query an ELF file.

ELF Resources

Package Rankings
Top 22.28% on Repo1.maven.org
Top 6.62% on Proxy.golang.org
Badges
Extracted from project README
Build Status MIT licensed Package on Maven Central javadoc