summaryrefslogtreecommitdiffstats
path: root/courgette/ensemble_apply.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert 224789 "Add PE64 support to courgette"piman@chromium.org2013-09-231-3/+0
* Add PE64 support to courgettewfh@chromium.org2013-09-231-0/+3
* Factored out common ELF processing into a common superclass, an x86 subclass,...paulgazz@chromium.org2013-06-201-0/+3
* base: Move MemoryMappedFile out of file_util.h and into its own header file.tfarina@chromium.org2013-02-241-3/+3
* More FilePath -> base::FilePath replacement.brettw@chromium.org2013-02-101-6/+6
* Add Elf 32 Support to Courgette.dgarrett@chromium.org2011-11-081-0/+3
* Revert 108929 - Add Elf 32 Support to Courgette.csilv@chromium.org2011-11-071-3/+0
* Add Elf 32 Support to Courgette.dgarrett@chromium.org2011-11-071-0/+3
* Last small bit of refactoring.dgarrett@chromium.org2011-10-311-3/+3
* Further refactoring, move ImageInfo into Disassembler/DisassemblerWin32X86.dgarrett@chromium.org2011-10-261-1/+0
* Start refactoring to reduce executable type knowledge.dgarrett@chromium.org2011-10-211-5/+11
* Revert 103879 - Start refactoring to reduce executable type knowledge.laforge@chromium.org2011-10-111-11/+5
* Start refactoring to reduce executable type knowledge.dgarrett@chromium.org2011-10-041-5/+11
* Switch out use of std::string and std::vector for large allocations for a buf...tommi@chromium.org2011-04-061-1/+3
* Identifying call sites that need to handle out of memory situations in Courge...tommi@chromium.org2011-03-221-2/+5
* Implementation of an STL compatible allocator for Courgette on Windows.tommi@chromium.org2011-03-011-26/+8
* Improved memory usage while applying patch.sra@chromium.org2011-02-231-1/+20
* Also build a 64-bit exe version of the 32-bit courgettebradnelson@google.com2010-12-211-1/+1
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-271-2/+1
* Code changes to get the code to compile under GCC.sra@google.com2009-07-181-4/+4
* Move Courgettesra@chromium.org2009-05-081-0/+412