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

Remove observer_stdout/observer_stderr from Observer trait #2167

Merged
merged 6 commits into from
May 13, 2024
Merged

Conversation

tokatoka
Copy link
Member

and change how command executor sets stuff up.

///
/// If no `@@` was found, will use stdin for input.
/// The arg 0 is the program.
pub fn parse_afl_cmdline<IT, O>(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we don't want afl commandline anymore?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no
we should do everything with builder

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the builder should then probably have a parse_afl_cmdline option, right?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i want to remove it because that specific "@@" parsing is specific to forkserver and this is not

@tokatoka tokatoka merged commit bf4d1de into main May 13, 2024
99 checks passed
@tokatoka tokatoka deleted the stuff branch May 13, 2024 15:10
riesentoaster pushed a commit to riesentoaster/LibAFL that referenced this pull request May 24, 2024
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.

None yet

2 participants