readme updated, acronym meaning added

This commit is contained in:
Nicolas Kruse 2025-02-28 11:44:21 +01:00
parent d52cb2a53a
commit 02460dcc43
1 changed files with 8 additions and 8 deletions

View File

@ -1,17 +1,17 @@
# pelfy # pelfy
## Description ## Description
Pelfy is ELF (Executable and Linkable Format) parser written in python. It shows Pelfy (Python Executable and Linkable Format analyzer) is an ELF parser written
header fields, sections, symbols and relocation and gives access to all raw data in python. It shows header fields, sections, symbols and relocation and gives
as well as human readable names. access to all raw data as well as human readable representations.
### Key Features ### Key Features
- Provide names for fields and values as well as descriptions - 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 - Relocation types for x86, MIPS, ARM and RISC-V all in 32 and 64 bit
- Compact syntax - Outputs tables in nicely formatted HTML, markdown or text
- Outputs tables in HTML, markdown or text - Uses HTML outputs for Jupyter Notebook integration
- Jupyter notebook support - Compact code base
- Pure python and no dependencies - Pure fully static typed python and no other dependencies
### Usage Scenarios ### Usage Scenarios
- Reverse engineering tools - Reverse engineering tools