graysuit

Results 31 comments of graysuit

> Could you assign this issue to me .I'm new to Open source Contribution and I'd like to give it a shot. Why asking ? go fork repo, do contribution...

Anyone in future, it seems it doesn't supports SSL (means `wss://` links). Try for `ws://` links instead. or use: [IXWebSocket](https://github.com/machinezone/IXWebSocket)

@Mattiwatti He means some malware uses API called **IsDebuggerPresent** to detect debuggers, And probably these malware will not run in **DnSpy**. Thus we can't see malware code in **dnspy**. So...

inject the ScyllaHide DLL into what ? dnspy ?

@mrexodia Thanks I will try it, I have sent a email, Please check.

I loved your tool. Just I suggest to use packers. It follows github community rules. xD 760985 30d734ab9a2c2712b0fcf953936d5a88

@MrTazocin It worked for me. I was downloading 500mb+ TXT file from google drive. Thanks so much.

Mostly some websites are protected, they allow downloading only to logged in users. So without cookie feature, we can't.

Thanks NPOI which made it possible. ``` Organization/Company: N/A (individual) Website: www.fiverr.com (freelance) Country: Pakistan Usage scenario: Using NPOI to read excel files, perform calculations and save data. Status: Production...

Use ```csharp private void trackBar1_ValueChanged(object sender, EventArgs e) { control.Time = trackBar1.Value; //correct } ``` Instead of invoking and updating etc. ```csharp private void trackBar1_ValueChanged(object sender, EventArgs e) { Time_update(trackBar1.Value);...