Giulia Stocco

Results 191 comments of Giulia Stocco

We want to use RegistryTreeChange https://docs.microsoft.com/en-us/windows/win32/wmisdk/registering-for-system-registry-events This is a potential wrapper to use: https://www.codeproject.com/Articles/30624/Asynchronous-Registry-Notification-Using-Strongly

We don't do any "modified" checks for certificates right now. This is a good suggestion for enhancement for 2.1.

I'm also not sure if that data being changed actually changes the *Certificate* or if instead it changes how Windows handles the certificate. I'm inclined to believe it is the...

I haven't been able to make any headway on this. Moving it to Future, but I can't find any programmatic way to get those settings.

Hi @mtmulch, If you're interested we are open to contributions. You can start by looking at the DatabaseManager abstract class. The rest of the code is backend agnostic because of...

Also to note, you should work from The release/v2.3 branch and not main.

Yes. Attack Surface Analyzer only targets the latest .NET, currently 6.0 so you should be able to use the latest EF.

I've experimented a bit with LiteDB but couldn't get the query speed competitive (you can see the partial implementation in the benchmarks). I don't currently have any plans to develop...

Thanks for the update. Look forward to reviewing.

Thanks for your report and sorry for the issues you're having. A registry collection should only take a few minutes. I'm investigating issues with the registry collector on the 2.1...