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

Support raw byte grammar in NautilusContext #1868

Merged
merged 2 commits into from
Feb 19, 2024

Conversation

sadeli413
Copy link
Contributor

Adds feature for issue #1867

@domenukk
Copy link
Member

running 2 tests
test libafl/src/generators/nautilus.rs - generators::nautilus::NautilusContext::with_rules (line 49) ... FAILED
test libafl/src/executors/command.rs - executors::command::CommandConfigurator (line 621) ... ok

failures:

---- libafl/src/generators/nautilus.rs - generators::nautilus::NautilusContext::with_rules (line 49) stdout ----
error[E0433]: failed to resolve: use of undeclared type `NautilusContext`
  --> libafl/src/generators/nautilus.rs:66:15
   |
19 | let context = NautilusContext::with_rules(100, &rules).unwrap();
   |               ^^^^^^^^^^^^^^^ use of undeclared type `NautilusContext`
   |
help: consider importing this struct
   |
3  + use libafl::prelude::NautilusContext;
   |

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0433`.
Couldn't compile the test.

failures:
    libafl/src/generators/nautilus.rs - generators::nautilus::NautilusContext::with_rules (line 49)

@domenukk
Copy link
Member

Note that comments are run as tests, too

@domenukk
Copy link
Member

Thanks!

@domenukk domenukk merged commit ef16e64 into AFLplusplus:main Feb 19, 2024
26 checks passed
@sadeli413 sadeli413 deleted the rawbytes_nautilus branch February 27, 2024 02:47
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.

2 participants