MCPcopy Create free account
hub / github.com/R-Fuzz/symsan / WritePadding

Function WritePadding

runtime/interception/interception_win.cpp:247–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245}
246
247static void WritePadding(uptr from, uptr size) {
248 _memset((void*)from, 0xCC, (size_t)size);
249}
250
251static void WriteJumpInstruction(uptr from, uptr target) {
252 if (!DistanceIsWithin2Gig(from + kJumpInstructionLength, target))

Callers 1

Calls 1

_memsetFunction · 0.85

Tested by

no test coverage detected