From ffda98407199f6440e4759aa89ead0056308bd33 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Fri, 21 Jul 2023 14:47:05 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3a4b01f..d4c6f58 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,9 @@ dependencies { } ``` +## Using JElf +See the [ElfFile](https://www.javadoc.io/doc/net.fornwall/jelf/latest/net/fornwall/jelf/ElfFile.html) class for how to parse and query an ELF file. + ## ELF Resources - [Wikipedia entry on the ELF format](https://en.wikipedia.org/wiki/Executable_and_Linkable_Format) - [elf(5) man page](http://man7.org/linux/man-pages/man5/elf.5.html)