qiling icon indicating copy to clipboard operation
qiling copied to clipboard

getting errors while recreating HITBLockdown002 DIR815 fuzzing

Open wfwerf opened this issue 3 years ago • 2 comments

ImportError: ERROR: fail to load the dynamic library.

I have watched the youtube video from HITBLockdown002 and was trying to recreate the scenario, the paths etc I have changed as required but now when I execute the sh script I am getting this error

image

I put AFL-DEBUG=1 in the sh script, but that didnt change anything and using the ulimit command wouldnt run the fuzzer.

strange enough that its saying image

where as I have run pip3 install unicornafl and it says Requirement already satisfied now.

Please help

wfwerf avatar Jun 24 '21 07:06 wfwerf

For some reason unicornafl cannot find its library dir. Try to prepend the fuzzing command line with: LIBUNICORNAFL_PATH=/home/rambo/.local/lib/python3.8/site-packages/unicornafl-1.0.3-py3.8.egg/unicornafl/lib

Also, make sure you built AFL unicorn support: $ ( cd AFLplusplus/unicorn_mode ; ./build_unicorn_support.sh )

elicn avatar Jun 24 '21 13:06 elicn

Thanks for the help @elicn

xwings avatar Jul 02 '21 08:07 xwings

Will you be able to try the latest version of Qiling and see if you still face same issue. There is lots of rework since 2021. Feel free to open a new issue if you have any similar problem.

xwings avatar Oct 06 '22 03:10 xwings