MSN Messenger's procaddress

this page is only intended for advanced users

the original ml20 codec is found inside msn messenger's executable. it is not a loadable dll that can easily be used by another program. it is statically linked.

to find out the correct address to be used on MSN Webcam Recorder, you must open the executable "msnmsgr.exe" with some hex editor (such as Hex Workshop), and look for the place in the binary that tells us what that address is.
that place can be found when MSN calls the ICInstall function.
you must look for the string "hML20hvidc". the 4 bytes that come right before that (in 7.0.0816 it's 90 2E 74 00) is the address. copy these four bytes from right to left to the address edit box (00742e90).
Dangerous: if misused, msn messenger WILL crash. do not try to put any address, only use if you know what you're doing