What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Animating DP's, not abandoned yet.

Pages: (17): « First « 10 11 12 13 [ 14 ] 15 16 17 » Last »
1 votes - 5 average   Animating DP's, not abandoned yet.
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Animating DP's, not abandoned yet.
quote:
Originally posted by lhunath
I recon since it destroys any kind of transparancy that it converts it all to RGB; or some kind of BMP-rawness.
It doesn't destroy transparency IIRC, I have a DP that is partialy transparent, so.... (if that is what you mean)
.-= A 'frrrrrrrituurrr' for Wacky =-.
09-19-2004 01:12 PM
Profile PM Find Quote Report
lhunath
Full Member
***

Avatar
.{ Lord Daisy }.

Posts: 343
39 / Male / –
Joined: May 2004
O.P. RE: Animating DP's, not abandoned yet.
quote:
{14:29:00} [Highly Classified]: man I think I've got an Idea to decrypt the map.dat and encrypt it again
{14:34:14} [Highly Classified]: KERNEL32.CreateFileMappingA notify me if it works
I got home and saw this message on my pc. The person had gone offline already. Anybody knows what exactly he could have meant by it? I don't see exactly how mapping a file into memory can help me here. =O
{ -[Image: lhunath.gif]- }
09-20-2004 01:33 PM
Profile E-Mail PM Web Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Animating DP's, not abandoned yet.
altering the file in memory (like "soft patches" like jnrzloader, wtbwplugin, etc. do with messenger)? bypassing the encryption/decryption of the file itself and let messenger do the work.

I dunno, is the map.dat even stored in memory when Messenger is running? I honestly doubt it, but I'm not sure...
.-= A 'frrrrrrrituurrr' for Wacky =-.
09-20-2004 01:37 PM
Profile PM Find Quote Report
lhunath
Full Member
***

Avatar
.{ Lord Daisy }.

Posts: 343
39 / Male / –
Joined: May 2004
O.P. RE: Animating DP's, not abandoned yet.
quote:
Originally posted by CookieRevised
I dunno, is the map.dat even stored in memory when Messenger is running?
I don't think it is, for one, it would be a huge security flaw, and worthless to encrypt it in the first place then, secondly, MSN Messenger reloads the file every time it scans for DPs, I don't see the need of putting it into memory then.
{ -[Image: lhunath.gif]- }
09-20-2004 01:56 PM
Profile E-Mail PM Web Find Quote Report
ElectroSoft
Junior Member
**

Back to the future

Posts: 19
38 / Male / –
Joined: Sep 2004
RE: Animating DP's, not abandoned yet.
quote:
Originally posted by CookieRevised
altering the file in memory (like "soft patches" like jnrzloader, wtbwplugin, etc. do with messenger)? bypassing the encryption/decryption of the file itself and let messenger do the work.

I dunno, is the map.dat even stored in memory when Messenger is running? I honestly doubt it, but I'm not sure...
quote:
Originally posted by lhunath
I don't think it is, for one, it would be a huge security flaw, and worthless to encrypt it in the first place then, secondly, MSN Messenger reloads the file every time it scans for DPs, I don't see the need of putting it into memory then.

map.dat is found in the memory when the msn messenger wants to decrypt or encrypt it!! it will store it in the memory, do the modifications and store it back in the hard disk
09-21-2004 10:44 AM
Profile E-Mail PM Web Find Quote Report
riahc4
Veteran Member
*****


Posts: 1073
Reputation: -18
– / Male / Flag
Joined: Aug 2004
Status: Away
RE: Animating DP's, not abandoned yet.
i dont know nething bout programming but has the new 3.20 API helped u with nething lhunath?
09-21-2004 08:09 PM
Profile PM Find Quote Report
user27089
Disabled Account


Posts: 6321
Joined: Nov 2003
Status: Away
RE: Animating DP's, not abandoned yet.
quote:
Originally posted by riahc4

i dont know nething bout programming but has the new 3.20 API helped u with nething lhunath?


doubt it very much

editing map.dat is extremly hard :S

for one its just a dump of all the data collected my msn messenger

all you need to do is work out the equation for the file name :S

TFRD201 could be for example could be BlAGE or BiAGUAQABnAG0AYQBp we dont know


2 cents

Stigmata

09-21-2004 08:22 PM
Profile PM Find Quote Report
aNILEator
Skinning Contest Winner
*****

Avatar
...in the wake of the aNILEator

Posts: 3718
Reputation: 90
35 / Male / Flag
Joined: Oct 2003
Status: Away
RE: Animating DP's, not abandoned yet.
i doubt it, seeing as they are dealing with messenger not msgplus :S

I think this will just be a standalone program in teh end, it would probably be easier
09-21-2004 08:23 PM
Profile PM Web Find Quote Report
lhunath
Full Member
***

Avatar
.{ Lord Daisy }.

Posts: 343
39 / Male / –
Joined: May 2004
O.P. RE: Animating DP's, not abandoned yet.
quote:
Originally posted by ElectroSoft
it will store it in the memory, do the modifications and store it back in the hard disk
Are you trying to say that MSN Messenger loads map.dat in memory, decrypts it in memory, has it in memory unencrypted, does it's editing, then re-encrypts t, and saves it back to disk?
Meaning, I should, whenever map.dat is loaded into memory, and after it's decrypted, quickly add my custom DP's in it, before MSN Messenger uses it.. hmm.. no, whenever one wants to add an animated DP, I'd have to add a dummy DP with the Messenger API, then, after MSN Messenger decrypts the map.dat file, inject my animated png.. then have MSN Messenger encrypt it all again with the dummy DP; then simply remove the dummy DP.. Let MSN Messenger work for me..
But I don't see how MSN Messenger could be that insecure with its encryption, after all, what's the point of encrypting it anyway then? But ok, worth a shot.
{ -[Image: lhunath.gif]- }
09-21-2004 08:58 PM
Profile E-Mail PM Web Find Quote Report
ElectroSoft
Junior Member
**

Back to the future

Posts: 19
38 / Male / –
Joined: Sep 2004
RE: Animating DP's, not abandoned yet.
quote:
Originally posted by lhunath
Meaning, I should, whenever map.dat is loaded into memory, and after it's decrypted, quickly add my custom DP's in it, before MSN Messenger uses it..

lol.. yes quickly..
:P

btw I think what you're thinking about is hooking!!!
you'll have to patch the Msn Messenger software... using ASM
Never did that before... that may be the mem hack!! :P

The Blasphemer should help here!! he knows how but he doesn't want to share his informations :D

This post was edited on 09-21-2004 at 10:01 PM by ElectroSoft.
09-21-2004 09:55 PM
Profile E-Mail PM Web Find Quote Report
Pages: (17): « First « 10 11 12 13 [ 14 ] 15 16 17 » Last »
« Next Oldest Return to Top Next Newest »


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