Skip to content

Commit

Permalink
fixup! feat: add "magic" module
Browse files Browse the repository at this point in the history
  • Loading branch information
vthib committed Apr 14, 2024
1 parent 3173f21 commit 7013b79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boreal/src/compiler/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ impl Compiler {
/// - `string`
/// - `hash` if the `hash` feature is enabled
/// - `elf`, `macho`, `pe` and `dotnet` if the `object` feature is enabled
/// - `magic` if the `magic` feature is enabled
///
/// Modules disabled by default:
/// - `console`
Expand Down

0 comments on commit 7013b79

Please sign in to comment.