From 02460dcc430b384d950cfa04b8bb15d90a134b6d Mon Sep 17 00:00:00 2001 From: Nicolas Kruse Date: Fri, 28 Feb 2025 11:44:21 +0100 Subject: [PATCH] readme updated, acronym meaning added --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 154ef8c..275f071 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ # pelfy ## Description -Pelfy is ELF (Executable and Linkable Format) parser written in python. It shows -header fields, sections, symbols and relocation and gives access to all raw data -as well as human readable names. +Pelfy (Python Executable and Linkable Format analyzer) is an ELF parser written +in python. It shows header fields, sections, symbols and relocation and gives +access to all raw data as well as human readable representations. ### Key Features - Provide names for fields and values as well as descriptions -- Relocation types for x86, mips, arm and risc-v all in 32 and 64 bit -- Compact syntax -- Outputs tables in HTML, markdown or text -- Jupyter notebook support -- Pure python and no dependencies +- Relocation types for x86, MIPS, ARM and RISC-V all in 32 and 64 bit +- Outputs tables in nicely formatted HTML, markdown or text +- Uses HTML outputs for Jupyter Notebook integration +- Compact code base +- Pure fully static typed python and no other dependencies ### Usage Scenarios - Reverse engineering tools