mirror of
https://github.com/libyal/libexe
synced 2026-06-08 15:29:55 +00:00
36 lines
839 B
INI
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"
|
|
|