Article 1
Latest dotnet device management library additions that I find quite useful and want to highlight:- A method to translate a Win32 error code to the error message string:...
View ArticleArticle 0
And liftoff! After three years of work it is finally here; the next major version 3 of DsHidMini is available for Beta-testing! Grab it while it's...
View ArticleArticle 0
Guess what, I finally bit the bullet; I now own Apple Silicon! A Mac Mini M2 to be precise, which means I can finally autonomously test and debug ARM64 builds of my Windows drivers! Exciting times lie...
View ArticleArticle 0
I'd like to thank Parallels (https://www.parallels.com/) for providing me with a license so I can expand my R&D and testing adventures for Windows Drivers on the ARM64 platform! ❤️ Come to think of...
View ArticleArticle 0
Another DsHidMini v3 Beta version has been released.The most noteworthy change is a problem with project GUID reuse, causing conflicts with other installed software.BEFORE YOU APPLY THIS UPDATE you...
View ArticleArticle 1
I've added support for the paramref element in my C# XML docs to Markdown tool, available with version 1.5.0!https://www.nuget.org/packages/Nefarius.Tools.XMLDoc2Markdown/1.5.0
View ArticleArticle 0
Ahoy! Somewhat important update to my device management library, today I spotted and fixed a bug when comparing two PnPDevice instances, where it would use the wrong property for comparison. Update...
View ArticleArticle 0
Alright, it's been a while but I finally fixed a long standing issue with my vpatch tool; it can now properly patch Windows Drivers INF versions in the project file, no matter if it contains a wildcard...
View ArticleArticle 0
New DsHidMini v3 Beta update!Release highlights: a long-standing bug has been fixed where on USB the controller could occasionally generate false input reports (noticeable in yanking axes to impossible...
View ArticleArticle 0
New nefcon release!Highlight of this release is a new feature; you can now do a drop-in replacement of"nefconc install .\path\to\inffile.inf Root\HardwareId"to install a ROOT-enumerated software node...
View ArticleArticle 3
New tool release!As someone who deals with the Windows SDK (and WDK) on a daily basis I've started building quite a few helper scripts for various tasks. These typically use programs found in...
View ArticleArticle 2
New Nefarius.Utilities.Bluetooth release!This is a "dependencies refresh" release where code was modernised behind the scenes and no API-breaking change was introduced. Check it...
View ArticleArticle 1
New DsHidMini v3 Beta Release!Mainly ironed out some - what else - setup problems reported by testers in the field!https://github.com/nefarius/DsHidMini/releases/tag/setup-v3.4.0
View ArticleArticle 0
Ahoy! After over a year we have a new stable BthPS3 release to announce!Highlights of this release are two significant fixes in the filter driver to solve a BSOD and a rare issue of Code 31 and a...
View ArticleArticle 0
And another BthPS3 release!Mainly setup topics that were still on the TODO or reported by users.Get it here: https://github.com/nefarius/BthPS3/releases/tag/setup-v2.10.1
View ArticleArticle 0
Ahoy!Started working on another C# library, this time a collection of useful helpers for WixSharp-based setup projects. Expect it to grow since I am currently on a WixSharp-ification streak with all my...
View ArticleArticle 0
BthPS3 setup hotfix!Fixed a few issues where setup failed due to radio erroneously being reported as online but being inaccessible. Reworked the radio restart and availability checks to be event-based...
View ArticleArticle 0
There's been an ongoing issue with one of my VPS hosting providers where the machine hosting the Discord invite proxy and other services is frequently unavailable. Support has told me that there's a...
View ArticleArticle 1
New BthPS3 release!Basically another round of setup improvements hoping to address weird installation issues reported by the community.https://github.com/nefarius/BthPS3/releases/tag/setup-v2.12.2
View ArticleArticle 0
Important nefcon update!I've fixed a crash-causing bug in a core function that got introduced in the last huge refactor, if you use v1.11.0 please update...
View Article