Skip to content

Instantly share code, notes, and snippets.

@govolution
govolution / syringe.c
Created February 4, 2018 23:11
Syringe
/*
*
* syringe.c v1.2
*
* Author: Spencer McIntyre (Steiner) <smcintyre [at] securestate [dot] com>
*
* A General Purpose DLL & Code Injection Utility
*
* Copyright 2011 SecureState
*
#include <windows.h>
#include <stdio.h>
/*
* Visual C:
* cl hidewindow.c /link user32.lib
* Wine gcc:
* gcc hidewindow.c
*/