MCPcopy Create free account
hub / github.com/SecurityAnalysts01/ShellcodeLoader / Testms

Function Testms

Loading_1.2/Loading/code.cpp:62–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62int Testms()
63{
64 char* garbage = (char*)malloc(10);
65 for (int i = 0; i < 10; i++)
66 {
67 garbage[i] = rand() % 256;
68 }
69 return 0;
70}
71
72int start()
73{

Callers 1

startFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected