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
- Sources inherited from project devel:tools
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:redwil:devel:tools/LIEF && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
LIEF-0.11.5.tar.gz | 0015519537 14.8 MB | |
LIEF-fix_library.patch | 0000001107 1.08 KB | |
LIEF-link_python.patch | 0000000551 551 Bytes | |
LIEF.changes | 0000004328 4.23 KB | |
LIEF.spec | 0000004177 4.08 KB |
Revision 7 (latest revision is 9)
Luigi Baldoni (alois)
accepted
request 895159
from
Luigi Baldoni (alois)
(revision 7)
- Update to version 0.11.5 * Remove usage of `not` in public headers ELF: * fixed the issue "last entry in .data section content is not updated to new offset when segment is added" PE: * Fix issue when computing `lief.PE.Binary.sizeof_headers` MachO: * Fix error on property `lief.MachO.BuildVersion.sdk` - Update to version 0.11.5 (no changelog yet) - Refresh LIEF-fix_library.patch
Comments 0