Nuclei-Software/nuclei-studio

Nuclei Studio 2023.10 Nuclei Settings not working correctly

fanghuaqi opened this issue · 1 comments

企业微信截图_16995070725523

企业微信截图_16995043944682

As above image, when Other extensions passed a v in it, the ARCH value is not correct, which should be rv64imafcv but it is set to r64imafc, which cause the -march option not passed during compiling since the ARCH is totally wrong.

This is indeed a bug for Nuclei Settings.

You can workaround it by remove this v in other extension in the Nuclei Settings, and choose a proper Core, and make sure the ARCH now is correct, and then save it, and set project properities, directly set C/C++ Build -> Settings -> Tool Settings -> Target Processor -> Other extensions to v, and then click Apply and Close.

Then you will be able to build with correct arch rv64imafdcv

image

image

We will later release an plugin update to fix this issue, and replace the uploaded version in our nucleisys.com website.