Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > Community Boards > Just for Kicks Challenges

Reply
 
Thread Tools Rate Thread Display Modes
Old 01-23-2008, 07:49 PM   #1
mattkenefick
Chief Breaks-many-phones
 
Join Date: Jun 2007
Location: new york city
Posts: 527
Red face Flash Decompilation Challenege is Back

Seems like people were interested... So give this a go.

https://www.seesaw-server.net/decompile/

The certificate on it is broken right now.. so you'll have to accept and such. Sorry about that. It's safe though, I promise.


I know ASF will be happy to see this is back.

--


oh yeah.. the idea is to get the file, copy the AS inside it and repost it here..
mattkenefick is offline   Reply With Quote
Old 01-23-2008, 08:02 PM   #2
mattkenefick
Chief Breaks-many-phones
 
Join Date: Jun 2007
Location: new york city
Posts: 527
Default

I'm finding some issues with IE browsers, but I believe these are due to my certificate being broken. FireFox Mac/PC , Safari should all see it fine.
mattkenefick is offline   Reply With Quote
Old 01-23-2008, 08:29 PM   #3
mattkenefick
Chief Breaks-many-phones
 
Join Date: Jun 2007
Location: new york city
Posts: 527
Default

Change:

FIXED: Netscape had a bug where RightClicking and going to "Media" tab .. File could be downloaded.
FIXED: Wireshark monitoring / Ethereal monitorinig
FIXED: Safari activity monitor downloading
mattkenefick is offline   Reply With Quote
Old 01-24-2008, 05:57 AM   #4
asf8
Senior Member
 
Join Date: Apr 2007
Posts: 3,222
Thumbs up its back....but........

Hi Matt,

Ok, so its back. But the question remains, is it just another thread for people to be guinea pig testers? Then you disappear again or are you actually gonna share the technique with others (tutorial/source) as promised 2 thread challenges ago? This makes the fifth unless I am am forgeting more ;-)

1.) How to prevent someone from decompiling your SWF files...
2.) Anti-decryption Method. Extension Thread
3.) Flash Decompilation Challenge
4.) NEW Flash Decompliation Challenge
5.) Flash Decompilation Challenege is Back (this thread)

I mean common Matt my hopes have been riding high and falling short for a half a year now chasing you around the forums to finish this up and disclose the technique.

Not to mention the many others whom are and would be interested. I would like to believe that this would come to a closure and you would share your goodness that you have crafted... but.....

In this thread you say - Are you afraid of releasing your Flash work?

Quote:
Originally Posted by mattkenefick View Post
I currently have some Flash projects I'm reluctant to make public for the fact they will be copied. ........ Anyone else feel this way?
Quote:
Originally Posted by mattkenefick View Post
Check my thread in Challenges. Might solve our issues. Find someone that can break it. If they cant.. then there we go.
So "we" as in your gonna release the technique to others? Common Matt, I am tired of chasing you :-) Share the goodness friend!


Last edited by asf8; 01-24-2008 at 02:22 PM.. Reason: added 2 other thread I forgot about ;-)
asf8 is offline   Reply With Quote
Old 01-24-2008, 07:05 AM   #5
mattkenefick
Chief Breaks-many-phones
 
Join Date: Jun 2007
Location: new york city
Posts: 527
Default

Well, after further testing of the method before.. I found some bugs that wouldn't let it work. It would have been a great to slow the process.. but once it got found out and someone released the technique to bypass it.. so what would be the point?

I needed to test further and come up with a solution but my time with work and stuff became really tight and I wasn't able to work on it.

But recently I've thought about things and think I've found a new / improved system that will work. This is a new test that is separate from the previous ones. I'm asking people to break this one and see if this is "the one" or if it's back to the drawing board.

There's no sense in writing an article in something you know has potential flaws.
mattkenefick is offline   Reply With Quote
Old 01-24-2008, 02:17 PM   #6
mattkenefick
Chief Breaks-many-phones
 
Join Date: Jun 2007
Location: new york city
Posts: 527
Default

NOTE: If you find anything with LoadVars.. that is the wrong file.
mattkenefick is offline   Reply With Quote
Old 01-24-2008, 02:26 PM   #7
asf8
Senior Member
 
Join Date: Apr 2007
Posts: 3,222
Default

Update: I updated my previous post above, as I was mistaken, this is the 5th Thread you have had about this. I had forgotten 2 of them ;-)

Quote:
Originally Posted by mattkenefick View Post
Well, after further testing of the method before.. I found some bugs that wouldn't let it work. It would have been a great to slow the process.. but once it got found out and someone released the technique to bypass it.. so what would be the point? I needed to test further and come up with a solution but my time with work and stuff became really tight and I wasn't able to work on it. But recently I've thought about things and think I've found a new / improved system that will work. This is a new test that is separate from the previous ones. I'm asking people to break this one and see if this is "the one" or if it's back to the drawing board. There's no sense in writing an article in something you know has potential flaws.
I understand all that, I want you to know I appreciate your effort and coming back.... I still hope something will come out of all this (ie: a solid method, that will be shared). ;-)

Quote:
Originally Posted by mattkenefick View Post
NOTE: If you find anything with LoadVars.. that is the wrong file.
okie dokie.... see my next post below with the results I was able to get!
asf8 is offline   Reply With Quote
Old 01-24-2008, 02:43 PM   #8
asf8
Senior Member
 
Join Date: Apr 2007
Posts: 3,222
Exclamation Unfortunately I think I solved it....

Unfortunately I think I solved it....

Start Results --------------------------------------------------------------------

1.) Ok so I go to this address -- https://www.seesaw-server.net/decompile/
2.) I see a quick text flash that reads something like -- asdfasdfasdf
3.) Then I see this text which is in some swf -- flyyyyyyy

Ok now for the nuts and bolts (specs):

When I go the the address I see a quick text flash that reads -- asdfasdfasdf
SSL -- Connection Encrypted: High-grade Encryption (AES-256 256 bit)

decompile.html

<script src="js/swfobject.js"></script>
<div id="hi">a</div>
<script>
// <![CDATA[

var so = new SWFObject('flash/initial.swf', "logo", "550", "400", "8", "#FFFFFF");
so.addParam("wmode", "transparent");
so.write("hi");

// ]]>
</script>

initial.swf - actionscript code

frame 1
var sv = new LoadVars();
var lv = new LoadVars();
lv.myurl = _root._url;
lv.sendAndLoad('swf.php', sv, 'POST');
sv.onLoad = function (success) {
if (success) {
_root.txt.text = this.response;
_root.loadMovie(this.response);
}
};

swf.php

displays a bunch of garbled text that wont display here!

...decompile/swf.php When I try to open the php file in a new window it read:

Dont hotlink this

Loaded SWF - displays this (on screen)

flyyyyyyy

Drum Roll --------------------------------------------------------------------

Loaded SWF - actionscript code

frame 1
hi.text = 'flyyyyyyy';
}
};


END Results --------------------------------------------------------------------

So how did I do?
asf8 is offline   Reply With Quote
Old 01-24-2008, 02:49 PM   #9
mattkenefick
Chief Breaks-many-phones
 
Join Date: Jun 2007
Location: new york city
Posts: 527
Default

How did you come about that?
mattkenefick is offline   Reply With Quote
Old 01-24-2008, 03:01 PM   #10
asf8
Senior Member
 
Join Date: Apr 2007
Posts: 3,222
Default

First --- is it right ?
asf8 is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Browser-like Back Button in Flash RefreshGFX ActionScript 2.0 2 09-27-2007 02:53 PM
encrypting data from flash to php and back chrisxkelley ActionScript 2.0 1 04-25-2007 11:33 PM
Data Transfer and Back piratefish ActionScript 1.0 (and below) 3 05-31-2006 02:25 AM
passing arrays back to flash stealthelephant Server-Side Scripting 12 04-19-2004 04:44 PM


All times are GMT. The time now is 04:19 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.