Created
May 8, 2016 16:15
-
-
Save binkybear/436ef6ad91af5f2cdfee4d83093da50d to your computer and use it in GitHub Desktop.
Creting dbd backdoor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/gitdurandal/dbd.git | |
cd dbd | |
# | |
# Edit dbd.h with settings to callback or listen | |
# | |
# Edit Makefile and add Wno-pointer-sign | |
# | |
# UNIX32_CFLAGS += -Wall -Wshadow -Os -m32 -march=i386 -Wno-pointer-sign | |
make unix |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment