Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dRonine flags #2219

Closed
ResinSmoker opened this issue Jul 4, 2018 · 8 comments
Closed

dRonine flags #2219

ResinSmoker opened this issue Jul 4, 2018 · 8 comments

Comments

@ResinSmoker
Copy link

ResinSmoker commented Jul 4, 2018

Everytime i attempt to download or install dRonin it flags with Google (Chrome), Malwarebytes and Avast. I've attempted several times to contact the vendors to submit an exception but after several months still no luck. Would it be possible to contact the vendors on your end to see if they'll hear your voice?

dronine blocked by malwarebytes

For the meantime, I've added exclusions for both Malwarebytes and Avast.

@glowtape
Copy link
Member

glowtape commented Jul 4, 2018

I wonder if the RunGuard stuff and its shared memory antics is tripping AV scanners.

@tracernz
Copy link
Member

tracernz commented Jul 5, 2018

The other thing I think it could be is the breakpad handler hooking all the signals.

@tracernz
Copy link
Member

tracernz commented Jul 5, 2018

Interesting chrome comments on that: https://codereview.chromium.org/1416133003/patch/1160001/1170033

-e- They embed the handler app in chrome.exe and the decision to run it, or the normal chrome exe comes from argv https://codereview.chromium.org/1416133003/patch/1160001/1170017

@glowtape
Copy link
Member

glowtape commented Jul 5, 2018

Hmmm that'd be annoying.

It's the drgcs.exe resulting that trips everything. I'm gonna look into it tomorrow, uploading a stock build to VirusTotal.com and see if it does the same (or whether I need a Jenkins build), and then replace the sharedmem stuff with a global mutex as barrier on Windows and see if it still happens. Should exclude that possibility.

@glowtape
Copy link
Member

glowtape commented Jul 5, 2018

Must be some weird ass codegen stuff. A debug build of drgcs.exe of next triggers only one AV out of 67 over on VirusTotal.com, called Cylance, which is supposed to be some AI shit. A release build triggers 15 of them, which is an improvement over Wired, which triggers a whopping 35. Replacing the shared mem stuff with a global mutex still triggers 15 of them.

@glowtape
Copy link
Member

glowtape commented Jul 5, 2018

Ain't the crash reporting nor the Runguard stuff in general. Excluding them still triggers stuff. Dafuq?

@tracernz
Copy link
Member

tracernz commented Jul 5, 2018

Maybe they really are just trolling us.

@mlyle
Copy link
Member

mlyle commented Jul 21, 2018

gonna call this duplicate of #2221

@mlyle mlyle added this to the Inconceivable milestone Jul 21, 2018
@mlyle mlyle closed this as completed Jul 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants