summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2021-08-29 09:27:16 -0700
committeriximeow <me@iximeow.net>2021-08-29 09:27:16 -0700
commit9f8e48346381d36c529caa7631bd610be20d6036 (patch)
treee64abcc4af755ad04a2c15c22d01ced9dc2ea54b
parent5a092e2543b166c32c150f0cc3f6d19436670efb (diff)
ackowledge `ski` as ia64 decoding/emulation prior art
-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`.