summaryrefslogtreecommitdiffstats
path: root/courgette/disassembler_win32_x86.cc
Commit message (Expand)AuthorAgeFilesLines
* [Courgette] Add and use AddressTranslator::PointerToTargetRVA(); Update comme...huangs2016-03-231-20/+28
* [Courgette] Clean up Disassembler; fix ELF Memory leaks.huangs2016-03-141-109/+108
* Revert of [Courgette] Clean up Disassembler; fix ELF Memory leaks. (patchset ...scottmg2016-03-121-105/+109
* [Courgette] Clean up Disassembler; fix ELF Memory leaks.huangs2016-03-121-109/+105
* [Courgette] Simplify EncodedProgram Label addition code; removed "1.01 x" mem...huangs2016-01-191-0/+3
* Switch to standard integer types in courgette/.avi2015-12-211-45/+47
* [Courgette] Refactor: Adding Rel32FinderWin32X86_Basic and Unittestshuangs2015-09-181-67/+9
* Courgette: Remove 2 duplicates calls to std::sort.sebmarchand2015-08-111-2/+0
* Courgette: Skip the relocs that live outside of the image.sebmarchand2015-08-071-0/+8
* Make ParseNonSectionFileRegion a bit simplier and faster.halyavin2015-03-121-8/+4
* Add PE64 support to courgettewfh@chromium.org2013-09-251-5/+1
* Revert 224789 "Add PE64 support to courgette"piman@chromium.org2013-09-231-1/+5
* Add PE64 support to courgettewfh@chromium.org2013-09-231-5/+1
* Fix two pointer arithmetic errors.dgarrett@chromium.org2011-11-091-3/+3
* Replace "bool ok" style with early returns.dgarrett@chromium.org2011-11-091-25/+26
* Add Elf 32 Support to Courgette.dgarrett@chromium.org2011-11-081-1/+1
* Revert 108929 - Add Elf 32 Support to Courgette.csilv@chromium.org2011-11-071-1/+1
* Add Elf 32 Support to Courgette.dgarrett@chromium.org2011-11-071-1/+1
* Further refactoring, move ImageInfo into Disassembler/DisassemblerWin32X86.dgarrett@chromium.org2011-10-261-61/+419
* Start refactoring to reduce executable type knowledge.dgarrett@chromium.org2011-10-211-0/+377
* Revert 103879 - Start refactoring to reduce executable type knowledge.laforge@chromium.org2011-10-111-377/+0
* Start refactoring to reduce executable type knowledge.dgarrett@chromium.org2011-10-041-0/+377