/
githubmirror
/
metasploit-framework
Обзор
Документация
Войти
/
githubmirror
/
metasploit-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
external/source/byakugan/handlerJutsu.cpp
25 строк
505 B
HD Moore
Merging from the byakugan branch
20 авг 2008, 23:27
20 авг 2008, 23:27
8dc54f3
Код
Авторство
О чём код?
#include <stdio.h> #include <winsock2.h> #include <ws2tcpip.h> #include "byakugan.h" #include "jutsu.h" #include "msfpattern.h" void executeJutsu(struct request *execReq) { g_ExtControl->Execute(DEBUG_OUTCTL_THIS_CLIENT, (PCSTR) execReq->data, DEBUG_EXECUTE_ECHO | DEBUG_EXECUTE_NO_REPEAT); g_ExtClient->FlushCallbacks(); } void goJutsu(struct request *) { } void breakJutsu(struct request *) { } void addbufJutsu(struct request *) { } void restartJutsu(struct request *) { }