diff options
Diffstat (limited to 'js/src/zydis/README.md')
-rw-r--r-- | js/src/zydis/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/js/src/zydis/README.md b/js/src/zydis/README.md new file mode 100644 index 0000000000..4af867c1a6 --- /dev/null +++ b/js/src/zydis/README.md @@ -0,0 +1,8 @@ +# Zydis disassembler + +Zydis x64/x86 disassembler imported from github, as described in Zydis/moz.yaml. +It is bound to a given revision of Zycore, through a git submodule. + +The link between the two modules is maintained by hand: they are vendored +through different moz.yaml files, one in Zydis/moz.yaml and one in +Zycore/moz.yaml. |