What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Skype & Live Messenger » Help with coding/hex editing

Help with coding/hex editing
Author: Message:
Choli
Elite Member
*****

Avatar
Choli

Posts: 4714
Reputation: 42
42 / Male / Flag
Joined: Jan 2003
RE: Help with coding/hex editing
&H16EC1 is an hexadecimal number. It's decimal value is
((((((1 * 16) + 6) * 16) + 14) *16) + 12) * 16 +1
which is the same as
1*16^4 + 6*16^3 + 14*16^2 + 12*16 + 1

It's just another way to represent numbers.


The code, opens the exe of messenger and modifies it. It writes the string "4542" at the offset 0x16EC1 from the begining. Doing that is illegal, so I won't explain anything more.
Messenger Plus! en espaņol:
<< http://www.msgpluslive.es/ >>
<< http://foro.msgpluslive.es/ >>
:plus4:
10-09-2004 01:43 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Help with coding/hex editing - by Frosty on 10-09-2004 at 11:36 AM
RE: Help with coding/hex editing - by Choli on 10-09-2004 at 01:43 PM
RE: Help with coding/hex editing - by Frosty on 10-09-2004 at 05:15 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On