From ccec743ba17a4ee642b30b840696fd8c580e20a3 Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Sun, 21 Feb 2010 19:12:41 +0000 Subject: [PATCH] Minor adjustments to README files --- extra/dbgtool/README.txt | 4 ---- extra/msfauxmod/README.txt | 4 ---- extra/runcmd/windows/README.txt | 5 ++++- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/extra/dbgtool/README.txt b/extra/dbgtool/README.txt index 03711f0a1..fa55859a1 100644 --- a/extra/dbgtool/README.txt +++ b/extra/dbgtool/README.txt @@ -18,7 +18,3 @@ To be able to execute it on Windows you have to rename it to end with '.com' or '.exe': > ren nc_exe nc.exe - - -Happy hacking! -Bernardo Damele A. G. diff --git a/extra/msfauxmod/README.txt b/extra/msfauxmod/README.txt index 38d3da97f..6ca799015 100644 --- a/extra/msfauxmod/README.txt +++ b/extra/msfauxmod/README.txt @@ -76,7 +76,3 @@ SQLMAP: [*] shutting down at: 16:23:21 SQLMAP: [*] Auxiliary module execution completed msf auxiliary(wmap_sqlmap) > - - -Happy hacking! -Bernardo Damele A. G. diff --git a/extra/runcmd/windows/README.txt b/extra/runcmd/windows/README.txt index e30bdaa8c..b75508d5a 100644 --- a/extra/runcmd/windows/README.txt +++ b/extra/runcmd/windows/README.txt @@ -1 +1,4 @@ -Compile only the Release version because the Runtime library option (Project Properties -> Configuration Properties -> C/C++ -> Code Generation) is set to "Multi-threaded (/MT)", which statically links everything into executable and doesn't compile Debug version at all. \ No newline at end of file +Compile only the Release version because the Runtime library option +(Project Properties -> Configuration Properties -> C/C++ -> Code +Generation) is set to "Multi-threaded (/MT)", which statically links +everything into executable and doesn't compile Debug version at all.