summaryrefslogtreecommitdiffstats
path: root/courgette/disassembler.cc
Commit message (Expand)AuthorAgeFilesLines
* [Courgette] Clean up Disassembler; fix ELF Memory leaks.huangs2016-03-141-5/+15
* Revert of [Courgette] Clean up Disassembler; fix ELF Memory leaks. (patchset ...scottmg2016-03-121-15/+5
* [Courgette] Clean up Disassembler; fix ELF Memory leaks.huangs2016-03-121-5/+15
* [Courgette] Refactor: Manage AssemblyProgram and EncodedProgram with scoped_ptr.huangs2016-01-291-93/+0
* Revert of [Courgette] Refactor: Manage AssemblyProgram and EncodedProgram wit...dcheng2016-01-291-0/+93
* [Courgette] Refactor: Manage AssemblyProgram and EncodedProgram with scoped_ptr.huangs2016-01-291-93/+0
* [Courgette] Fold TrimLabels() into ParseDetectedExecutable().huangs2016-01-221-13/+11
* Switch to standard integer types in courgette/.avi2015-12-211-4/+5
* Robust ELF header parsing.halyavin2015-03-241-2/+3
* Add PE64 support to courgettewfh@chromium.org2013-09-251-4/+7
* Revert 224789 "Add PE64 support to courgette"piman@chromium.org2013-09-231-7/+4
* Add PE64 support to courgettewfh@chromium.org2013-09-231-4/+7
* Support for ARM 32-bit ELF binaries in Courgettepaulgazz@chromium.org2013-08-011-1/+1
* Factored out common ELF processing into a common superclass, an x86 subclass,...paulgazz@chromium.org2013-06-201-0/+7
* Add Elf 32 Support to Courgette.dgarrett@chromium.org2011-11-081-1/+8
* Revert 108929 - Add Elf 32 Support to Courgette.csilv@chromium.org2011-11-071-8/+1
* Add Elf 32 Support to Courgette.dgarrett@chromium.org2011-11-071-1/+8
* Last small bit of refactoring.dgarrett@chromium.org2011-10-311-1/+1
* Further refactoring, move ImageInfo into Disassembler/DisassemblerWin32X86.dgarrett@chromium.org2011-10-261-17/+57
* Start refactoring to reduce executable type knowledge.dgarrett@chromium.org2011-10-211-392/+16
* Revert 103879 - Start refactoring to reduce executable type knowledge.laforge@chromium.org2011-10-111-16/+392
* Start refactoring to reduce executable type knowledge.dgarrett@chromium.org2011-10-041-392/+16
* Switch out use of std::string and std::vector for large allocations for a buf...tommi@chromium.org2011-04-061-26/+42
* Also build a 64-bit exe version of the 32-bit courgettebradnelson@google.com2010-12-211-3/+3
* Convert LOG(INFO) to VLOG(1) - courgette/.pkasting@chromium.org2010-10-211-6/+6
* Remove <iostream> where possible.erg@google.com2010-07-201-1/+0
* Move Courgettesra@chromium.org2009-05-081-0/+436