aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-03[Zucchini] DEX Version 38 Supportckitagawa
2021-08-13[Zucchini] Replace DISALLOW_* macros with =delete versions.Samuel Huang
2021-08-05[Zucchini] Add ARM support for ELF files.Samuel Huang
2021-08-03[Zucchini] Disassemblers: Fix abs32 width for ELF; cleanup Traits template pa...Samuel Huang
2021-07-29Fix some instances of -Wdeprecated-copy: components/Peter Kasting
2021-07-28[automated] Drop needless <vector> includes in /components/zucchiniVictor Hugo Vianna Silva
2021-07-25[Zucchini] Cleanup before adding ARM support for ELF files.Samuel Huang
2021-07-25Remove unneeded includes of optional.h from headers.Lei Zhang
2021-07-25More IWYU fixes in advance of removing #includesPeter Kasting
2021-07-25Revert "Remove some unnecessary #includes."Findit
2021-07-25Remove some unnecessary #includes.Peter Kasting
2021-07-25Swap from base/stl_util.h to cxx20_erase.h in components/.Lei Zhang
2021-07-25Fix -Wc++11-narrowing: /components/zucchiniPeter Kasting
2021-07-25Add explicit type conversions where necessary: components/Peter Kasting
2021-07-25[Zucchini] Simplify Abs32GapFinder and Rel32Finder.Samuel Huang
2021-07-25Swap from base/stl_util.h to cxx17_backports.h in components/ .cc files.Lei Zhang
2021-07-25build: Convert components/zucchini/fuzzers/BUILD.gn to py3Nico Weber
2021-07-25components: Replace base::Optional and friends with absl counterpartsAnton Bikineev
2021-07-25Remove unneeded base/files/file_path.h includes in headers.Lei Zhang
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