hunter-ht-2018 / ptfuzzer

Improving AFL by using Intel PT to collect branch information

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

i dont know how to solve this problem,please help me

jmp2xyy opened this issue · comments

sorry,i am poor at English...so i describe my problems briefly
platform:kali linux

these are my errors:

root@kali:~/ptfuzzer/build# sudo python ./bin/ptfuzzer.py "-i ./in_dir -o ./out_dir" "/usr/bin/pandoc -f docx -t html"
Traceback (most recent call last):
File "./bin/ptfuzzer.py", line 4, in
import cle
File "/usr/local/lib/python2.7/dist-packages/cle/init.py", line 13, in
from .loader import *
File "/usr/local/lib/python2.7/dist-packages/cle/loader.py", line 1000, in
from .backends import MetaELF, ELF, PE, Blob, ALL_BACKENDS, Backend
File "/usr/local/lib/python2.7/dist-packages/cle/backends/init.py", line 322, in
from .elf import ELF, ELFCore, MetaELF
File "/usr/local/lib/python2.7/dist-packages/cle/backends/elf/init.py", line 1, in
from .elf import ELF
File "/usr/local/lib/python2.7/dist-packages/cle/backends/elf/elf.py", line 69
raise CLECompatibilityError from e
^
SyntaxError: invalid syntax

maybe you should reinstall python cle
and check weather in python "import cle" will report error

it still seems problematic
2018-10-03 02-35-10

Hi, have you solved this problem yet?

嗨,你解决了这个问题吗?

not yet.

I recall that PTfuzzer may not support testing pandoc because of some internel archietecture of pandoc. I also came to this problem when I was testing. @jmp2xyy @ele7enxxh

I recall that PTfuzzer may not support testing pandoc because of some internel archietecture of pandoc. I also came to this problem when I was testing. @jmp2xyy @ele7enxxh

not support testing pandoc? I read this:https://www.freebuf.com/sectool/177578.html
it seems like to support testing pandoc