summaryrefslogtreecommitdiffstats
path: root/courgette/courgette_tool.cc
Commit message (Expand)AuthorAgeFilesLines
* [Courgette] Refactor: Manage AssemblyProgram and EncodedProgram with scoped_ptr.huangs2016-01-291-36/+43
* Revert of [Courgette] Refactor: Manage AssemblyProgram and EncodedProgram wit...dcheng2016-01-291-43/+36
* [Courgette] Refactor: Manage AssemblyProgram and EncodedProgram with scoped_ptr.huangs2016-01-291-36/+43
* [Courgette] Fold TrimLabels() into ParseDetectedExecutable().huangs2016-01-221-12/+5
* [Courgette] Make Courgette-dis trim labels.huangs2016-01-181-0/+7
* Switch to standard integer types in courgette/.avi2015-12-211-2/+4
* Revert of [Courgette] Adding CourgetteConfig singleton and --experimental fla...huangs2015-09-081-6/+0
* [Courgette] Adding CourgetteConfig singleton and --experimental flag.huangs2015-09-011-0/+6
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-221-3/+4
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in [c-n]*/thestig2014-09-131-1/+1
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-061-1/+1
* Move GetFileSize, NormalizeFilePath to base namespacebrettw@chromium.org2013-12-041-1/+1
* Add PE64 support to courgettewfh@chromium.org2013-09-251-0/+5
* Revert 224789 "Add PE64 support to courgette"piman@chromium.org2013-09-231-5/+0
* Add PE64 support to courgettewfh@chromium.org2013-09-231-0/+5
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-301-1/+1
* Define a LoggingSettings struct to use for InitLogging()akalin@chromium.org2013-06-211-6/+4
* Factored out common ELF processing into a common superclass, an x86 subclass,...paulgazz@chromium.org2013-06-201-0/+5
* Use a direct include of strings headers in courgette/.avi@chromium.org2013-06-111-2/+2
* Use a direct include of utf_string_conversions.h in chrome_frame/, chromeos/,...avi@chromium.org2013-06-071-1/+1
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-3/+3
* More FilePath -> base::FilePath replacement.brettw@chromium.org2013-02-101-27/+27
* Add -supported command line option to describe if a given file is supporteddgarrett@chromium.org2011-11-211-7/+51
* Switching all wstrings in courgette_tool to FilePaths.dgarrett@chromium.org2011-11-181-57/+35
* Start refactoring to reduce executable type knowledge.dgarrett@chromium.org2011-10-211-13/+14
* Revert 103879 - Start refactoring to reduce executable type knowledge.laforge@chromium.org2011-10-111-14/+13
* Start refactoring to reduce executable type knowledge.dgarrett@chromium.org2011-10-041-13/+14
* Rename CommandLine::GetArgs(), update callers.msw@chromium.org2011-07-131-3/+4
* Make courgette compiler on clang and linux x64 buildersgrt@chromium.org2011-04-061-2/+4
* Switch out use of std::string and std::vector for large allocations for a buf...tommi@chromium.org2011-04-061-10/+29
* Improved memory usage while applying patch.sra@chromium.org2011-02-231-10/+42
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-111-4/+6
* Revert 70920 - Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-101-6/+4
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-101-4/+6
* Revert 70782 - Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-071-6/+4
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-071-4/+6
* Also build a 64-bit exe version of the 32-bit courgettebradnelson@google.com2010-12-211-1/+1
* Call InitLogging() for courgette.akalin@chromium.org2010-11-161-0/+7
* Revert 66208 - Call InitLogging() for courgette.akalin@chromium.org2010-11-161-6/+0
* Call InitLogging() for courgette.akalin@chromium.org2010-11-161-0/+6
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-8/+4
* Remove deprecated CommandLine::GetLooseValues(), rename to args().evan@chromium.org2010-07-211-1/+9
* Use GetSwitchValueASCII.tony@chromium.org2009-11-061-2/+2
* Use ASCII strings for switch names.evan@chromium.org2009-10-131-10/+10
* Coverity fixes to keep coverity quiet.sra@chromium.org2009-07-221-3/+4
* Code changes to get the code to compile under GCC.sra@google.com2009-07-181-3/+16
* Fix leaks found by Coverity Prevent.sra@chromium.org2009-05-301-1/+1
* Move Courgettesra@chromium.org2009-05-081-0/+404