Skip to content

Instantly share code, notes, and snippets.

@dirkarnez
Created April 23, 2019 02:50
Show Gist options
  • Select an option

  • Save dirkarnez/174b4ce0a454905af9e08618ffc89e39 to your computer and use it in GitHub Desktop.

Select an option

Save dirkarnez/174b4ce0a454905af9e08618ffc89e39 to your computer and use it in GitHub Desktop.
syscall on Windows DLL
syscall.MustLoadDLL("user32.dll").MustFindProc("MessageBeep").Call(0xffffffff)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment