99hansling
99hansling
> The batch script requires an internet connection to download symbols. I'm not sure what else can cause it to fail (any error messages?), but as a workaround you can...
> Remove the following part that appears twice in the batch file: ` | findstr #`, so that the lines only contain `%cmd%`. Run the script and post the full...
1.The photos below is what I got when I'm running the batch file by double-click in my virtual guest   2.This is what I got on my host when...
Here is what I got in guest. [dbghelp.log](https://github.com/ZecOps/CVE-2020-0796-RCE-POC/files/4776623/dbghelp.log) > The two symbols that failed to load are the one that require symbols. Try the following: add the following lines at...
> From the log: > > > SYMSRV: HttpSendRequest: 800C2EFD - ERROR_INTERNET_CANNOT_CONNECT > > So for some reason, guest failed to download from: > https://msdl.microsoft.com/download/symbols/srvnet.pdb/CFE2BF7A30464E7FCE0CC805AA1C96CB1/srvnet.pdb > and: > https://msdl.microsoft.com/download/symbols/ntkrnlmp.pdb/E0093F3AEF15D58168B753C9488A40431/ntkrnlmp.pdb >...
> > Well, I put a " " in the name of .bat, and directly double-clicked the script, and it output all the five arguments! Seems really weird, because when...
> Based on the [implementation](https://github.com/scrapinghub/adblockparser/blob/0.7/adblockparser/parser.py#L119-L142), I would expect rules without options to be always taken into account. > > It would be great if you could test it and confirm,...
> According to https://adblockplus.org/en/filter-cheatsheet#comments you could comment out rules with an exclamation mark. The code seems to handle that as expected, but as with my previous comment, I’m just reading...
The modification didn't pass the continuous-integration/travis-ci/pr because of failure on pypy, so it isn't available on current github code. Would you consider fix this? Also, the other pull requests modification...
Thanks for your quick response. Multithread is different from Multiprocess in python, and Multithread only use one process so that the inner proxy can be shared by webdrivers of multiple...