aatiranum
aatiranum
How to change the optimization parameters to other parameters other than time? In gcc_minimal.py, I am changing the line return Result(time=run_result['time']) to return Result(time=run_result['size]) but it is giving an error...
I m making vulnscan for ubuntu 16.04. The following error occur while make /home/aatiranum/Downloads/vulnscan/src/disassembler.h:4:31: fatal error: capstone\capstone.h: No such file or directory Can you help me in this? Secondly, can...
I want to use LLPE on my own set of examples such as mini_httpd, gzip, binutils etc. I have downloaded and installed LLPE -7 version from github but it gives...