diff options
Diffstat (limited to 'libraries/libexe/README')
-rw-r--r-- | libraries/libexe/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/libexe/README b/libraries/libexe/README new file mode 100644 index 000000000000..3b0ab1c657e4 --- /dev/null +++ b/libraries/libexe/README @@ -0,0 +1,8 @@ +libexe (libYAL EXE library) + +libexe is a library to access the executable (EXE) format. + +At the moment the goal of this project is to provide functionality to parse +EXE (PE/COFF) and the resources stored in them using libwrc. +This functionality is used in libevt and libevtx to parse EventLog messages +from PE/COFF message files. |