SYMBOL INDEX (51 symbols across 10 files) FILE: ScreenshotBOF/screenshotBOF.py function screenshot_bof (line 3) | def screenshot_bof( FILE: beacon.h type datap (line 13) | typedef struct { type formatp (line 27) | typedef struct { FILE: common/base.c function bofstart (line 22) | int bofstart() function internal_printf (line 29) | void internal_printf(const char* format, ...){ function printoutput (line 81) | void printoutput(BOOL done) type loadedLibrary (line 105) | typedef struct loadedLibrary { function BOOL (line 112) | BOOL intstrcmp(LPCSTR szLibrary, LPCSTR sztarget) function FARPROC (line 140) | FARPROC DynamicLoad(const char * szLibrary, const char * szFunction) function bofstop (line 218) | void bofstop() FILE: common/beacon.h type datap (line 14) | typedef struct { type formatp (line 28) | typedef struct { FILE: common/bofdefs.h type tm (line 150) | struct tm type ADDRINFOA (line 293) | typedef struct addrinfo { type sockaddr (line 305) | struct sockaddr type addrinfo (line 307) | struct addrinfo type addrinfo (line 308) | struct addrinfo type addrinfo (line 308) | struct addrinfo type in_addr (line 311) | struct in_addr type timeval (line 313) | struct timeval type fd_set (line 315) | struct fd_set type berval (line 412) | struct berval type l_timeval (line 416) | struct l_timeval FILE: common/queue.c type item (line 4) | typedef struct _item{ type queue (line 9) | typedef struct _queue{\ function _push (line 17) | void _push(Pqueue q, void * v) function _free (line 57) | void _free(Pqueue q) function Pqueue (line 62) | Pqueue queueInit() FILE: common/stack.c type item (line 4) | typedef struct _item{ type stack (line 10) | typedef struct _stack{\ function _push (line 18) | void _push(Pstack q, void * v) function _free (line 60) | void _free(Pstack q) function Pstack (line 66) | Pstack stackInit() FILE: common/wmi.c function HRESULT (line 45) | HRESULT Wmi_Initialize(WMI* pWmi) function HRESULT (line 92) | HRESULT Wmi_Connect( function HRESULT (line 166) | HRESULT Wmi_Query( function HRESULT (line 205) | HRESULT Wmi_ParseResults( function HRESULT (line 356) | HRESULT Wmi_ParseAllResults( function Wmi_Finalize (line 495) | void Wmi_Finalize( FILE: common/wmi.h type WMI (line 11) | typedef struct _Wmi { FILE: entry.cpp function downloadScreenshot (line 37) | void downloadScreenshot(char* jpg, int jpgLen, int session, char* window... function ResolveAPIs (line 200) | void ResolveAPIs(void) function ResolveGdiPlus (line 274) | void ResolveGdiPlus() function downloadFile (line 294) | void downloadFile(char* fileName, int downloadFileNameLength, char* retu... function BOOL (line 385) | BOOL BitmapToJpeg(HBITMAP hBitmap, int quality, int grayscale, BYTE** pJ... function BOOL (line 540) | BOOL SaveHBITMAPToFile(HBITMAP hBitmap, LPCTSTR lpszFileName, int saveme... function BOOL (line 640) | BOOL CALLBACK EnumWindowsProc(HWND hwnd, LPARAM lParam) function HWND (line 660) | HWND FindWindowByPID(DWORD pid, int debug) function HBITMAP (line 682) | HBITMAP CaptureWindow(HWND hwnd, int debug) function go (line 807) | void go(char* buff, int len) function main (line 932) | void main(int argc, char* argv[])