An open API service indexing awesome lists of open source software.

https://github.com/zchee/go-xed

Go bindings for Intel® X86 Encoder Decoder (Intel® XED)
https://github.com/zchee/go-xed

Last synced: 11 months ago
JSON representation

Go bindings for Intel® X86 Encoder Decoder (Intel® XED)

Awesome Lists containing this project

README

          

# go-xed

Go bindings for Intel® X86 Encoder Decoder (Intel® XED).

## References

- [Intel® X86 Encoder Decoder: Intel® X86 Encoder Decoder User Guide](https://intelxed.github.io/ref-manual/)
- [Intel®XED-BUILD: Intel® XED Build Guide](https://intelxed.github.io/build-manual/)
- [mbuild](https://intelxed.github.io/mbuild/)
- [intelxed/mbuild: python-based build system used for building XED](https://github.com/intelxed/mbuild)
- [intelxed/xed: The X86 Encoder Decoder (XED), is a software library for encoding and decoding X86 (IA32 and Intel64) instructions](https://github.com/intelxed/xed)
- [golang.org/x/arch/x86/xeddata: Package xeddata provides utilities to work with XED datafiles.](https://github.com/golang/arch/tree/master/x86/xeddata)