Files
2026-05-24 06:04:21 +02:00

36 lines
839 B
INI

[project]
name: "libexe"
status: "experimental"
year_of_creation: "2011"
data_format: "executable (EXE)"
documentation_url: "https://github.com/libyal/libexe/tree/main/documentation"
features: ["debug_output", "ossfuzz", "python_bindings", "tools"]
[library]
features: ["pthread", "wide_character_type"]
public_types: ["file", "section"]
[tools]
description: "Several tools for reading executable (EXE) files"
names: ["exeinfo"]
[development]
main_object: "file"
main_object_filename: "cmd.exe"
[troubleshooting]
example: "exeinfo adtschema.dll"
[test_data]
repository: "libyal/testdata"
path: "pe_coff"
files: ["nowrc_test.dll", "wrc_test.dll"]
[tests]
profiles: ["libexe", "pyexe", "exeinfo"]
info_tool_options_per_profile: [""]
info_tool_profiles: ["exeinfo"]
example_filename1: "ntbackup.exe"
example_filename2: "adtschema.dll"