Skip to content

Dockerized Intel X86 Encoder Decoder (Intel XED)

Notifications You must be signed in to change notification settings

kentcz/xed-docker

Repository files navigation

xed-docker

Dockerized Intel X86 Encoder Decoder (Intel XED)

Quick reference

Build a docker image

git clone --recurse-submodules [email protected]:kentcz/xed.git
cd xed
docker build -t kentcz/xed:local-dev .

Use a docker image

The docker entrypoint exposes the examples from the examples/ directory as commands. For example, to use the xed command to decode the bytes c4 03 1d 18 74 f4 20 01

 docker run -it kentcz/xed xed -64 -d c4 03 1d 18 74 f4 20 01

The xed-tester command will run several tests cases

docker run -it kentcz/xed xed-tester

About

Dockerized Intel X86 Encoder Decoder (Intel XED)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published