MCPcopy Create free account
hub / github.com/SickleSec/GhostWolf / PrintValuesTodeskList

Function PrintValuesTodeskList

Ghostwolf/Application.cpp:400–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398 PRINT("\n");
399}
400void PrintValuesTodeskList(CanonicalTodeskList todesk, HANDLE hProcess, int64_t address) {
401 PRINT(" 设备名称: ");
402 ReadStringTodesk(hProcess, todesk.name, address);
403 PRINT(" 设备代码: ");
404 ReadStringTodesk(hProcess, todesk.code, address + 0x20);
405 PRINT(" IP地址: ");
406 ReadStringTodesk(hProcess, todesk.ip, address + 0x60);
407 PRINT("\n");
408}
409void PrintValuesTodeskListWithPass(CanonicalTodeskListWithPass todesk, HANDLE hProcess, int64_t address) {
410 PRINT(" 设备名称: ");
411 ReadStringTodesk(hProcess, todesk.name, address);

Callers 1

WalkRemoteAppFunction · 0.85

Calls 1

ReadStringTodeskFunction · 0.85

Tested by

no test coverage detected