Пожалуйста, обратите внимание, что пользователь заблокирован
I do not know how is this magic happening in NIM (of course i will work on this) but this is interesting to check. I just called LoadLibrary and GetProcAddress to get export of dll which is __declspec defined. And it executed the dll, which is strange?
Is this normal or i found a method to execute the dll to bypass AV/EDR? opinions)
Also i am open for job) PM me.
Is this normal or i found a method to execute the dll to bypass AV/EDR? opinions)
Код:
# Compile : nim c file.nim
import winim
var
lib:HMODULE
process:HOOKPROC
lib = LoadLibraryA("test.dll")
echo "Handle: ",GetLastError()
process = cast[HOOKPROC](GetProcAddress(lib,"DllMain"))
Also i am open for job) PM me.
Последнее редактирование: