Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cuckoo module #144

Merged
merged 10 commits into from
May 1, 2024
Merged

Add cuckoo module #144

merged 10 commits into from
May 1, 2024

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    d8690db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f1082f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aea54ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e736973 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. test: add conformance tests for cuckoo module, fix behavior

    Run the cuckoo tests using libyara as well. The behavior of the module
    is modified to align with libyara: the value is never undefined, and
    returns 0 in those cases.
    vthib committed May 1, 2024
    Configuration menu
    Copy the full SHA
    348898f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    113085f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b511aa9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46e2124 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    157f159 View commit details
    Browse the repository at this point in the history
  6. doc: improve doc on cuckoo module

    Also, include the magic & cuckoo features in the docs.rs doc
    generation.
    vthib committed May 1, 2024
    Configuration menu
    Copy the full SHA
    37b1497 View commit details
    Browse the repository at this point in the history