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

feat: implement new API that allows invoking YARA modules directly #52

Merged
merged 3 commits into from
Nov 10, 2023

Commits on Nov 10, 2023

  1. feat: implement new API that allows invoking YARA modules directly, w…

    …ithout any YARA rule involved.
    
    This required changing the arguments passed to the main function of each module, from `&ScanContext` to `&[u8]`.
    plusvic committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    9af8b58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8e8177 View commit details
    Browse the repository at this point in the history
  3. fix: wrong argument name

    plusvic committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    30fa0a3 View commit details
    Browse the repository at this point in the history