aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-25Delete unused STL includes from components/ headers.Lei Zhang
2021-07-25Remove unneeded base/strings/stringprintf.h includes.Lei Zhang
2021-07-25[zucchini] Use deque to store rel32_locations.Etienne Pierre-doray
2021-07-25Added DIR_METADATA files to a batch of subfolders in //components/v…,Norman Rosas
2021-07-25Rename includes from bind_helpers.h to callback_helpers.hdanakj
2021-07-25Change actions to python2_actions as needed.Dirk Pranke
2021-07-25Refactor OS_LINUX preprocessor directive for LaCrOS effort.Sean McAllister
2021-07-25Use FLAG_SHARE_DELETE when opening files in the installer.Greg Thompson
2021-07-25Switch to 1-parameter version of base::DeleteFile() in components/.Lei Zhang
2021-07-25Remove/replace unnecessary includes of logging.h (components/)Hans Wennborg
2021-07-25Include-what-you-use related to logging.h (components)Hans Wennborg
2021-07-25Remove/replace unnecessary logging.h includes in .cc files (components)Hans Wennborg
2021-07-25logging.h related include-what-you-use (components/)Hans Wennborg
2021-07-25fix: add missing data dependency to zucchini_integration_testRichard Townsend
2021-07-25[Zucchini] Fix 64-bit ELF reloc code failing to reject references that stradd...Samuel Huang
2021-07-25[Zucchini] Fix checked_cast failureckitagawa
2021-07-25Reformat all gn files in /components/zucchini.Nico Weber
2021-07-25[Zucchini] Fix fuzzer checked_cast issuesckitagawa
2021-07-25[Zucchini] Fix 4 DisassemblerElf bugs discovered by new fuzzer.Samuel Huang
2021-07-25[Zucchini] Fix offset outside image caseckitagawa
2021-07-25[Zucchini] Reduce forgiveness of bounds checksckitagawa
2021-07-25[Zucchini] Add ELF fuzzerckitagawa
2021-07-25Support initializing logging with a file descriptor rather than a path.Robbie McElrath
2021-07-25[logging] Add LOG_TO_STDERR logging destinationSharon Yang
2021-07-25[Zucchini] Restrict PE rel32 scan size to min(virtual_size, size_of_raw_data).Samuel Huang
2021-07-25[Zucchini] Rel32Finder: Make rel32 accept / reject semantics explicit.Samuel Huang
2021-07-25[Zucchini] Add helpers for 2 byte and 4 byte alignment.Samuel Huang
2021-07-25[Zucchini] ARM code: Add templated helpers to process ARM references.Samuel Huang
2021-07-25//components: Convert base::(U)Int(64)ToString(16) to NumberToString(16)Raul Tambre
2021-07-25[Zucchini] ARM code: Add alignment checks for Read*() / Write*(); add tests.Samuel Huang
2021-07-25[Zucchini] ARM code: Fix counting mistake; rename T21 to T20.Samuel Huang
2021-07-25[Zucchini] ARM Support: Add arm_utils.* with tests.Samuel Huang
2021-07-25[Zucchini] Update code formatting.Samuel Huang
2021-07-25[Zucchini] DisassemblerWin32: Fix rogue |reloc_region_| usage.Samuel Huang
2021-07-25[Zucchini] Cleanup before adding ARM support.Samuel Huang
2021-07-25Fix for unused-lambda-capture warningTakuto Ikuta
2021-07-25[Zucchini] Add etiennep@ to OWNERS.Samuel Huang
2021-07-25[Zucchini] Fix patch apply failure from untranslatable abs32 references.Samuel Huang
2021-07-25[Zucchini]: Fix discrepancy in reference width for Elf reloc and abs32.Etienne Pierre-doray
2021-07-25Fix -Wdefaulted-function-deleted warningHans Wennborg
2021-07-25[Zucchini]: Fix implicit conversions.Etienne Pierre-doray
2021-07-25[Zucchini]: Fix OffsetMapper implicit conversion.Etienne Pierre-doray
2021-07-25Use base::Erase(), base::EraseIf() in components/Jdragon
2021-07-25[Zucchini]: Remove IndirectReference.Etienne Pierre-doray
2021-07-25[Zucchini] Create elf disassembler.Etienne Pierre-doray
2021-07-25[Zucchini] Create elf types and utils.Etienne Pierre-Doray
2021-07-25[zucchini]: Rename reloc_utils for reloc_win32.Etienne Pierre-doray
2021-07-25[Zucchini] Fix BufferRegion::FitsIn() so empty region fits at end of buffer.Samuel Huang
2021-07-25[Zucchini] DEX parsing: Implement stricter size checks for MapItem.Samuel Huang
2021-07-25[Zucchini] Fix BufferViewBase::covers_array() to allow 0-sized array at end o...Samuel Huang