mirror of
https://github.com/casp3r0x0/CallWindowProcW-ShellcodeLoader
synced 2026-06-06 15:24:29 +00:00
730 B
730 B
About
this is simple shellcode loader that utilize not well known WinAPI function which is CallWindowProcW to execute the shellcode without creating a new thread.
-
It runs arbitrary code.
-
It accepts any function pointer and executes it without checks.
-
No new thread is required—execution occurs on the existing GUI thread, avoiding EDRs that monitor thread creation.
-
It appears legitimate for GUI applications, as calling window procedures and processing messages is normal behavior, helping it blend in.
credit :
https://isc.sans.edu/diary/32238