LIEF
https://lief-project.github.io/
The purpose of this project is to provide a cross platform library
which can parse, modify and abstract ELF, PE and MachO formats.
Main features:
Parsing: LIEF can parse ELF, PE, MachO 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
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:tools/LIEF && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
LIEF-0.11.2.tar.gz | 0015519171 14.8 MB | |
LIEF-fix_library.patch | 0000001311 1.28 KB | |
LIEF-link_python.patch | 0000000551 551 Bytes | |
LIEF.changes | 0000003167 3.09 KB | |
LIEF.spec | 0000004177 4.08 KB |
Revision 4 (latest revision is 9)
Luigi Baldoni (alois)
accepted
request 875221
from
Luigi Baldoni (alois)
(revision 4)
- Update to version 0.11.2 PE: * Fix regression in the behavior of the PE section’s name. One can now access the full section’s name (with trailing bytes) through lief.PE.Section.fullname.
Comments 0