qiling
qiling copied to clipboard
getting errors while recreating HITBLockdown002 DIR815 fuzzing
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
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
where as I have run pip3 install unicornafl and it says Requirement already satisfied now.
Please help
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 )
Thanks for the help @elicn
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.