From: short <> Date: Wed, 27 Aug 2003 15:26:45 +0000 (+0000) Subject: Updated to 3.3.3r9_x86_win32 by the request of Dmitry Savy. X-Git-Tag: bp_modperl X-Git-Url: https://git.jankratochvil.net/?p=www.jankratochvil.net.git;a=commitdiff_plain;h=d33b43a5557132098003a232b6c209abd3e4d135 Updated to 3.3.3r9_x86_win32 by the request of Dmitry Savy. --- diff --git a/project/winvnc/ListItem.pm b/project/winvnc/ListItem.pm index fed5d4b..b677286 100755 --- a/project/winvnc/ListItem.pm +++ b/project/winvnc/ListItem.pm @@ -30,6 +30,8 @@ use warnings; our %ListItem=( "name"=>"Patch for Secret WinVNC Server Run", "priority"=>6, + "download-already patched version 3.3.3r9"=>"vnc-3.3.3r9_x86_win32-exe-SECRET.zip", + "download-original version 3.3.3r9"=>"http://www.uk.research.att.com/vnc/dist/vnc-3.3.3r9_x86_win32.zip", "download-already patched version 3.3.3r7"=>"vnc-3.3.3r7_x86_win32-exe-SECRET.zip", "download-original version 3.3.3r7"=>"http://www.uk.research.att.com/vnc/dist/vnc-3.3.3r7_x86_win32.zip", "link-VNC Homepage"=>"http://www.uk.research.att.com/vnc/", diff --git a/project/winvnc/index.html.pl b/project/winvnc/index.html.pl index d947550..fa5b3ff 100755 --- a/project/winvnc/index.html.pl +++ b/project/winvnc/index.html.pl @@ -34,19 +34,23 @@ My::Web->init_project( ); print <<'HERE'; -

Here is the table for bytes to patch in WinVNC.exe from vnc-3.3.3r7_x86_win32.zip. -You are not interested in this table if you download the already patched +

Here is the table for bytes to patch in WinVNC.exe from vnc-3.3.3r9_x86_win32.zip. +You are not interested in this table if you download the already patched .EXE file referenced in the heading.

- - + + + +
File offsetHex bytes
original 0000C9F0 53 55 56 8B F1 57 8B 46 60 C7 46 68 58 00 00 00
'SECRET' patched0000C9F0C2 08 00 8B F1 57 8B 46 60 C7 46 68 58 00 00 00
3.3.3r9 original 0000CD10 53 55 56 8B F1 57 8B 46 68 C7 46 70 58 00 00 00
3.3.3r9 'SECRET' patched0000CD10C2 08 00 8B F1 57 8B 46 68 C7 46 70 58 00 00 00
3.3.3r7 original 0000C9F0 53 55 56 8B F1 57 8B 46 60 C7 46 68 58 00 00 00
3.3.3r7 'SECRET' patched0000C9F0C2 08 00 8B F1 57 8B 46 60 C7 46 68 58 00 00 00

Here you can check whether your patch was successful:

- - - + + + + +
File from package 3.3.3r7MD5 sum
WinVNC.exe, original d8d9d04901a4896f278d59a1cdc99aef
WinVNC.exe, 'SECRET' patched8423b8f9598893b517a4f5eebbf0749b
File from packageMD5 sum
WinVNC.exe-3.3.3r9, original f4910e28a285a13e642cdfe302e4ad91
WinVNC.exe-3.3.3r9, 'SECRET' patched6669d652357a56737b36e2cde0acd473
WinVNC.exe-3.3.3r7, original d8d9d04901a4896f278d59a1cdc99aef
WinVNC.exe-3.3.3r7, 'SECRET' patched8423b8f9598893b517a4f5eebbf0749b
HERE diff --git a/project/winvnc/vnc-3.3.3r9_x86_win32-exe-SECRET.zip b/project/winvnc/vnc-3.3.3r9_x86_win32-exe-SECRET.zip new file mode 100644 index 0000000..fd59188 Binary files /dev/null and b/project/winvnc/vnc-3.3.3r9_x86_win32-exe-SECRET.zip differ