Closed Kyle-Kyle closed 5 years ago
Hey :) Thanks for reporting the issue, but I couldn't reproduce it on my side. Could you please provide some context, how did you install and launch ROPGenerator ?
Boyan.
OS: 64bit Ubuntu 18.04 Python: 3.6.5 How I compile: change os.environ['CC']='clang' to 'gcc' in setup.py and then follow README How I launch: ROPGenerator in cmd
Same error here. Installed inside 64bit Ubuntu 16.04 docker. Compiled with clang.
Ok so I could reproduce it on a clean VM. The bug came from a duplicate export of "LDM" in the python bindings. I'm not sure why it wasn't triggered before, probably recent changes in pybind11 unveiled it.
The issue should be fixed now, let me know if it's working on your side and I'll close the issue :)
Boyan.
It is fixed. Thanks!