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

Versioning unification, dependencies update, logging optimization #2560

Open
wants to merge 32 commits into
base: main
Choose a base branch
from

Conversation

rmalmain
Copy link
Collaborator

it's wip, i'll wait feedback to continue. any opinion on this? (cc @domenukk @tokatoka)

do not compile low-level logs (< info level) by default
update dependencies
@tokatoka
Copy link
Member

maybe you shouldn't do this before we merge your fuzzer dir structure stuff

@rmalmain
Copy link
Collaborator Author

yep it's also why i didn't continue for now.
the merge should be smooth though, since i only moved folders around.

libafl/Cargo.toml Outdated Show resolved Hide resolved
@@ -228,38 +228,33 @@ pub(crate) fn frida_to_cs(
/// Get the `base`, `idx`, `scale`, `disp` for each operand
pub fn operand_details(operand: &Operand) -> Option<(X86Register, X86Register, u8, i32)> {
match operand {
Operand::RegDeref(base) => {
Copy link
Member

Choose a reason for hiding this comment

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

@s1341 can you see if that's all right?

@rmalmain
Copy link
Collaborator Author

ready for merging. wdyt @domenukk (cc @tokatoka)?
especially the part where i add members to the workspace. not sure it doesn't cause any issue I'm not aware of.

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