Branch: refs/heads/capstone_integration
Home: https://github.com/dyninst/dyninst
Commit: ef3215239be8201696f7a8a0cc2d131d2b167685
https://github.com/dyninst/dyninst/commit/ef3215239be8201696f7a8a0cc2d131d2b167685
Author: Xiaozhu Meng <xmeng@xxxxxxxxxxx>
Date: 2019-06-13 (Thu, 13 Jun 2019)
Changed paths:
M instructionAPI/h/Instruction.h
M instructionAPI/src/InstructionDecoder-Capstone.C
M instructionAPI/src/InstructionDecoder-Capstone.h
Log Message:
-----------
Fill Instruction::m_successor, which is needed by ParseAPI
Commit: 4d4af1a5dab902fa1094af1b5cea1ef5ce4cbeff
https://github.com/dyninst/dyninst/commit/4d4af1a5dab902fa1094af1b5cea1ef5ce4cbeff
Author: Xiaozhu Meng <xmeng@xxxxxxxxxxx>
Date: 2019-06-14 (Fri, 14 Jun 2019)
Changed paths:
M dataflowAPI/src/AbslocInterface.C
M instructionAPI/src/InstructionCategories.C
M instructionAPI/src/InstructionDecoder-Capstone.C
M instructionAPI/src/InstructionDecoder-Capstone.h
M parseAPI/src/BoundFactCalculator.C
Log Message:
-----------
1. Handle opcode alias such as je/jz
2. Should always construct multiply node even if the scale is 1 and add node even if the displacment is 0
3. Remove some asserts
Compare: https://github.com/dyninst/dyninst/compare/3a4f5c33dba7...4d4af1a5dab9
|