angr / angr

A powerful and user-friendly binary analysis platform!
http://angr.io
BSD 2-Clause "Simplified" License
7.46k stars 1.07k forks source link

UnsupportedIROpError: floating point support disabled #809

Closed 92wyunchao closed 6 years ago

92wyunchao commented 6 years ago

When I run driller to test one of cgc binary named NRFIN_00017 with the command "shellphuzz -c 2 -d 2 -C NRFIN_00017 ", I get the following error, could you tell me what is wrong here? Thank you. Traceback (most recent call last): File "/home/administrator/clark/driller/angr-dev/angr/angr/engines/vex/irop.py", line 926, in translate_inner raise UnsupportedIROpError("floating point support disabled") UnsupportedIROpError: floating point support disabled

rhelmot commented 6 years ago

(was answered in https://github.com/shellphish/driller/issues/55)