You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/qiling/.local/lib/python3.6/site-packages/qiling/os/posix/posix.py", line 281, in load_syscall
ret = syscall_hook(self.ql, *arg_values)
File "/home/qiling/.local/lib/python3.6/site-packages/qiling/os/posix/syscall/select.py", line 40, in ql_syscall__newselect
tmp_r_fd, tmp_r_map = parse_fd_set(ql, _newselect_nfds, _newselect_readfds)
File "/home/qiling/.local/lib/python3.6/site-packages/qiling/os/posix/syscall/select.py", line 30, in parse_fd_set
fd_list.append(ql.os.fd[idx].fileno())
AttributeError: 'int' object has no attribute 'fileno'
Ran once without AFL attached.
Screenshots
Additional context
I have get snapshot.bin
what should I do
thx
The text was updated successfully, but these errors were encountered:
*Describe the bug
I can not run fuzz_tendaac15_httpd.py in /qiling/examples/fuzzing/tenda_ac15
Sample Code
I use https://github.com/qilingframework/qiling/tree/master/examples/fuzzing/tenda_ac15 and https://kabeor.cn/IoT%E5%9B%BA%E4%BB%B6%E6%8F%90%E5%8F%96%E5%B9%B6%E4%BD%BF%E7%94%A8qiling%E8%BF%9B%E8%A1%8Cfuzz/#IoT-Fuzz
Expected behavior
qiling@ubuntu:~/projects/qiling/examples/fuzzing/tenda_ac15$ python3 fuzz_tendaac15_httpd.py afl_inputs/a
Traceback (most recent call last):
File "/home/qiling/.local/lib/python3.6/site-packages/qiling/os/posix/posix.py", line 281, in load_syscall
ret = syscall_hook(self.ql, *arg_values)
File "/home/qiling/.local/lib/python3.6/site-packages/qiling/os/posix/syscall/select.py", line 40, in ql_syscall__newselect
tmp_r_fd, tmp_r_map = parse_fd_set(ql, _newselect_nfds, _newselect_readfds)
File "/home/qiling/.local/lib/python3.6/site-packages/qiling/os/posix/syscall/select.py", line 30, in parse_fd_set
fd_list.append(ql.os.fd[idx].fileno())
AttributeError: 'int' object has no attribute 'fileno'
Ran once without AFL attached.
Screenshots
Additional context
I have get snapshot.bin
what should I do
thx
The text was updated successfully, but these errors were encountered: