-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i dont know how to solve this problem,please help me #8
Comments
maybe you should reinstall python cle |
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 |
not support testing pandoc? I read this:https://www.freebuf.com/sectool/177578.html |
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
The text was updated successfully, but these errors were encountered: