awl icon indicating copy to clipboard operation
awl copied to clipboard

where is this stdlog sir,can we delete this

Open introspection3 opened this issue 1 year ago • 4 comments

2024/06/22 15:40:12 Using existing driver 0.14 2024/06/22 15:40:12 Creating adapter

introspection3 avatar Jun 22 '24 07:06 introspection3

Hi!

Unfortunately it'll be hard to remove these logs, they are deep in wintun driver code:

https://git.zx2c4.com/wintun/tree/api/driver.c#n362 https://git.zx2c4.com/wintun/tree/api/adapter.c#n552

pymq avatar Jun 22 '24 12:06 pymq

why we can't remove it by \b? I have tried,but failed.

introspection3 avatar Jun 23 '24 03:06 introspection3

What do you mean by removing it by \b?

The issue here is that we need to modify driver code and then build it ourselves and also Windows has strict policy about drivers and thus we need to sign it with valid certificate, which I don't have

What problem do you have because of these logs? Maybe we can fix it some other way

pymq avatar Jun 23 '24 09:06 pymq

Sorry sir, it was too late to reply to you. I was surprised why I couldn't backspace through b, as if it had to be displayed, which affected the aesthetics

introspection3 avatar Jun 25 '24 00:06 introspection3