Updated to 3.3.3r9_x86_win32 by the request of Dmitry Savy.
[www.jankratochvil.net.git] / project / winvnc / index.html.pl
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