Update to RealVNC 4.0.
authorshort <>
Sat, 19 Jun 2004 19:07:55 +0000 (19:07 +0000)
committershort <>
Sat, 19 Jun 2004 19:07:55 +0000 (19:07 +0000)
 - Requested by Andrew "Wake" Scott.

project/winvnc/Index.html.pl
project/winvnc/ListItem.pm
project/winvnc/vnc-4.0-x86_win32-exe-SECRET.zip [new file with mode: 0644]

index 06ce5c1..f7635e2 100755 (executable)
@@ -42,18 +42,26 @@ just replace its file <tt>C:\Program&nbsp;Files\ORL\VNC\WinVNC.exe</tt>.
 Otherwise error about missing <tt>omnithread_rt.dll</tt> will occur.</p>
 
 <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
+You are not interested in this table if you download the <a href="http://www.realvnc.com/dist/vnc-4.0-x86_win32.exe">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>4.0     original</td>        <td><tt>00003390</tt></td><td align="right">00 6A 66 6A  69 6A 65 56  8D 8D F8 FE  FF FF    E8 2D     </td></tr>
+<tr><td>4.0     'SECRET' patched</td><td><tt>00003390</tt></td><td align="right">00 6A 66 6A  69 6A 65 56  8D 8D F8 FE  FF FF <b>EB 03</b> </td></tr>
+<tr><td>4.0     original</td>        <td><tt>000035E0</tt></td><td align="right">F8 FE FF FF     E8 97     F2 FF  FF 53 E8 69  4D 02 00 8B </td></tr>
+<tr><td>4.0     'SECRET' patched</td><td><tt>000035E0</tt></td><td align="right">F8 FE FF FF  <b>EB 03</b> F2 FF  FF 53 E8 69  4D 02 00 8B </td></tr>
+<tr><td colspan="3" style="border: none;"><hr /></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 colspan="3" style="border: none;"><hr /></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</th><th>MD5 sum</th></tr>
+<tr><td><tt>WinVNC.exe-4.0    </tt>, original</td>        <td><tt>7043ddf51d7135c1d1b83b4213dfed61</tt></td></tr>
+<tr><td><tt>WinVNC.exe-4.0    </tt>, 'SECRET' patched</td><td><tt>916c82e99e1dc17bebdc31aebc895b52</tt></td></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>
index 88e9ce0..34e96f8 100755 (executable)
@@ -33,6 +33,8 @@ our @ListItem=(
                "platform"=>"w32",
                "priority"=>560,
                "icon"=>"nowinvnc",
+               "download-already patched version 4.0"=>"vnc-4.0-x86_win32-exe-SECRET.zip",
+               "download-original version 4.0"=>"http://www.realvnc.com/dist/vnc-4.0-x86_win32.exe",
                "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/archive/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",
diff --git a/project/winvnc/vnc-4.0-x86_win32-exe-SECRET.zip b/project/winvnc/vnc-4.0-x86_win32-exe-SECRET.zip
new file mode 100644 (file)
index 0000000..8d32448
Binary files /dev/null and b/project/winvnc/vnc-4.0-x86_win32-exe-SECRET.zip differ