Since we have released Nuclei Studio 2023.10, which introduced new gcc 13, which is not compatiable with previous gcc 10 when using -march gcc option and libncrt library, if you want to migrate your npk.yml to support gcc 13, you can follow this guide to achive it.
Since we have released Nuclei Studio 2023.10, which introduced new gcc 13, which is not compatiable with previous gcc 10 when using
-march
gcc option and libncrt library, if you want to migrate your npk.yml to support gcc 13, you can follow this guide to achive it.Thanks