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)
- Host: GitHub
- URL: https://github.com/zchee/go-xed
- Owner: zchee
- License: apache-2.0
- Created: 2024-07-31T14:50:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-31T15:06:53.000Z (over 1 year ago)
- Last Synced: 2025-01-16T19:25:08.144Z (about 1 year ago)
- Language: Go
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
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)