mirror of
https://github.com/libyal/libexe
synced 2026-06-08 15:29:55 +00:00
56 lines
1.1 KiB
INI
56 lines
1.1 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"
|
|
features: ["debug_output", "python"]
|
|
|
|
[library]
|
|
description: "Library to access the executable (EXE) format"
|
|
build_dependencies: []
|
|
|
|
[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: []
|
|
|