mirror of
https://github.com/libyal/libexe
synced 2026-06-08 15:29:55 +00:00
59 lines
1.2 KiB
INI
59 lines
1.2 KiB
INI
[project]
|
|
name: "libexe"
|
|
status: "experimental"
|
|
authors: ["Joachim Metz <joachim.metz@gmail.com>"]
|
|
year_of_creation: "2011"
|
|
documentation_url: "https://github.com/libyal/libexe/tree/master/documentation"
|
|
download_url: "https://github.com/libyal/libexe/releases"
|
|
git_url: "https://github.com/libyal/libexe.git"
|
|
build_dependencies: []
|
|
features: [
|
|
"debug_output", "tests", "tools", "python",
|
|
"cygwin", "gcc", "mingw", "msvscpp",
|
|
"dpkg", "rpm"]
|
|
|
|
[library]
|
|
description: "Library to access the executable (EXE) format"
|
|
|
|
[development]
|
|
main_object: "file"
|
|
main_object_filename: "cmd.exe"
|
|
|
|
[tests]
|
|
features: ["profiles", "valgrind"]
|
|
profiles: ["libexe", "pyexe", "exeinfo"]
|
|
example_filename1: "ntbackup.exe"
|
|
example_filename2: "adtschema.dll"
|
|
|
|
[tools]
|
|
directory: "exetools"
|
|
names: ["exeinfo"]
|
|
|
|
[troubleshooting]
|
|
example: "exeinfo adtschema.dll"
|
|
|
|
[cygwin]
|
|
build_dependencies: []
|
|
dll_dependencies: []
|
|
dll_filename: "cygexe-0.dll"
|
|
|
|
[gcc]
|
|
build_dependencies: []
|
|
static_build_dependencies: []
|
|
|
|
[mingw]
|
|
build_dependencies: []
|
|
dll_dependencies: []
|
|
dll_filename: "libexe-1.dll"
|
|
|
|
[msvscpp]
|
|
build_dependencies: []
|
|
dll_dependencies: []
|
|
|
|
[dpkg]
|
|
build_dependencies: []
|
|
|
|
[rpm]
|
|
build_dependencies: []
|
|
|