diff options
author | iximeow <me@iximeow.net> | 2021-08-29 09:41:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-29 09:41:35 -0700 |
commit | 95636fe37ebcbe77f37ab5cdfed55f20ffa882b2 (patch) | |
tree | e64abcc4af755ad04a2c15c22d01ced9dc2ea54b | |
parent | 5a092e2543b166c32c150f0cc3f6d19436670efb (diff) | |
parent | 9f8e48346381d36c529caa7631bd610be20d6036 (diff) |
Merge pull request #6 from iximeow/add-to-readme
ackowledge `ski` as ia64 decoding/emulation prior art
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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`. |