MCPcopy Create free account
hub / github.com/beefytech/Beef / Init

Method Init

BeefFuzz/FuzzApp.cpp:114–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114bool FuzzApp::Init()
115{
116 char* cwdPtr = getcwd(NULL, 0);
117 mWorkingDir = cwdPtr;
118 free(cwdPtr);
119
120 if (mTargetPath.IsEmpty())
121 return false;
122
123 return true;
124}
125
126bool FuzzApp::QueueFile(const char* data, size_t len)
127{

Callers 1

FuzzInitFunction · 0.45

Calls 3

getcwdFunction · 0.50
freeFunction · 0.50
IsEmptyMethod · 0.45

Tested by

no test coverage detected