AlienX2001 / DLL-Template-C

Templates for making .dll's

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DLL-Injections-Techniques-and-Templates

Templates for making .dll's

How to Use it

For dll-template.c

Simply change the code as given in the comments and compile using x86_64-w64-mingw32-gcc-win32 dll.c -o "OUTPUT".dll -shared from any linux box having mingw-w64 using sudo apt install mingw-w64

For dll-proxy.py

Simply run it with python3, python3 dll-proxy.py "DLL FILE NAME"

Requirements:- pip3 install pefile

About

Templates for making .dll's


Languages

Language:Python 55.7%Language:C 44.3%