SYSTEM ERROR : AFLNet - the states hashtable should always contain an entry of the initial state

问题描述

在使用AFLNET跑LightFTP的时候,报如下错误

SYSTEM ERROR : AFLNet - the states hashtable should always contain an entry of the initial state Stop location : update_state_aware_variables(), afl-fuzz.c:900 OS message : No such proces

解决方案

命令行指令加上-m none!
举个栗子如下
afl-fuzz -d -i $AFLNET/tutorials/lightftp/in-ftp -o out-lightftp -m none -N tcp://127.0.0.1/2200 -x $AFLNET/tutorials/lightftp/ftp.dict -P FTP -D 10000 -q 3 -s 3 -E -R -c ./ftpclean.sh ./fftp fftp.conf 2200

参考链接

AFLNET lightftp项目报错解决方法
pthread_create创建线程失败,返回11: Resource temporarily unavailable

你可能感兴趣的:(论文阅读,物联网,嵌入式硬件)