Skip to content

Commit

Permalink
chore: expose the PE proto in the public API
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Nov 14, 2023
1 parent 26e03a0 commit af412e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions yara-x/src/modules/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ pub mod mods {
pub use super::protos::lnk::Lnk;
/// Data structure returned by the `macho` module.
pub use super::protos::macho::Macho;
/// Data structure returned by the `pe` module.
pub use super::protos::pe::PE;

/// Invoke a YARA module with arbitrary data.
///
Expand Down

0 comments on commit af412e8

Please # to comment.