Skip to content

Commit

Permalink
Disable udis86 worker/decoder (#2043)
Browse files Browse the repository at this point in the history
* Disable udis86 worker/decoder

* udis86: remove submod

---------

Co-authored-by: William Woodruff <william@yossarian.net>
  • Loading branch information
miketheman and woodruffw committed Jun 24, 2024
1 parent d9f33b0 commit 827f32a
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 61 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
[submodule "src/worker/zydis/zydis"]
path = src/worker/zydis/zydis
url = https://github.com/zyantific/zydis.git
[submodule "src/worker/udis86/udis86"]
path = src/worker/udis86/udis86
url = https://github.com/vmt/udis86.git
[submodule "src/worker/dynamorio/dynamorio"]
path = src/worker/dynamorio/dynamorio
url = https://github.com/DynamoRIO/dynamorio.git
Expand Down
1 change: 0 additions & 1 deletion src/worker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ WORKERS = bfd \
capstone \
dynamorio \
fadec \
udis86 \
xed \
zydis \
bddisasm \
Expand Down
27 changes: 0 additions & 27 deletions src/worker/udis86/Makefile

This file was deleted.

1 change: 0 additions & 1 deletion src/worker/udis86/udis86
Submodule udis86 deleted from 56ff6c
28 changes: 0 additions & 28 deletions src/worker/udis86/udis86.c

This file was deleted.

1 change: 0 additions & 1 deletion workers.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
./src/worker/capstone/capstone.so
./src/worker/dynamorio/dynamorio.so
./src/worker/fadec/fadec.so
./src/worker/udis86/udis86.so
./src/worker/xed/xed.so
./src/worker/zydis/zydis.so
./src/worker/bddisasm/bddisasm.so
Expand Down

0 comments on commit 827f32a

Please sign in to comment.