Skip to content

Instantly share code, notes, and snippets.

View Geluchat's full-sized avatar
😃
Feeling good

Geluchat Geluchat

😃
Feeling good
View GitHub Profile
import ctypes, sys, struct
from ctypes import *
from subprocess import *
import os
ntdll = windll.ntdll
kernel32 = windll.kernel32
Psapi = windll.Psapi
IS32BIT=False