Updated to 3.3.3r9_x86_win32 by the request of Dmitry Savy. bp_modperl
authorshort <>
Wed, 27 Aug 2003 15:26:45 +0000 (15:26 +0000)
committershort <>
Wed, 27 Aug 2003 15:26:45 +0000 (15:26 +0000)
project/winvnc/ListItem.pm
project/winvnc/index.html.pl
project/winvnc/vnc-3.3.3r9_x86_win32-exe-SECRET.zip [new file with mode: 0644]

index fed5d4b..b677286 100755 (executable)
@@ -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/",
index d947550..fa5b3ff 100755 (executable)
@@ -34,19 +34,23 @@ My::Web->init_project(
                );
 
 print <<'HERE';
-<p>Here is the table for bytes to patch in <tt>WinVNC.exe</tt> from <tt>vnc-3.3.3r7_x86_win32.zip</tt>.
-You are not interested in this table if you download the <a href="vnc-3.3.3r7_x86_win32-exe-SECRET.zip">already patched
+<p>Here is the table for bytes to patch in <tt>WinVNC.exe</tt> from <tt>vnc-3.3.3r9_x86_win32.zip</tt>.
+You are not interested in this table if you download the <a href="vnc-3.3.3r9_x86_win32-exe-SECRET.zip">already patched
 .EXE file</a> referenced in the heading.</p>
 <table border="1" align="center">
 <tr><th></th><th>File offset</th><th>Hex bytes</th></tr>
-<tr><td>original</td>        <td><tt>0000C9F0</tt></td><td align="right">   53 55 56     8B  F1 57 8B 46   60 C7 46 68  58 00 00 00</td></tr>
-<tr><td>'SECRET' patched</td><td><tt>0000C9F0</tt></td><td align="right"><b>C2 08 00</b> 8B  F1 57 8B 46   60 C7 46 68  58 00 00 00</td></tr>
+<tr><td>3.3.3r9 original</td>        <td><tt>0000CD10</tt></td><td align="right">   53 55 56     8B  F1 57 8B 46   68 C7 46 70  58 00 00 00</td></tr>
+<tr><td>3.3.3r9 'SECRET' patched</td><td><tt>0000CD10</tt></td><td align="right"><b>C2 08 00</b> 8B  F1 57 8B 46   68 C7 46 70  58 00 00 00</td></tr>
+<tr><td>3.3.3r7 original</td>        <td><tt>0000C9F0</tt></td><td align="right">   53 55 56     8B  F1 57 8B 46   60 C7 46 68  58 00 00 00</td></tr>
+<tr><td>3.3.3r7 'SECRET' patched</td><td><tt>0000C9F0</tt></td><td align="right"><b>C2 08 00</b> 8B  F1 57 8B 46   60 C7 46 68  58 00 00 00</td></tr>
 </table>
 <p>Here you can check whether your patch was successful:</p>
 <table border="1" align="center">
-<tr><th>File from package 3.3.3r7</th><th>MD5 sum</th></tr>
-<tr><td><tt>WinVNC.exe</tt>, original</td>        <td><tt>d8d9d04901a4896f278d59a1cdc99aef</tt></td></tr>
-<tr><td><tt>WinVNC.exe</tt>, 'SECRET' patched</td><td><tt>8423b8f9598893b517a4f5eebbf0749b</tt></td></tr>
+<tr><th>File from package</th><th>MD5 sum</th></tr>
+<tr><td><tt>WinVNC.exe-3.3.3r9</tt>, original</td>        <td><tt>f4910e28a285a13e642cdfe302e4ad91</tt></td></tr>
+<tr><td><tt>WinVNC.exe-3.3.3r9</tt>, 'SECRET' patched</td><td><tt>6669d652357a56737b36e2cde0acd473</tt></td></tr>
+<tr><td><tt>WinVNC.exe-3.3.3r7</tt>, original</td>        <td><tt>d8d9d04901a4896f278d59a1cdc99aef</tt></td></tr>
+<tr><td><tt>WinVNC.exe-3.3.3r7</tt>, 'SECRET' patched</td><td><tt>8423b8f9598893b517a4f5eebbf0749b</tt></td></tr>
 </table>
 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 (file)
index 0000000..fd59188
Binary files /dev/null and b/project/winvnc/vnc-3.3.3r9_x86_win32-exe-SECRET.zip differ