nccgroup / VCG

VisualCodeGrepper - Code security scanning tool.
GNU General Public License v3.0
526 stars 115 forks source link

Linux usage #4

Open sils opened 8 years ago

sils commented 8 years ago

Hi, is there a way to compile and run it on linux without visual studio? Can I use this via command line?

zain-CSsol commented 3 years ago

I am also experimenting this update here if you succeeded doing this .

dommyzee commented 1 year ago

Hi, is there a way to compile and run it on linux without visual studio? Can I use this via command line?

At present, no. The app is compiled under a .NET Framework version that is tied to Windows. That would require an upgrade to .NET Core and a complete split of the Console from the GUI.

I’ll keep you posted, as I’m working on splitting the Console code from the UI. But to get to .NET Core (and a Linux compatible version), the UI will need a massive piece of redevelopment too.

RandallFlagg commented 1 year ago

@dommyzee I created a not tested version of this project that compiles with .net in 2 modes: Console, which runs also in Linux, and with winforms. It is still being tested manually as there are no tests in the code and refactored as needed.

The terminal version now outputs a file on Windows and on Linux.

You cat take a look here how I am progressing: https://github.com/RandallFlagg/VCG/tree/LibSeparation