Skip to content

Commit

Permalink
The implicity register conversion between 32-bit and 64-bit does not …
Browse files Browse the repository at this point in the history
…work.

Add explicit x86 32-bit register conversion from Capstone to Dyninst.

Split Capstone x86 code into a separate file to reduce compilation time
  • Loading branch information
mxz297 committed Sep 16, 2019
1 parent 2359707 commit 2dfdb68
Show file tree
Hide file tree
Showing 4 changed files with 4,098 additions and 3,666 deletions.
2 changes: 2 additions & 0 deletions instructionAPI/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ set (SRC_LIST
src/InstructionDecoder-aarch64.C
src/InstructionDecoderImpl.C
src/InstructionDecoder-Capstone.C
src/InstructionDecoder-Capstone-x86.C

)
SET_SOURCE_FILES_PROPERTIES(${SRC_LIST} PROPERTIES LANGUAGE CXX)

Expand Down

0 comments on commit 2dfdb68

Please sign in to comment.