Run openvas code

Hi,

I want to customize the openvas code. So can you tell me which ide is best to run and compile the openvas code.

You might wanna try GNU/EDE:

https://www.gnu.org/software/emacs/manual/html_node/ede/index.html

1 Like

https://www.vim.org/

Just joking :wink: Despite vim being a nice IDE for most programming languages you can build our software with mostly every IDE. But be aware there is no project or something like that to build all our components at once. You have to download and compile each component separately. You will need CMake, gcc, node and Python.

2 Likes