diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:36:36 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:36:36 -0400 |
commit | d36f10fbb0f3500bc2cfb82485f37b77ea2d9988 (patch) | |
tree | d5745aa422a36f885bc747dcb1f61e33c421adff /libraries/libexe | |
parent | 6a5e18acfa13c1bf1bbbfc00515b0c32bd2e6cfd (diff) |
libraries/libexe: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/libexe')
-rw-r--r-- | libraries/libexe/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libraries/libexe/README b/libraries/libexe/README index 3b0ab1c657e48..6e9d97af1694c 100644 --- a/libraries/libexe/README +++ b/libraries/libexe/README @@ -2,7 +2,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. +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. |