mirror of
https://github.com/RPCSX/xed.git
synced 2026-01-31 01:05:17 +01:00
a20deac7efc15955b59f34c65acdcf6166ecbe18
* limit checks on disasm region cut all but 16 of 397 fails
reported from ELF fuzzer
https://github.com/intelxed/xed/issues/20
* symbol table and string table pointer checks remove the rest.
Change-Id: I712f613dca5fecfe94082a3d1b6b06b142a0b6bc
(cherry picked from commit 9597d6b97c9b54ca51bc2aabfb3db23d87e4d461)
Intel X86 Encoder Decoder (Intel XED)
Doxygen API manual and source build manual:
Bugs:
Intel internal employee users/developers:
Everyone else:
https://github.com/intelxed/xed/issues/new
Abbreviated 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 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:/python27/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 cd examples ./mfile.py
See source build documentation for more information.
Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-01-31T05:30:08.753Z
Languages
Python
66.7%
C
33.3%