Nuclei-Software / nuclei-studio

Document, User Guide, Wiki, and Discussions For Nuclei Studio
https://nuclei-software.github.io/nuclei-studio/
Eclipse Public License 2.0
1 stars 2 forks source link

Nuclei Studio 2023.10 Nuclei Settings not working correctly #3

Closed fanghuaqi closed 8 months ago

fanghuaqi commented 10 months ago

企业微信截图_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.

fanghuaqi commented 10 months ago

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.