NoMoreCookies icon indicating copy to clipboard operation
NoMoreCookies copied to clipboard

Browser Protector against various stealers, written in C# & C/C++.

Results 3 NoMoreCookies issues
Sort by recently updated
recently updated
newest added

Hi, your file signed verification its failing and i cannot start Sandboxie cuz is injecting the dll to the Sandboxie Service (its signed), can u add custom blacklists? Thanks! Great...

Your version 2,3 is outdated. update to the version 23 from NoMoreCookies Repo.

```c# if (Config == "XMode: Mini") { if (Environment.Is64BitProcess) { DllPath = @"C:\MiniNoMoreCookies_x64.dll"; } else { DllPath = @"C:\MiniNoMoreCookies.dll"; } } else if (Config == "XMode: Disabled") { if (Environment.Is64BitProcess)...