summaryrefslogtreecommitdiffstats
path: root/courgette/assembly_program.h
Commit message (Expand)AuthorAgeFilesLines
* Move base::FreeDeleter into its own header.dcheng2016-03-261-0/+1
* [Courgette] Refactor: Manage AssemblyProgram and EncodedProgram with scoped_ptr.huangs2016-01-291-2/+9
* Revert of [Courgette] Refactor: Manage AssemblyProgram and EncodedProgram wit...dcheng2016-01-291-9/+2
* [Courgette] Refactor: Manage AssemblyProgram and EncodedProgram with scoped_ptr.huangs2016-01-291-2/+9
* [Courgette] Fold TrimLabels() into ParseDetectedExecutable().huangs2016-01-221-1/+2
* [Courgette] Simplify EncodedProgram Label addition code; removed "1.01 x" mem...huangs2016-01-191-2/+1
* Switch to standard integer types in courgette/.avi2015-12-211-12/+16
* [Courgette] Initial Implementation of LabelManagerhuangs2015-12-081-17/+1
* Use base::UncheckedMalloc rather than std::nothrow in courgette.grt2015-11-061-5/+40
* Add 64-bit absolute address support to courgette.wfh2015-03-131-2/+9
* Fix more MSVC warnings, courgette/ edition.pkasting2014-10-031-4/+1
* ARM binaries seen by Courgette have three ISAs, ARM, thumb, and thumb-2. Cou...paulgazz@chromium.org2013-08-061-0/+9
* Support for ARM 32-bit ELF binaries in Courgettepaulgazz@chromium.org2013-08-011-3/+16
* Fixed Courgette to correctly regenerate the ELF relocation table forpaulgazz@chromium.org2013-07-181-1/+4
* Finish scoped_array<T> to scoped_ptr<T[]> conversion on Linux.dcheng@chromium.org2013-04-091-1/+1
* Add Elf 32 Support to Courgette.dgarrett@chromium.org2011-11-081-1/+4
* Revert 108929 - Add Elf 32 Support to Courgette.csilv@chromium.org2011-11-071-4/+1
* Add Elf 32 Support to Courgette.dgarrett@chromium.org2011-11-071-1/+4
* Further refactoring, move ImageInfo into Disassembler/DisassemblerWin32X86.dgarrett@chromium.org2011-10-261-1/+1
* Switch out use of std::string and std::vector for large allocations for a buf...tommi@chromium.org2011-04-061-11/+15
* Implementation of an STL compatible allocator for Courgette on Windows.tommi@chromium.org2011-03-011-3/+6
* Move Courgettesra@chromium.org2009-05-081-0/+133