POCDLL_API         20 sandbox/win/sandbox_poc/pocdll/exports.h void POCDLL_API TestFileSystem(HANDLE log);
POCDLL_API         25 sandbox/win/sandbox_poc/pocdll/exports.h void POCDLL_API TestGetHandle(HANDLE log);
POCDLL_API         31 sandbox/win/sandbox_poc/pocdll/exports.h void POCDLL_API TestThreadBombing(HANDLE log);
POCDLL_API         39 sandbox/win/sandbox_poc/pocdll/exports.h void POCDLL_API TestTakeAllCpu(HANDLE log);
POCDLL_API         45 sandbox/win/sandbox_poc/pocdll/exports.h void POCDLL_API TestUseAllMemory(HANDLE log);
POCDLL_API         51 sandbox/win/sandbox_poc/pocdll/exports.h void POCDLL_API TestCreateObjects(HANDLE log);
POCDLL_API         58 sandbox/win/sandbox_poc/pocdll/exports.h void POCDLL_API TestCloseHWND(HANDLE log);
POCDLL_API         62 sandbox/win/sandbox_poc/pocdll/exports.h void POCDLL_API TestNetworkListen(HANDLE log);
POCDLL_API         66 sandbox/win/sandbox_poc/pocdll/exports.h void POCDLL_API TestProcesses(HANDLE log);
POCDLL_API         70 sandbox/win/sandbox_poc/pocdll/exports.h void POCDLL_API TestThreads(HANDLE log);
POCDLL_API         74 sandbox/win/sandbox_poc/pocdll/exports.h void POCDLL_API TestRegistry(HANDLE log);
POCDLL_API         78 sandbox/win/sandbox_poc/pocdll/exports.h void POCDLL_API TestSpyKeys(HANDLE log);
POCDLL_API         83 sandbox/win/sandbox_poc/pocdll/exports.h void POCDLL_API TestSpyScreen(HANDLE log);
POCDLL_API         86 sandbox/win/sandbox_poc/pocdll/exports.h void POCDLL_API Run(HANDLE log);
POCDLL_API         40 sandbox/win/sandbox_poc/pocdll/fs.cc void POCDLL_API TestFileSystem(HANDLE log) {
POCDLL_API         16 sandbox/win/sandbox_poc/pocdll/handles.cc void POCDLL_API TestGetHandle(HANDLE log) {
POCDLL_API         22 sandbox/win/sandbox_poc/pocdll/invasive.cc void POCDLL_API TestThreadBombing(HANDLE log) {
POCDLL_API         70 sandbox/win/sandbox_poc/pocdll/invasive.cc void POCDLL_API TestTakeAllCpu(HANDLE log) {
POCDLL_API        111 sandbox/win/sandbox_poc/pocdll/invasive.cc void POCDLL_API TestUseAllMemory(HANDLE log) {
POCDLL_API        136 sandbox/win/sandbox_poc/pocdll/invasive.cc void POCDLL_API TestCreateObjects(HANDLE log) {
POCDLL_API        188 sandbox/win/sandbox_poc/pocdll/invasive.cc void POCDLL_API TestCloseHWND(HANDLE log) {
POCDLL_API         10 sandbox/win/sandbox_poc/pocdll/network.cc void POCDLL_API TestNetworkListen(HANDLE log) {
POCDLL_API         18 sandbox/win/sandbox_poc/pocdll/pocdll.cc void POCDLL_API Run(HANDLE log) {
POCDLL_API         13 sandbox/win/sandbox_poc/pocdll/processes_and_threads.cc void POCDLL_API TestProcesses(HANDLE log) {
POCDLL_API         57 sandbox/win/sandbox_poc/pocdll/processes_and_threads.cc void POCDLL_API TestThreads(HANDLE log) {
POCDLL_API         53 sandbox/win/sandbox_poc/pocdll/registry.cc void POCDLL_API TestRegistry(HANDLE log) {
POCDLL_API         14 sandbox/win/sandbox_poc/pocdll/spyware.cc void POCDLL_API TestSpyKeys(HANDLE log) {
POCDLL_API         50 sandbox/win/sandbox_poc/pocdll/spyware.cc void POCDLL_API TestSpyScreen(HANDLE log) {