aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCObjectDisassembler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Create an atom with just the data that failed to disassemble.Rafael Espindola2013-10-161-2/+4
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-011-2/+2
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-271-2/+2
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-271-2/+2
* Support/MachO: Add a bunch of defines.Charles Davis2013-08-271-1/+1
* MC CFG: Support disassembly at arbitrary addresses in MCObjectDisassembler.Ahmed Bougacha2013-08-211-7/+206
* MC CFG: Use data structures more appropriate than std::set.Ahmed Bougacha2013-08-211-10/+16
* MC CFG: Add an MCObjectSymbolizer in the MCObjectDisassembler.Ahmed Bougacha2013-08-211-1/+2
* MC CFG: Add MCObjectDisassembler Mach-O implementation.Ahmed Bougacha2013-08-211-0/+89
* MC CFG: Add "dynamic disassembly" support to MCObjectDisassembler.Ahmed Bougacha2013-08-211-1/+11
* MC CFG: When disassembly is impossible, fallback to data bytes.Ahmed Bougacha2013-08-211-16/+30
* MC CFG: Add MCObjectDisassembler support for entrypoint + static ctors.Ahmed Bougacha2013-08-211-2/+49
* Allow creation of single-byte MCAtoms.Ahmed Bougacha2013-06-191-1/+1
* MC: Disassembled CFG reconstruction.Ahmed Bougacha2013-05-241-0/+216