mirror of
https://github.com/lief-project/LIEF
synced 2026-06-08 15:30:44 +00:00
31 lines
913 B
INI
31 lines
913 B
INI
[metadata]
|
|
name = lief
|
|
description = LIEF is a library to instrument executable formats
|
|
author = Romain Thomas
|
|
author_email = rthomas@quarkslab.com
|
|
url = https://lief.quarkslab.com
|
|
license = Apache 2.0
|
|
keywords = parser, elf, pe, macho
|
|
classifiers =
|
|
License :: OSI Approved :: Apache Software License
|
|
Development Status :: 4 - Beta
|
|
Environment :: Console
|
|
Intended Audience :: Developers
|
|
Intended Audience :: Science/Research
|
|
Operating System :: MacOS :: MacOS X
|
|
Operating System :: POSIX :: Linux
|
|
Operating System :: Windows :: Windows
|
|
Programming Language :: C++
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 3
|
|
Topic :: Software Development :: Libraries
|
|
Topic :: Security
|
|
Topic :: Scientific/Engineering :: Information Analysis
|
|
Topic :: Software Development :: Build Tools
|
|
|
|
[options]
|
|
zip_safe = True
|
|
packages = lief
|
|
|
|
|