Update readme

This commit is contained in:
Romain Thomas 2018-06-29 07:00:54 +02:00
parent 957384cd36
commit f665c78033

View File

@ -30,7 +30,7 @@ The purpose of this project is to provide a cross platform library which can par
Main features:
* **Parsing**: LIEF can parse ELF, PE, MachO and provides an user-friendly API to access to format internals.
* **Parsing**: LIEF can parse ELF, PE, MachO, OAT, DEX, VDEX, ART and provides an user-friendly API to access to format internals.
* **Modify**: LIEF enables to modify some parts of these formats
* **Abstract**: Three formats have common features like sections, symbols, entry point... LIEF factors them.
* **API**: LIEF can be used in C, C++ and Python