-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add vpbroadcast instruction to udis86, hope it is correct
- Loading branch information
Showing
4 changed files
with
10 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[submodule "deps/udis86"] | ||
path = deps/udis86 | ||
url = https://github.com/vmt/udis86.git | ||
url = [email protected]:u/mfl/udis86 | ||
[submodule "deps/asmjit"] | ||
path = deps/asmjit | ||
url = [email protected]:u/mfl/asmjit |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
bochs instrumentation allows for recording all the instructions that are performed and no gui | ||
Redmagic is a meta tracing JIT for x86. It operates by creating traces for interpreters written in C/C++ from the x86_64 instruction level. | ||
|
||
qemu in the target/ translate.c contains instructions to dispatch the x86 instrunctions | ||
See src/redmagic.h for the JITs interface. | ||
|
||
parts of qemu are under difference licenses, so the code generator is bsd, and the target for i386 is lgpl | ||
|
||
base52 decoding mit licence from bitcoin | ||
license: LGPLv3 | ||
|
||
|
||
qemu version dfa83a6bae960e3e3a3186264d75790cfd727bce 2.3.1 | ||
build instructions: | ||
pacman -S strace python2 | ||
git submodules update --init --recursive | ||
./make release |
Submodule udis86
updated
from 56ff6c to 37a2bb
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