Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save binkybear/436ef6ad91af5f2cdfee4d83093da50d to your computer and use it in GitHub Desktop.
Save binkybear/436ef6ad91af5f2cdfee4d83093da50d to your computer and use it in GitHub Desktop.
Creting dbd backdoor
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