Nabeel Omer
Nabeel Omer
That is a tough job. Especially in windows. You need a `message only window`. Anyways, did you try the manifest?
Have you updated the repository?
Something wrong?
See, in USB. Kill, the shutdown of the computer also triggers a full disk encryption. So that way, we can log everything and let only the user have access to...
I don't know if you can call win32 API functions in Go, but to get rid of the console window, you can use `FreeConsole()`
in windows, `shutdown -f` will shutdown the system no matter what.
Hi, my intention is to use LibPEconv to do something like what https://github.com/taviso/loadlibrary does but for executables instead of DLLs. Is that something that you would be on board with?...
Ah yes, apologies, I meant it doesn’t depend on the Windows API for any core functionality. Things like `peconv::get_process_id` and `alloc_aligned` of course do depend on the Windows API. In...