MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / ArchFile

Method ArchFile

emmy_tool/src/windows/emmy_tool.windows.cpp:284–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282}
283
284int EmmyTool::ArchFile() {
285 ExeInfo info;
286 if (GetExeInfo(_cmd.GetArg(2).c_str(), info)) {
287 printf("%d", info.i386);
288 return info.i386;
289 }
290 return -1;//file not exist
291}
292
293int EmmyTool::ArchPid() {
294 const DWORD processId = std::stoi(_cmd.GetArg(2));

Callers 1

mainFunction · 0.80

Calls 2

GetExeInfoFunction · 0.85
GetArgMethod · 0.80

Tested by

no test coverage detected