summaryrefslogtreecommitdiffstats
path: root/courgette/disassembler_elf_32_x86.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in courgette/.avi2015-12-211-13/+14
* Fix memory leak in DisassemblerElf32X86::ParseRel32RelocsFromSection.halyavin2015-03-111-0/+1
* Fix courgette ELF x86 dissemblerWill Harris2015-03-021-0/+3
* Fixed heaptest errors in courgette_unittestspaulgazz@chromium.org2013-07-261-0/+2
* Added a TypedRVA to track what kind of branch instruction is used forpaulgazz@chromium.org2013-07-231-2/+7
* Factored out common ELF processing into a common superclass, an x86 subclass,...paulgazz@chromium.org2013-06-201-439/+1
* Fixed a bug where courgette would fail if a relocation entry pointed to a sec...paulgazz@chromium.org2013-06-121-1/+22
* Coverity: Initialize member variables.jhawkins@chromium.org2012-07-261-2/+8
* Fix two pointer arithmetic errors.dgarrett@chromium.org2011-11-091-3/+3
* Replace "bool ok" style with early returns.dgarrett@chromium.org2011-11-091-64/+46
* Add Elf 32 Support to Courgette.dgarrett@chromium.org2011-11-081-0/+602
* Revert 108929 - Add Elf 32 Support to Courgette.csilv@chromium.org2011-11-071-602/+0
* Add Elf 32 Support to Courgette.dgarrett@chromium.org2011-11-071-0/+602