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: implemented the string module #21

Merged
merged 15 commits into from
Sep 26, 2023

Conversation

RonnieSalomonsen
Copy link
Contributor

Hi,

Ported the String Module. Please peer review.

cargo test --package yara-x --lib --features string-module -- modules::string --nocapture

   Compiling yara-x v0.1.0 (yara-x/yara-x)
    Finished test [unoptimized + debuginfo] target(s) in 5.95s
     Running unittests src/lib.rs (target/debug/deps/yara_x-ff5dd03397465a33)

running 1 test
test modules::string::tests::end2end ... ok

test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 32 filtered out; finished in 0.22s

yara-x/src/modules/string.rs Outdated Show resolved Hide resolved
yara-x/src/modules/string.rs Outdated Show resolved Hide resolved
yara-x/src/modules/string.rs Outdated Show resolved Hide resolved
@RonnieSalomonsen RonnieSalomonsen marked this pull request as ready for review April 20, 2023 17:19
yara-x/src/modules/string.rs Outdated Show resolved Hide resolved
yara-x/src/modules/string.rs Outdated Show resolved Hide resolved
yara-x/src/modules/string.rs Outdated Show resolved Hide resolved
@plusvic plusvic changed the title Ported the String module feat: implemented the string module Sep 26, 2023
@plusvic plusvic enabled auto-merge (squash) September 26, 2023 11:55
@plusvic plusvic disabled auto-merge September 26, 2023 14:03
@plusvic plusvic merged commit a909c91 into VirusTotal:main Sep 26, 2023
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants