forked from avast/retdec
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* capstone2llvmir: check preconditions in translation routines. * capstone2llvmir: add all registers for all architectures. * capstone2llvmir: fix problems with regression tests. * capstone2llvmir/x86: remove initializeRegistersParentMapCommon(). * capstone2llvmir: refactor. * bin2llvmir/decoder: catch capstone2llvmir errors and exit. * capstone2llvmir: provide API to query pseudo asm functions. * capstone2llvmir: only one implementation of translatePseudoAsmGeneric(). * capstone2llvmir/powerpc: handle some crazy bcctrl (bdzctrl) variant. * capstone2llvmir/x86: create Kx registers. * capstone2llvmir/ppc: modify comment.
- Loading branch information
1 parent
68f74bf
commit c2ed626
Showing
29 changed files
with
3,569 additions
and
2,473 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.