whydee86
whydee86
Thank you for your response. I compiled it on Linux using: Nim version:1.4.2(also tried with 1.4.8) Winim Version:3.6.1 Target Windows Version: 10.0.19043 Build 19043
> Unfortunately, I was not able to reproduce it. Is some AV/EDR software active when launching the injector? Windows Defender was off, are you using the same environment as me?(nim...
This is good?  As you can see above this is running on the right tab and on the left tab this is the TOP command

Thank you for your reply. What do you mean by type of agent? I am using PowerShell payload, and the client is windows 10 64bit.
@ThomasTJdev It is compiling now, but I am getting other error when I am trying to run the compiled exe: "could not load: libxlsxwriter.dll"
> > > > @ThomasTJdev It is compiling now, but I am getting other error when I am trying to run the compiled exe: "could not load: libxlsxwriter.dll" > >...
@ThomasTJdev I didn't succeed in building the dll and I don't understand where I need to put him.
> > > > @ThomasTJdev I didn't succeed in building the dll and I don't understand where I need to put him. > > I have only done it on...
> @whydee86, thanks a lot for the detailed issue description. Looks like one of the 3 arguments when calling `read` is null: `$stream.Read($bytes, 0, $bytes.Length)` Possibly the initialization of the...