Reverse Engineering Flash Game

01/29/2017 15:05 nepafter37#1
Hey guys.I started to reverse engineering because i wanted to make bots.

Firstly,there are so many examples about reverse engineering.But they are same or old(and same).I couldn't find what i want and i started to trying somethings by myself.And yes,i couldn't anything.

So,i want your help.I am trying to find the "start" button's event.

When you hit the Start button,a music starts to play.So i tried to find what starts that music.When i find it,i could find what start button does(i guess).But of course i couldn't.

I wish,if you would find what starts the music and the button's events then explain how did you do that it would be great.But i'm open to suggests too of course but high probably i can't do anything.Because i'm trying to find that button for like 10 days.And i didn't learn any god damn thing in those 10 days.

Thanks.

Guys i couldn't add as attachment because it was 11mb.So i uploaded it to a site;[Only registered and activated users can see links. Click Here To Register...]
01/29/2017 21:48 florian0#2
Well ... what techniques did you try?

I'm not really familiar with Flash, neither from a developers point of view nor from a reverse engineers point of view.

Different targets require different techniques. Flash is a bytecode-interpreter and a virtual machine. Common reverse engineering techniques like 'attacking' the native code of the app wont help you here. While this file is an executable, it only contains a standalone flash player, the bytecode for the program to run, and all the assets (graphics, sounds, ...).
In order to reverse engineer the game itself, you'll better get some kind of flash-debugger or a decompiler.

(all of these are old. flash is pretty much dead. finally!)
[1] [Only registered and activated users can see links. Click Here To Register...]
[2] [Only registered and activated users can see links. Click Here To Register...]
[3] [Only registered and activated users can see links. Click Here To Register...]
[4] [Only registered and activated users can see links. Click Here To Register...]
01/31/2017 12:56 0xFADED#3
It's actually not that hard with florian's links and/or a bit googling.

Use [Only registered and activated users can see links. Click Here To Register...] to extract the SWF from your exe.

Then decompile the SWF to ActionScript using a tool like [Only registered and activated users can see links. Click Here To Register...].
01/31/2017 14:09 nepafter37#4
Guys i am so busy these days.i will try as soon as possible then i will let u know.thanks for answers.