summaryrefslogtreecommitdiffstats
path: root/courgette/disassembler_elf_32.cc
Commit message (Expand)AuthorAgeFilesLines
* [Courgette] Add and use AddressTranslator::PointerToTargetRVA(); Update comme...huangs2016-03-231-2/+7
* [Courgette] Clean up Disassembler; fix ELF Memory leaks.huangs2016-03-141-179/+154
* Revert of [Courgette] Clean up Disassembler; fix ELF Memory leaks. (patchset ...scottmg2016-03-121-154/+179
* [Courgette] Clean up Disassembler; fix ELF Memory leaks.huangs2016-03-121-179/+154
* [Courgette] Fix AssemblyProgram parsing for ELF-ARM.huangs2016-02-041-16/+15
* [Courgette] Simplify EncodedProgram Label addition code; removed "1.01 x" mem...huangs2016-01-191-0/+6
* Switch to standard integer types in courgette/.avi2015-12-211-7/+7
* Robust ELF header parsing.halyavin2015-03-241-27/+27
* Fix courgette ELF x86 dissemblerWill Harris2015-03-021-2/+3
* Fix more MSVC warnings, courgette/ edition.pkasting2014-10-031-7/+3
* This patch uses single BytesInstruction Courgette ops to point to long stretc...paulgazz@chromium.org2013-08-131-6/+6
* Support for ARM 32-bit ELF binaries in Courgettepaulgazz@chromium.org2013-08-011-2/+2
* Added a TypedRVA to track what kind of branch instruction is used forpaulgazz@chromium.org2013-07-231-21/+38
* Fixed Courgette to correctly regenerate the ELF relocation table forpaulgazz@chromium.org2013-07-181-1/+28
* Factored out common ELF processing into a common superclass, an x86 subclass,...paulgazz@chromium.org2013-06-201-0/+462