Meowmycks / LetMeowIn

A sophisticated, covert Windows-based credential dumper using C++ and MASM x64.
360 stars 63 forks source link

Errors in compilation #3

Open Redteamer0101 opened 4 months ago

Redteamer0101 commented 4 months ago

Hi I'm getting this errors when I try to compile the code.

image

I'm using visual studio 2022 updated. and created new c++ console app and copy pasted whole code in it and then compile.

MysterYXY01 commented 2 months ago

I compile this, I used this https://dennisbabkin.com/blog/?t=cpp-and-assembly-coding-in-x86-x64-assembly-language-in-visual-studio

Redteamer0101 commented 2 months ago

Hi @MysterYXY01 , Thanks mate It got compiled but now on execution it's just showing PID and one number not saving dmp or any error or anything also there is no detection or blocking in crowdstrike or anywhere. Any idea what is the issue?

useragent23253 commented 1 month ago

I was compiling only in debug version, release was with errors tested on windows server 2019 C:\Users\Administrator\Desktop>letmein.exe PID: 2288 2034 EvtNext failed: ???

No dmp file was created. Any suggestion?