Skip to content

Commit

Permalink
doc: add memmap feature in README
Browse files Browse the repository at this point in the history
  • Loading branch information
vthib committed Dec 16, 2023
1 parent 5b3bd3e commit ddd5553
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions boreal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ of all signatures, imports, exports, resources, etc on every scan.
feature is also enabled.
- `authenticode`: this enables the `signatures` part of the `pe` module. This adds
a dependency on OpenSSL.
- `process`: enables the process scanning API.
- `process`: adds the process scanning API.
- `memmap`: adds APIs to scan files using memory maps.

By default, `hash`, `object` and `process` are enabled, `authenticode` is not.
By default, `hash`, `object`, `process` and `memmap` are enabled, `authenticode` is not.

0 comments on commit ddd5553

Please sign in to comment.