Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
|
#include "analysis_rpc_moduleStub.h"
Go to the source code of this file.
Macros | |
#define | MONITOR_OBJTYPE_ANALYSIS 0x09 |
Functions | |
void | analysis_rpc_init (void) |
void | analysis_rpc_fini (void) |
int | analysis_rpc_handle_request (struct soap *soap) |
int | vmi1__ListAnalysisDescNames (struct soap *soap, void *_, struct vmi1__AnalysisDescNamesResponse *r) |
int | vmi1__ListAnalysisDescs (struct soap *soap, void *_, struct vmi1__AnalysisDescsResponse *r) |
int | vmi1__ListAnalyses (struct soap *soap, void *_, struct vmi1__AnalysesResponse *r) |
int | vmi1__UploadAnalysis (struct soap *soap, struct vmi1__AnalysisDescT *analysisDesc, struct xsd__hexBinary *inputFileContents, struct vmi1__NoneResponse *r) |
int | vmi1__InstantiateAnalysis (struct soap *soap, struct vmi1__AnalysisSpecT *analysisSpec, struct vmi1__TargetSpecT *targetSpec, struct vmi1__ListenerT *ownerListener, struct vmi1__AnalysisResponse *r) |
int | vmi1__InstantiateOverlayAnalysis (struct soap *soap, struct vmi1__AnalysisSpecT *analysisSpec, struct vmi1__TargetSpecT *targetSpec, struct vmi1__TargetSpecT *overlayTargetSpec, vmi1__ThreadIdT baseThid, vmi1__ListenerT *ownerListener, struct vmi1__AnalysisResponse *r) |
int | vmi1__InstantiateOverlayAnalysisByThreadName (struct soap *soap, struct vmi1__AnalysisSpecT *analysisSpec, struct vmi1__TargetSpecT *targetSpec, struct vmi1__TargetSpecT *overlayTargetSpec, char *baseThreadName, vmi1__ListenerT *ownerListener, struct vmi1__AnalysisResponse *r) |
int | vmi1__PauseAnalysis (struct soap *soap, vmi1__AnalysisIdT aid, struct vmi1__NoneResponse *r) |
int | vmi1__ResumeAnalysis (struct soap *soap, vmi1__AnalysisIdT aid, struct vmi1__NoneResponse *r) |
int | vmi1__CloseAnalysis (struct soap *soap, vmi1__AnalysisIdT aid, struct vmi1__NoneResponse *r) |
int | vmi1__KillAnalysis (struct soap *soap, vmi1__AnalysisIdT aid, int kill_sig, struct vmi1__NoneResponse *r) |
int | vmi1__FinalizeAnalysis (struct soap *soap, vmi1__AnalysisIdT aid, struct vmi1__NoneResponse *r) |
int | vmi1__GetAnalysis (struct soap *soap, vmi1__AnalysisIdT aid, struct vmi1__AnalysisResponse *r) |
int | vmi1__GetAnalysisStatus (struct soap *soap, vmi1__AnalysisIdT aid, struct vmi1__AnalysisStatusResponse *r) |
int | vmi1__GetAnalysisResults (struct soap *soap, vmi1__AnalysisIdT aid, struct vmi1__AnalysisResultsResponse *r) |
int | vmi1__AnalysisBindListener (struct soap *soap, vmi1__AnalysisIdT aid, vmi1__ListenerT *listener, struct vmi1__NoneResponse *r) |
int | vmi1__AnalysisUnbindListener (struct soap *soap, vmi1__AnalysisIdT tid, vmi1__ListenerT *listener, struct vmi1__NoneResponse *r) |
Variables | |
struct monitor_objtype_ops | analysis_rpc_monitor_objtype_ops |
#define MONITOR_OBJTYPE_ANALYSIS 0x09 |
Definition at line 27 of file analysis_rpc.h.
void analysis_rpc_fini | ( | void | ) |
Definition at line 110 of file analysis_rpc.c.
int analysis_rpc_handle_request | ( | struct soap * | soap | ) |
The main handling function. Will use proxyreqs for now; perhaps later we'll optionally add a different model involving a SOAP server for each target/analysis, where the master server is a launchpad/registry.
Definition at line 159 of file analysis_rpc.c.
void analysis_rpc_init | ( | void | ) |
Module init/fini stuff.
Definition at line 86 of file analysis_rpc.c.
int vmi1__AnalysisBindListener | ( | struct soap * | soap, |
vmi1__AnalysisIdT | aid, | ||
vmi1__ListenerT * | listener, | ||
struct vmi1__NoneResponse * | r | ||
) |
Definition at line 2218 of file analysis_rpc.c.
int vmi1__AnalysisUnbindListener | ( | struct soap * | soap, |
vmi1__AnalysisIdT | tid, | ||
vmi1__ListenerT * | listener, | ||
struct vmi1__NoneResponse * | r | ||
) |
Definition at line 2282 of file analysis_rpc.c.
int vmi1__CloseAnalysis | ( | struct soap * | soap, |
vmi1__AnalysisIdT | aid, | ||
struct vmi1__NoneResponse * | r | ||
) |
Definition at line 2005 of file analysis_rpc.c.
int vmi1__FinalizeAnalysis | ( | struct soap * | soap, |
vmi1__AnalysisIdT | aid, | ||
struct vmi1__NoneResponse * | r | ||
) |
Definition at line 2075 of file analysis_rpc.c.
int vmi1__GetAnalysis | ( | struct soap * | soap, |
vmi1__AnalysisIdT | aid, | ||
struct vmi1__AnalysisResponse * | r | ||
) |
Definition at line 2106 of file analysis_rpc.c.
int vmi1__GetAnalysisResults | ( | struct soap * | soap, |
vmi1__AnalysisIdT | aid, | ||
struct vmi1__AnalysisResultsResponse * | r | ||
) |
Definition at line 2156 of file analysis_rpc.c.
int vmi1__GetAnalysisStatus | ( | struct soap * | soap, |
vmi1__AnalysisIdT | aid, | ||
struct vmi1__AnalysisStatusResponse * | r | ||
) |
Definition at line 2133 of file analysis_rpc.c.
int vmi1__InstantiateAnalysis | ( | struct soap * | soap, |
struct vmi1__AnalysisSpecT * | analysisSpec, | ||
struct vmi1__TargetSpecT * | targetSpec, | ||
struct vmi1__ListenerT * | ownerListener, | ||
struct vmi1__AnalysisResponse * | r | ||
) |
Definition at line 722 of file analysis_rpc.c.
int vmi1__InstantiateOverlayAnalysis | ( | struct soap * | soap, |
struct vmi1__AnalysisSpecT * | analysisSpec, | ||
struct vmi1__TargetSpecT * | targetSpec, | ||
struct vmi1__TargetSpecT * | overlayTargetSpec, | ||
vmi1__ThreadIdT | baseThid, | ||
vmi1__ListenerT * | ownerListener, | ||
struct vmi1__AnalysisResponse * | r | ||
) |
Definition at line 1871 of file analysis_rpc.c.
int vmi1__InstantiateOverlayAnalysisByThreadName | ( | struct soap * | soap, |
struct vmi1__AnalysisSpecT * | analysisSpec, | ||
struct vmi1__TargetSpecT * | targetSpec, | ||
struct vmi1__TargetSpecT * | overlayTargetSpec, | ||
char * | baseThreadName, | ||
vmi1__ListenerT * | ownerListener, | ||
struct vmi1__AnalysisResponse * | r | ||
) |
Definition at line 1884 of file analysis_rpc.c.
int vmi1__KillAnalysis | ( | struct soap * | soap, |
vmi1__AnalysisIdT | aid, | ||
int | kill_sig, | ||
struct vmi1__NoneResponse * | r | ||
) |
Definition at line 2036 of file analysis_rpc.c.
int vmi1__ListAnalyses | ( | struct soap * | soap, |
void * | _, | ||
struct vmi1__AnalysesResponse * | r | ||
) |
Definition at line 684 of file analysis_rpc.c.
int vmi1__ListAnalysisDescNames | ( | struct soap * | soap, |
void * | _, | ||
struct vmi1__AnalysisDescNamesResponse * | r | ||
) |
Definition at line 629 of file analysis_rpc.c.
int vmi1__ListAnalysisDescs | ( | struct soap * | soap, |
void * | _, | ||
struct vmi1__AnalysisDescsResponse * | r | ||
) |
Definition at line 654 of file analysis_rpc.c.
int vmi1__PauseAnalysis | ( | struct soap * | soap, |
vmi1__AnalysisIdT | aid, | ||
struct vmi1__NoneResponse * | r | ||
) |
Definition at line 1897 of file analysis_rpc.c.
int vmi1__ResumeAnalysis | ( | struct soap * | soap, |
vmi1__AnalysisIdT | aid, | ||
struct vmi1__NoneResponse * | r | ||
) |
Definition at line 1951 of file analysis_rpc.c.
int vmi1__UploadAnalysis | ( | struct soap * | soap, |
struct vmi1__AnalysisDescT * | analysisDesc, | ||
struct xsd__hexBinary * | inputFileContents, | ||
struct vmi1__NoneResponse * | r | ||
) |
Definition at line 715 of file analysis_rpc.c.
struct monitor_objtype_ops analysis_rpc_monitor_objtype_ops |
Definition at line 70 of file analysis_rpc.c.