HexHive / T-Fuzz

247 stars 39 forks source link

verison of capstone does not support MIPS instruction #6

Closed ksloven closed 6 years ago

ksloven commented 6 years ago

Hi,

I have installed T-Fuzz on Windows Subsystem for Linux (Ubuntu). and I get the following error:

WARNING | 2018-06-10 10:28:51,171 | angr.analyses.disassembly_utils | Your verison of capstone does not support MIPS instruction groups.
Traceback (most recent call last):
  File "./TFuzz", line 64, in <module>
    main()
  File "./TFuzz", line 15, in main
    __angr_Fuzzer._perform_env_checks()
  File "/root/.virtual_envs/tfuzz-env/local/lib/python2.7/site-packages/fuzzer/fuzzer.py", line 572, in _perform_env_checks
    with open("/proc/sys/kernel/core_pattern") as f:
IOError: [Errno 2] No such file or directory: '/proc/sys/kernel/core_pattern'

Any pointers around this?

chubbymaggie commented 6 years ago

From angr discussions (https://github.com/angr/angr/issues/819):

benquike commented 6 years ago

@ksloven thanks for the feedback.

Please run the script in scripts/kernel_config.sh

benquike commented 6 years ago

@ksloven yeah, as @chubbymaggie said, just ignore it for the moment.