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

Frida various fixes #436

Merged
merged 11 commits into from
Dec 29, 2021
Merged

Frida various fixes #436

merged 11 commits into from
Dec 29, 2021

Conversation

s1341
Copy link
Collaborator

@s1341 s1341 commented Dec 29, 2021

No description provided.

target_os = "linux",
all(target_arch = "aarch64", target_os = "android")
)))]
todo!("Shadow region not yet supported for this platform!");
Copy link
Member

Choose a reason for hiding this comment

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

I don't like this. solution, I guess Allocator should simply not be available on these unsupported archs?

@domenukk domenukk merged commit b5153cc into main Dec 29, 2021
@domenukk domenukk deleted the frida_various_fixes branch December 29, 2021 17:47
khang06 pushed a commit to khang06/LibAFL that referenced this pull request Oct 11, 2022
* Make drcov post_exec dependent on whether drcov is enabled

* Fix find_smallest_fit algorithm

* Fix missing ?

* fix warnings

* fix

* todo for non-linux/android shadow, clippy

* typo

* removed unsupposted eq

* cleanup, docu

* libafl::Error

* fixed import

Co-authored-by: tokatoka <tokazerkje@outlook.com>
Co-authored-by: Dominik Maier <domenukk@gmail.com>
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

3 participants