Antoni Sawicki

Results 151 comments of Antoni Sawicki

I think perhaps we could use https://github.com/go-rod/stealth ?

Haha you are right. I would however rephrase it to "...the contents of SSD..."

ok so looks like there are two separate issues would you mind opening two separate bugs? thanks

thank you is this `PhysicalDrive0 Error: Unable to open \??\PhysicalDrive0, NTSTATUS=0xC0000022` the error you get when running on windows 11?

`0xC0000022` is access denied, have you tried it with elevated privileges?

Good question. Its probably a good idea to terminate. But what about other errors, should ttg terminate on timeout for instance?

Thanks for finding it out! A flag like `-t` sounds sounds like a simple thing to do. Let me look at it.

I looked at the code and the default behavior is to terminate on any SNMP error. ` stat=snmp_synch_response(ses, pdu, &resp); if (stat != STAT_SUCCESS || resp->errstat != SNMP_ERR_NOERROR) perr(resp); `...

You basically run wfm on the same machine thats your ftp server or nas box and point it to the same directory.

yep, I guess there should be a directory for machine independent stuff like java bytecode or webassembly and move it there, send a PR :D