Trivalik
Trivalik
see description
This fixes basically why https://github.com/knight0x07/ImpulsiveDLLHijack/issues/6 was not working.
It would be nice if @knight0x07 could provide an example application which has such issue, to be sure that the tool works, because my application should have such issues, but...
``` C:\Users\trivalik\source\repos\ImpulsiveDLLHijack\Precompiled- ImpulsiveDLLHijack>ImpulsiveDLLHijack.exe -path ndp47-kb3186497-x86-x64-allos-enu.exe ____ __ _ ____ __ __ __ ___ _ __ / _/___ ___ ____ __ __/ /____(_) _____ / __ \/ / / / /...
Just fixes warnings in unit test project.
**Describe the bug** Sending packets with `pcap_sendqueue_transmit` lead to that on receive these packets with `pcap_dispatch` the packets are duplicated (default case) or not received at all. The result depends...
See this line, it declares multiple variables, but it is not possible in C# without initialization: `for (int offset = 0, c1, c2; offset < length;) {` source: https://github.com/suyashmahar/Clipboarder/blob/c9dcdc7b34bc83014d8471be7f51555b776eb0d3/Clipboarder/Encryption/BCrypt.cs#L386 probably...
I added condition for ConnectionReset, in case server closes the connection, that retry behavior could work. Additionally on request Range Accept, I validated the return code. Additionally removed the unused...
If you try to download links which use forwarding like here https://www.microsoft.com/de-de/evalcenter/download-windows-server-2025?msockid=3b88705f270b665528b964de26ec6714 (example download link https://go.microsoft.com/fwlink/?linkid=2293215&clcid=0x407&culture=de-de&country=de), the downloader does not allow to download this file. I tried already with ignoring...
removes unused variables and whitespaces