[Bug 257041] [NEW PORT]: devel/py-lief - parse, modify and abstract ELF, PE and MachO formats.

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 07 Jul 2021 15:38:58 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257041

            Bug ID: 257041
           Summary: [NEW PORT]: devel/py-lief - parse, modify and abstract
                    ELF, PE and MachO formats.
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
               URL: https://github.com/lief-project/LIEF
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: ports@nicandneal.net

Created attachment 226285
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=226285&action=edit
Git diff of new port.

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, 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

This will be required by an upcoming update to the currently broken
cad/py-cadquery.

-- 
You are receiving this mail because:
You are the assignee for the bug.