Adapting proxo 4.5 to the latest OpenSSL DLLs
|
Nov. 01, 2014, 03:21 AM
Post: #6
|
|||
|
|||
RE: adapting proxo 4.5 to the latest OpenSSL
Looks good.
![]() The patched Proxomitron exe is using the latest libeay32.dll and ssleay32.dll from https://slproweb.com/products/Win32OpenSSL.html . The Proxomitron's log window shows the change and various web tests confirm it. I haven't noticed any new problems. The old problems remain, however. To try mas's mod, overwrite Code: 89 07 83 3F 00 75 36 68 30 20 01 00 68 A8 80 42 00 68 E8 9A 42 00 6A 00 8B 3D 94 62 42 00 FF D7 68 30 20 01 00 68 A8 80 42 00 56 6A 00 FF D7 53 E8 9B 07 00 00 83 C4 04 E9 CF 02 00 00 83 C7 04 89 7D DC 8B FE 83 C9 FF 33 C0 F2 AE F7 D1 49 8D 74 0E 01 89 75 E0 8B 7D DC EB 85 FF 53 38 FF 93 80 00 00 00 6A 00 E8 55 43 00 00 83 C4 04 85 C0 74 2A 6A 00 FF 93 C8 00 00 00 83 C4 04 50 68 DC 9A 42 00 8D 55 8C 52 FF 15 E8 61 42 00 83 C4 0C from 0000E580 through 0000E60F with Code: 89 07 83 3F 00 75 36 68 8C 0C 00 00 FF 73 04 FF 15 90 60 42 00 89 07 EB 24 90 90 90 90 90 FF D7 68 30 20 01 00 68 A8 80 42 00 56 6A 00 FF D7 53 E8 9B 07 00 00 83 C4 04 E9 CF 02 00 00 83 C7 04 89 7D DC 8B FE 83 C9 FF 33 C0 F2 AE F7 D1 49 8D 74 0E 01 89 75 E0 8B 7D DC EB 85 FF 53 38 FF 93 80 00 00 00 6A 00 E8 55 43 00 00 83 C4 04 68 B7 00 00 00 FF 33 FF 15 90 60 42 00 FF D0 EB 1D 90 90 90 90 8D 55 8C 52 FF 15 E8 61 42 00 83 C4 0C Use at own risk! Report problems. Before: Code: 0040F187 |. 68 30200100 |PUSH 12030 After: Code: 0040F187 |. 68 8C0C0000 PUSH 0C8C |
|||
« Next Oldest | Next Newest »
|