summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1abf3ba..760c144 100644
--- a/README.md
+++ b/README.md
@@ -36,3 +36,7 @@ if you would like to use `yaxpeax-ia64` in a `no-std` configuration:
### exists?
yeah i'm surprised too. the only other itanium disassemblers seem to be the one in GNU binutils and possibly one in `qemu-ia64`, but i'm not sure about the latter.
+
+additionally, there is the [`ski`](http://ski.sourceforge.net/) ia64 emulator by Hewlett-Packard, and since released as open-source. being an ia64 emulator, it includes an ia64 disassembler, and given the provenance of the project, it seems reasonable to believe it's trustworthy as well.
+
+one day, i would like to test `yaxpeax-ia64` against `ski` and `binutils`.