What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Help with understanding.

Help with understanding.
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Help with understanding.
quote:
Originally posted by toddy
does this means that theys a patch template ? or dou have to make it from scratch ?
from scratch, there is nothing to "template". If you know some programming language, you'll see that this is only a few lines of code. In pseudo-basic code:
code:
Offset1 = 0x1BD4
Offset2 = 0x1BDC
ByteSequence1 = 0x99
ByteSequence2 = 0xAF

Open "programtobepatched.exe" for binary input as #1
  Put #1, Offset1, ByteSequence1
  Put #1, Offset2, ByteSequence2
Close #1

This post was edited on 10-03-2004 at 11:34 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
10-03-2004 11:32 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Help with understanding. - by Frosty on 10-03-2004 at 09:36 PM
RE: Help with understanding. - by CookieRevised on 10-03-2004 at 10:33 PM
RE: Help with understanding. - by Frosty on 10-03-2004 at 10:53 PM
RE: Help with understanding. - by CookieRevised on 10-03-2004 at 10:55 PM
RE: Help with understanding. - by Frosty on 10-03-2004 at 11:07 PM
RE: Help with understanding. - by toddy on 10-03-2004 at 11:17 PM
RE: Help with understanding. - by CookieRevised on 10-03-2004 at 11:32 PM
RE: Help with understanding. - by DJeX on 10-03-2004 at 11:59 PM
RE: Help with understanding. - by CookieRevised on 10-04-2004 at 12:05 AM
RE: Help with understanding. - by MC Inferno on 10-04-2004 at 04:46 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