Xed
The X86 Encoder Decoder (XED), is a software library for encoding and decoding X86 (IA32 and Intel64) instructions
Install / Use
/learn @intelxed/XedREADME
Intel® X86 Encoder Decoder (Intel® XED)
Doxygen API manual and source build manual:
https://intelxed.github.io
Bugs:
https://github.com/intelxed/xed/issues/new
Abbreviated GITHUB building instructions:
git clone https://github.com/intelxed/xed.git xed
git clone https://github.com/intelxed/mbuild.git mbuild
cd xed
./mfile.py
Then get your libxed.a/libxed.so (Linux) or xed.lib (Windows) from the obj directory. Add " --shared" if you want a shared object build. Add " install" if you want the headers & libraries put in to a kit in the "kits" directory. Add "C:/python3/python " before "./mfile.py" if on windows.
How to build the examples:
There are two options:
- When building libxed you can also build the examples, from the main directory (above examples):
./mfile.py examples
and the compiled examples will be in obj/examples.
- Build a compiled "kit" and the build the examples from within the kit:
./mfile.py install
cd kits
cd <whatever the kit is called>
cd examples
./mfile.py
See source build documentation for more information.
Binary size?
Concerned about large libraries or binaries? There are several options:
- Consider building with "--limit-strings"
- Strip the binaries
- Consider doing an encoder-only or decoder-only build if you only need one or the other.
Contribute to Intel® XED:
In order to contribute, please:
- Read the Contribution Agreement
- Sign your commit message to show your agreement
- Submit a Pull-Request
Related Skills
node-connect
349.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
349.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
349.0kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
