Toni

Results 160 comments of Toni

My problem persists at least with test signing enabled. Did anybody used this tool to self-sign a driver?

The error I get: ```shell [SC] StartService FAILED 577: Windows cannot verify the digital signature for this file. A recent hardware or software change might have installed a file that...

> Same problem. `signtool sign /f certificate.pfx /ac ca.crt /p "" driver.sys` - driver is loaded `osslsigncode sign -pkcs12 certificate.pfx -ac ca.crt -pass "" -in driver_nosign.sys -out driver.sys` - driver...

Yea, I I'll try this ASAP. Thank you for your effort! :)

Sorry for my late answer, time restrictions... I've just tested it with `/home/toni/git/osslsigncode/build/osslsigncode sign -pkcs12 '/home/toni/git/mingw-w64-dpp/codesign-code.p12' -in "$target" -out "/media/win10-data/Users/segfault/mingw64-ddk/$target"`, but Windoze still complains with error code 577. Do I...

Sure. Will do ASAP. Thanks for your support! :+1:

Sorry for being late again: [Google Drive Example Drivers](https://drive.google.com/file/d/14_EUyTHfTT5GQU7L7z6c2RKjdf3fy6c6/view?usp=sharing)

What flow risks would you prefer? For now all 5 flows get already two relevant flow risks: ```txt Risk stats [found 5 (100.0 %) flows with risks]: Susp DNS Traffic...

> * be sure that we correctly handle HRR TLS message Always a good idea. > * extract a metadata/risk to report if the TLS flow is using (or not)...

> So since your prototype seems to be > > void (*start_routine) (void *) > > instead of > > void *(*start_routine) (void *) The exact opposite is my prototype....