What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Call ASM routine from your script (with example)

Call ASM routine from your script (with example)
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
O.P. RE: Call ASM routine from your script (with example)
See the comment at the end of the script in the first post.

You write ASM using mnemonics (third column), this is the language syntax and code style you use to write ASM (just like var x= '' is JScript code). Each mnemonic (or 'command' if you will) has an equivalent series of bytes (sometimes just 1 byte) called opcodes, these are shown in the second column.

eg: 'push ebp' translates to the opcode 0x55.

Note: patchers quite often do a simple replace of opcodes. This often means they change one command into another command in the ASM code.

This post was edited on 05-02-2011 at 07:09 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
05-02-2011 07:07 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Call ASM routine from your script (with example) - by CookieRevised on 05-02-2011 at 07:21 AM
RE: Call ASM routine from your script (with example) - by SmokingCookie on 05-02-2011 at 01:46 PM
RE: RE: Call ASM routine from your script (with example) - by CookieRevised on 05-02-2011 at 05:17 PM
RE: Call ASM routine from your script (with example) - by SmokingCookie on 05-02-2011 at 06:45 PM
RE: RE: Call ASM routine from your script (with example) - by segosa on 05-02-2011 at 07:07 PM
RE: Call ASM routine from your script (with example) - by CookieRevised on 05-02-2011 at 07:07 PM
RE: Call ASM routine from your script (with example) - by matty on 05-02-2011 at 07:07 PM
RE: Call ASM routine from your script (with example) - by SmokingCookie on 05-02-2011 at 07:18 PM
RE: Call ASM routine from your script (with example) - by CookieRevised on 05-02-2011 at 08:04 PM
RE: Call ASM routine from your script (with example) - by Mnjul on 05-03-2011 at 01:00 AM
RE: Call ASM routine from your script (with example) - by whiz on 05-04-2011 at 07:25 AM


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