Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SkewwG/domainTools
/ copyFile
Method
copyFile
SchtaskBackDoorWebshell/TaskScheduler.cpp:14–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
13
14
void TaskSche::copyFile(string source, string dest) {
15
ifstream src(source, ios::binary);
16
ofstream dst(dest, ios::binary);
17
dst << src.rdbuf();
18
dst.close();
19
src.close();
20
}
21
22
23
int TaskSche::isFileExist(LPSTR lpFilePath)
Callers
1
wmain
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected