Skip to content

Commit 2eba3ef

Browse files
authored
Merge pull request #394 from qilingframework/revert-392-master
Revert "fix Cs module lost when debugging in fuzzing example"
2 parents 215844e + f1c4396 commit 2eba3ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/fuzzing/fuzz_x8664_linux.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import sys, os
2020
from binascii import hexlify
2121

22-
from capstone import *
22+
from capstone.x86_const import *
2323

2424
sys.path.append("../..")
2525
from qiling import *

0 commit comments

Comments
 (0)