OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POCDLL_API
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/sandbox/win/sandbox_poc/pocdll/
exports.h
11
#define
POCDLL_API
__declspec(dllexport) __cdecl
13
#define
POCDLL_API
__declspec(dllimport) __cdecl
20
void
POCDLL_API
TestFileSystem(HANDLE log);
25
void
POCDLL_API
TestGetHandle(HANDLE log);
31
void
POCDLL_API
TestThreadBombing(HANDLE log);
39
void
POCDLL_API
TestTakeAllCpu(HANDLE log);
45
void
POCDLL_API
TestUseAllMemory(HANDLE log);
51
void
POCDLL_API
TestCreateObjects(HANDLE log);
58
void
POCDLL_API
TestCloseHWND(HANDLE log);
62
void
POCDLL_API
TestNetworkListen(HANDLE log)
[
all
...]
pocdll.cc
18
void
POCDLL_API
Run(HANDLE log) {
spyware.cc
14
void
POCDLL_API
TestSpyKeys(HANDLE log) {
50
void
POCDLL_API
TestSpyScreen(HANDLE log) {
invasive.cc
22
void
POCDLL_API
TestThreadBombing(HANDLE log) {
70
void
POCDLL_API
TestTakeAllCpu(HANDLE log) {
111
void
POCDLL_API
TestUseAllMemory(HANDLE log) {
136
void
POCDLL_API
TestCreateObjects(HANDLE log) {
188
void
POCDLL_API
TestCloseHWND(HANDLE log) {
network.cc
10
void
POCDLL_API
TestNetworkListen(HANDLE log) {
registry.cc
38
void
POCDLL_API
TestRegistry(HANDLE log) {
processes_and_threads.cc
13
void
POCDLL_API
TestProcesses(HANDLE log) {
57
void
POCDLL_API
TestThreads(HANDLE log) {
fs.cc
40
void
POCDLL_API
TestFileSystem(HANDLE log) {
handles.cc
16
void
POCDLL_API
TestGetHandle(HANDLE log) {
Completed in 41 milliseconds