-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Durandal
committed
Apr 5, 2012
1 parent
f56f884
commit 86713b3
Showing
3 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* sbd - shadowinteger's backdoor | ||
* Copyright (C) 2004 Michel Blomgren <[email protected]> | ||
* dbd - durandal's backdoor | ||
* Copyright (C) 2012 Kyle Barnthouse <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify it | ||
* under the terms of the GNU General Public License as published by the Free | ||
|
@@ -46,7 +46,7 @@ extern char highlight_prefix[]; | |
extern char highlight_suffix[]; | ||
|
||
/* | ||
this doexec() handles execution for sbd on Unix-like operating systems. | ||
this doexec() handles execution for dbd on Unix-like operating systems. | ||
there are really 3 implementations: 1) if encryption is used, a parent | ||
process is handling encryption/decryption for the child, pipes are used | ||
for communication between the running program's process and the polling | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,8 @@ | |
* by Christophe Devine <[email protected]>; | ||
* this program is licensed under the GPL. | ||
* | ||
* Ported to Win32 by Michel Blomgren <[email protected]> for sbd, June 2004 | ||
* Shamelessly ripped by Kyle Barnthouse <[email protected]> for dbd, April 2012 | ||
* Originally Ported to Win32 by Michel Blomgren <[email protected]> for sbd, June 2004 | ||
* | ||
* WARNING!!! The receiving buffer can _NOT_ be less than BUFSIZE (defined in | ||
* pel.h) otherwise a buffer overflow will occur! //Michel | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* sbd - shadowinteger's backdoor | ||
* Copyright (C) 2004 Michel Blomgren <[email protected]> | ||
* dbd - durandal's backdoor | ||
* Copyright (C) 2012 Kyle Barnthouse <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify it | ||
* under the terms of the GNU General Public License as published by the Free | ||
|