Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 Sep 2023 17:16:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 257041] [NEW PORT] devel/py-lief: Parse, modify and abstract ELF, PE and MachO formats
Message-ID:  <bug-257041-21822-Y9WYQcnI0k@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257041-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-257041-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257041

--- Comment #18 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3D2cde3efd909901be11505bac4617e88=
ad1d7a34b

commit 2cde3efd909901be11505bac4617e88ad1d7a34b
Author:     Neal Nelson <ports@nicandneal.net>
AuthorDate: 2023-09-01 16:27:03 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-09-01 17:16:15 +0000

    devel/py-lief: New Port

    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, OAT, DEX, VDEX, ART and
      provides a 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

    WWW: https://github.com/lief-project/lief
    PR:             257041

 devel/Makefile                |  1 +
 devel/py-lief/Makefile (new)  | 26 ++++++++++++++++++++++++++
 devel/py-lief/distinfo (new)  |  3 +++
 devel/py-lief/pkg-descr (new) | 11 +++++++++++
 devel/py-lief/pkg-plist (new) |  4 ++++
 5 files changed, 45 insertions(+)

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-257041-21822-Y9WYQcnI0k>