Skip to content

Commit 366a614

Browse files
committed
Minor code cleanup
1 parent c3d041c commit 366a614

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ documentation = [
9898
]
9999

100100
test = [
101-
"thug[elasticsearch,exploitgraph,image,shellcode]",
101+
"thug[elasticsearch,exploitgraph,image]",
102102
"mock",
103103
"pydantic>=2.9.2",
104104
"pre-commit",

thug/Analysis/shellcode/Shellcode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
class Shellcode:
4141
modules = (
4242
"pylibemu",
43-
# "speakeasy",
43+
"speakeasy",
4444
)
4545

4646
def __init__(self):

0 commit comments

Comments
 (0)