summaryrefslogtreecommitdiffstats
path: root/js/src/zydis/README.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /js/src/zydis/README.md
parentInitial commit. (diff)
downloadfirefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz
firefox-26a029d407be480d791972afb5975cf62c9360a6.zip
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'js/src/zydis/README.md')
-rw-r--r--js/src/zydis/README.md8
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.