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

[WIP] Expose trace map to Python code #10

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

[WIP] Expose trace map to Python code #10

wants to merge 2 commits into from

Conversation

jwilk
Copy link
Owner

@jwilk jwilk commented Jun 22, 2018

This allows Python code to manually poke at the trace map, which might be useful for blackbox testing.
Possible alternative to #9.

Before this gets merged:

  • Document the new feature.
  • Discuss addition of a similar API to afl-clang-fast on afl-users.*

* Last time I innovated with new API, AFL proper adapted it under a different (better!) name, and then I had to rename mine… Let's not make this mistake again.

In earlier versions of Cython, using memoryviews would cause module
namespace pollution.

cython/cython@530247a
@jwilk jwilk mentioned this pull request Jun 22, 2018
@jwilk
Copy link
Owner Author

jwilk commented Sep 4, 2018

Discuss addition of a similar API to afl-clang-fast on afl-users

https://groups.google.com/d/msg/afl-users/Hv57XTZ-sVw/HEIhZiwJEQAJ

@jwilk jwilk marked this pull request as draft February 12, 2021 09:00
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

1 participant