index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
dexfuzz
/
src
Age
Commit message (
Expand
)
Author
2023-07-06
Remove code related to quicken
Santiago Aboy Solanes
2021-04-28
Remove RETURN_VOID_NO_BARRIER byte-code.
David Srbecky
2021-03-27
Remove QUICK bytecodes.
David Srbecky
2020-07-28
Inclusive language fixes in DexFuzz.
Roland Levillain
2020-02-17
Remove MIPS support from dexfuzz.
Vladimir Marko
2017-08-11
Fixed an error in invokechanger
Sumnima Joshi
2017-08-11
Merge "Added a new mutator called NewInstanceChanger."
Treehugger Robot
2017-08-10
Added a new mutator called NewInstanceChanger.
Sumnima Joshi
2017-08-02
Do not pass --runtime-arg -classpath to dex2oat in dex fuzz
Calin Juravle
2017-07-26
Changed the likelihood.
Sumnima Joshi
2017-07-25
Assign temporary register to the size of an array.
Sumnima Joshi
2017-07-19
Added a new mutator called RegisterClobber.
Sumnima Joshi
2017-07-18
Merge "Changed isInvokeCallInst() to getDifferentInvokeCallOpcode()."
Treehugger Robot
2017-07-18
Changed isInvokeCallInst() to getDifferentInvokeCallOpcode().
Sumnima Joshi
2017-07-18
A mutation that changes the length of an array.
Sumnima Joshi
2017-07-05
Invoke Changer
Sumnima Joshi
2017-06-29
If branch changer which changes the opcodes.
Sumnima Joshi
2017-06-08
Documented serialization method in dexfuzz mutator class
Sumnima Joshi
2017-05-16
Quiet run for nightly fuzzing (and some minor edits)
Aart Bik
2017-04-21
Rename and obsolete compiler filter names.
Nicolas Geoffray
2017-01-20
Dexfuzz: Added --divergence-retry option.
Branislav Rankov
2016-12-05
Fixed a few bugs in dexfuzz:
Branislav Rankov
2016-11-30
Merge "Added support for android root in dexfuzz."
Aart Bik
2016-11-29
Disabled fallback to interpreter in dexfuzz.
Branislav Rankov
2016-11-29
Added support for android root in dexfuzz.
Branislav Rankov
2016-11-24
Removed quick support from dexfuzz.
Branislav Rankov
2016-09-30
Integrate dexfuzz with bisection search
Wojciech Staszkiewicz
2016-05-24
Fix minor issues that prevented DexFuzz to run on host.
Aart Bik
2015-04-07
Remove fuzzer build-time dependency on core image.
Calin Juravle
2015-04-02
Update dexfuzz after optimizing default selection.
Stephen Kyle
2015-03-26
Adds host execution to dexfuzz.
Stephen Kyle
2015-03-19
Change RETURN_VOID_BARRIER to RETURN_VOID_NO_BARRIER
Mathieu Chartier
2014-12-15
Adds the dexfuzz fuzzing tool to ART.
Stephen Kyle