Skip to content

Commit

Permalink
test: use a fork of yara-rust to fix tests on big endian arch
Browse files Browse the repository at this point in the history
  • Loading branch information
vthib committed Feb 26, 2023
1 parent d484023 commit 67d5d6c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,9 @@ members = [
# - Handle VirtualSize=0 when searching through sections
# - 89de6a730a4f60c005862b294de2f9fe444d1235
object = { git = 'https://github.com/vthib/boreal-object', branch = "version-0.30" }

# Fork of yara crate, for fixes not yet published.
#
# - Fix of compilation on big-endian architectures:
# <https://github.com/Hugal31/yara-rust/pull/103>
yara = { git = 'https://github.com/vthib/yara-rust', branch = "version-0.17.0" }

0 comments on commit 67d5d6c

Please sign in to comment.