summaryrefslogtreecommitdiff
path: root/tools/fuzzer
AgeCommit message (Expand)Author
2025-02-05Check if InsnsSizeInCodeUnits is 0 a bit before Santiago Aboy Solanes
2025-01-28Don't iterate past the item in CheckCallSite Santiago Aboy Solanes
2025-01-28Add alignment check for DEX's map data items Santiago Aboy Solanes
2025-01-17Improve class fuzzer initialization Santiago Aboy Solanes
2025-01-10Add java library for core icu4j for the fuzzer Santiago Aboy Solanes
2025-01-10Pass the correct class loader in the class verifier fuzzer Santiago Aboy Solanes
2025-01-10Add a debug version of the class verifier fuzzer Santiago Aboy Solanes
2025-01-09Fix DCHECK in RegType::IsObjectArrayTypes Santiago Aboy Solanes
2024-11-11Avoid `strlen()` for `ClassLinker::FindClass()`... Vladimir Marko
2024-10-31Remove dependencies on the 1-variant fallback Cole Faust
2024-09-17Consider MethodType/Handle annotations in VisitClassAnnotations Santiago Aboy Solanes
2024-09-17Improve the GC strategy for the class verification fuzzer Ioana-Teodora Isar
2024-09-13Don't special case 0 for annotation set item Santiago Aboy Solanes
2024-08-22Add conscrypt for the class verification fuzzer Ioana-Teodora Isar
2024-08-21Stop iterating VerifyNewArray when a hard failure appears Santiago Aboy Solanes
2024-08-20Add core-icu4j for Runtime Ioana-Teodora Isar
2024-08-16Separate the varhandle-perf tests Santiago Aboy Solanes
2024-08-14Add a gtest to automatically test the class verification fuzzer's corpus. Ioana-Teodora Isar
2024-07-31Class verification fuzzer: remove logging Ioana-Teodora Isar
2024-07-30Class verification fuzzer: fix Boot classpath error and add logging Ioana-Teodora Isar
2024-07-26Add a class verification fuzzer Ioana-Teodora Isar
2024-05-13Clean up source_build Soong config variables. Martin Stjernholm
2024-02-08Fuzzer: Support deeply recursive encoded values (using structs). David Srbecky
2024-02-07Fuzzer: Fix CheckIntraAnnotationItem David Srbecky
2023-11-02Add a gtest to automatically test the fuzzer's corpus Santiago Aboy Solanes
2023-10-27Dex verifier: Report error for invalid encoded array value David Srbecky
2023-10-27Dex verifier: Fix try-item padding check. David Srbecky
2023-10-27Revert^2 "Dex fuzzer: Bootstrap the fuzzing with run-test dex files." David Srbecky
2023-10-27Revert^2 "Dex verifier: Add debug version (in addition to release version)." David Srbecky
2023-10-26Revert "Dex fuzzer: Bootstrap the fuzzing with run-test dex files." David Srbecky
2023-10-26Revert "Dex verifier: Add debug version (in addition to release version)." David Srbecky
2023-10-26Revert "Dex verifier: Fix dependency for non-source builds" David Srbecky
2023-10-26Dex verifier: Fix dependency for non-source builds David Srbecky
2023-10-26Dex verifier: Add debug version (in addition to release version). David Srbecky
2023-10-26Dex fuzzer: Bootstrap the fuzzing with run-test dex files. David Srbecky
2023-10-24Dex fuzzer: Use StandardDexFile directly. David Srbecky
2023-10-17Revert^4 "Merge libart and libart-compiler into a single library" Dmitrii Ishcheikin
2023-08-23Revert^3 "Merge libart and libart-compiler into a single library" Dmitrii Ishcheikin
2023-08-18Revert^2 "Merge libart and libart-compiler into a single library" Dmitrii Ishcheikin
2023-07-28Revert "Merge libart and libart-compiler into a single library" Dmitrii Ishcheikin
2023-07-26Merge libart and libart-compiler into a single library Dmitrii Ishcheikin
2023-06-19Reland "Static link gtests with ART libraries" Dmitrii Ishcheikin
2023-06-12Revert "Static link gtests with ART libraries" Dmitrii Ishcheikin
2023-06-12Static link gtests with ART libraries Dmitrii Ishcheikin
2023-05-22Use C++17's [[maybe_unused]] attribute in ART Stefano Cianciulli
2023-05-17Update fuzzer build rules regarding the ART module Santiago Aboy Solanes
2023-05-15Check string size before using strlen Santiago Aboy Solanes
2023-05-11Update assignee on the fuzzer Santiago Aboy Solanes
2023-05-09Use the fuzzer in release mode Santiago Aboy Solanes
2023-05-05Make fuzzer run on device and print less logs Santiago Aboy Solanes