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

Function c16memcpy

Loading_1.2/Loading/code.cpp:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10
11char* c16memcpy(char* s1, const char* s2, size_t n) {
12 return static_cast<char*>(memcpy(s1, s2, n * sizeof(char)));
13}
14void* MMcpy(void* dst, const void* src, size_t len)
15{
16 char* ch_dst = (char*)dst;

Callers 1

startFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected