-
-
Notifications
You must be signed in to change notification settings - Fork 330
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
Match by Ref fix #2105
Merged
Merged
Match by Ref fix #2105
Changes from 31 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
c1be658
match by ref fix
addisoncrump d154b02
impl Named for Reference
addisoncrump ae65fd9
rename
addisoncrump 120a260
magic indexing
addisoncrump ce95f2d
whoops
addisoncrump f575cc1
docs, clippy
addisoncrump 0b30f6c
some additional CI complaints
addisoncrump 8431d6a
other libafl_qemu fixes
addisoncrump 8ea16ed
missed an alloc feature
addisoncrump c5708f8
a smattering of fixes
addisoncrump e52a68c
use from not direct construction
addisoncrump 0afa904
tinyinst fix
addisoncrump 74a0ab0
horrible double-mutability things
addisoncrump 2649119
fixup nyx
addisoncrump 01b126b
from not new
addisoncrump 32de86d
forkserver_simple fixes
addisoncrump 59e3a77
dogfood: forkserver
addisoncrump 1909b12
mmmm yummy dogfood
addisoncrump 00f7671
round one CI fixes
addisoncrump 279e57c
clippy appeasement
addisoncrump 883de68
deref generic impl to simplify usage
addisoncrump 7a8a2a3
adaptive serialization (ouch)
addisoncrump b2f7c49
remaining clippy items
addisoncrump 20df384
I am tired
addisoncrump 0eb7c18
new not with
addisoncrump fe063b8
fixup: aflpp tracing was not actually constructable
addisoncrump 8a3b236
fix tmin
addisoncrump 095f8e3
reduce complexity of map feedback now that we do not need to constrain
addisoncrump 06b74a2
frida fixes
addisoncrump 06b956c
Merge branch 'main' into match-by-ref-ref
addisoncrump 46788a9
fix concolic
addisoncrump 92a4d67
type_ref => reference
addisoncrump File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👻
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Definitely increases the WTF/line 🤣