Samuel

Results 66 comments of Samuel

If you think it's related to the LSA_UNICODE_STRING stuff, that memory is allocated by the Windows kernel (via whatever C function it is running inside the DLL to return the...

Hello @frocelu , That is functionality that would be awesome to have, but I'm afraid I don't have time to implement it at the moment, so I'll mark it as...

@frocelu well, nice one! I haven’t heard of that library before, it’s useful to see a lot of other Windows API stuff is already implemented there. I notice the function...

To implement this, we'll first need the ability to create tokens, detailed in https://github.com/iamacarpet/go-win64api/issues/29 CreateProcessWithLogonW doesn't work as "NT AUTH\SYSTEM" and requires a user's full credentials. Creating a session token,...

Hello @MJBrune Have you tried the stuff in the example folder? The instructions are at the top of server.go - not the ideal place to expect them, I realize that....

True, I can’t see any reference to stderr I’ll be honest, it has been a good while since I wrote this and haven’t needed to do much with it since,...

Kind of, opcache & JIT are tied together in their config options, but perform different functions. opcache is a cache of ‘code -> byte code’ JIT is a cache of...

Hello guys, Are there any plans to develop the code out in the open and allow us to contribute? For anyone that wants to grab the code, it is unencrypted...

The whole lawyer thing seems a bit pre-historic. Surely with all of the big companies doing it, even Microsoft of all people for their years of Linux and open source...

Surely most of the issues you are alluding to, like liability, exposure, etc, all became an issue as soon as they started distributing the raw source on an open platform...