79547863

Date: 2025-04-01 06:33:55
Score: 2
Natty:
Report link

I don't think Windows will allow you to execute code from memory regions because of DEP (Data Execution Prevention), try using VirtualAlloc or VirtualMemory or disable DEP (I don't recommend doing it on your PC), check https://learn.microsoft.com/en-us/windows/win32/memory/data-execution-prevention#programming-considerations

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: slowdancer