Benjamin Höglinger-Stelzer

Results 49 issues of Benjamin Höglinger-Stelzer

Hello! I have the following snippet that works perfectly when the process it runs is is untouched by other hooks: ```cs using System.Runtime.InteropServices; using Windows.Win32.Devices.DeviceAndDriverInstallation; using Windows.Win32.Foundation; using Reloaded.Hooks; using...

Hi all! Really nice tool, long time user 😄 Question as a developer; what would be the recommended approach to log deliberately **for** DVPP? Writing logs from C/C++ WinApi programs...

⚠ WIP ⚠ **Caution:** DualSense on BthPS3 is untested, this might not even do us any good without more modifications. ## Open topics ### Pairing Will it be sufficient to...

[Vicius](https://github.com/nefarius/vicius) is now production-ready and already powers HidHide starting with version 1.5.x, add the updater binary to the repository and setup. Related to #79

enhancement

Upon installation (or upgrade even) a mandatory reboot can be avoided if the setup sequence is changed to: ## Flow - Install filter driver first - Set `LowerFilters` value -...

enhancement

Should be possible nowadays to pull off all the setup tasks in C# and reduce the amount of code and helper projects required to maintain. Consider switching to [WixSharp](https://github.com/oleg-shilo/wixsharp). Already...

enhancement

Now this certainly is a huge undertaking but the results would be awesome for code reusability. Besides sample drivers and this project there is very little reusable code out there...

enhancement

Added Docker support 😃

My patience has run out with all these weird unexplainable Advanced Installer issues and I'm done wasting my time with the product. Putting this here as a reminder for the...

enhancement

The README currently is a bit cluttered and all over the place, consider extending the existing documentation [on the docs page](https://docs.nefarius.at/projects/HidHide/) and enrich the bug-hunting instructions there too.

documentation