Results 1 to 2 of 2

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Dwar
    Dwar is offline
    Veteran Dwar's Avatar
    Join Date
    2010 Mar
    Posts
    2,222
    Thanks Thanks Given 
    211
    Thanks Thanks Received 
    2,230
    Thanked in
    292 Posts
    Rep Power
    10

    Re: Question about tracing source code to memory

    But how do you figure out where a specific portion of the code is in the memory?
    SWF decompiler tells you all what you need.
    "Raw data" can show not only decompiled string (e.g. function names), but also binary data as-is. Example:


    Now you know that the "_as3_iftrue offset: 6" is "11 06 00 00". Next, use "array of byte" search in CE.


    (I found another function, but it's clear as example)
    Please, post your questions on forum, not by PM or mail

    I spend my time, so please pay a little bit of your time to keep world in equilibrium

  2. The Following User Says Thank You to Dwar For This Useful Post:


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •