2025-09-01 04:38:10 +03:00
2025-09-01 04:38:10 +03:00

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.

  1. It runs arbitrary code.

  2. It accepts any function pointer and executes it without checks.

  3. No new thread is required—execution occurs on the existing GUI thread, avoiding EDRs that monitor thread creation.

  4. 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

Screenshot 2025-09-01 042556
S
Description
Automated archival mirror of github.com/casp3r0x0/CallWindowProcW-ShellcodeLoader
Readme 29 KiB
Languages
C 100%