Varbide C++ For noob

Discussion in 'C++' started by Vam, Feb 2, 2007.

  1. Vam

    Vam New Member

    Joined:
    Jan 27, 2007
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Hello everyone. I need to see the code of a program written for the s60 series phones just like I see it when I write it down. It's a .sis file which I have opened with unmakesis and contained 2 .rsc files 2 .mbm and 2 with no conclusion. I have downloaded carbide C++ with the necessary IDE but nothing readable contained. Can this happen?
    If this question is too simple (or too complicated) to be answered here please redirect me at another site.
     
  2. anantwakode

    anantwakode New Member

    Joined:
    Apr 4, 2006
    Messages:
    8
    Likes Received:
    0
    Trophy Points:
    0
    Occupation:
    Software Engineer..
    Location:
    Pune (India)
    Hi,


    Always it is difficult to reengineer to sourse code, as the final output is in binary/machin level language. and need extensive knowledge of assembly language.

    for your problem do following steps !

    1) Study .sis and related file format e.g mbm , so that you can extract the assembly code from executable file.
    2) Study instruction set of the processor for which that executable is built (ARM Processor)


    -Anant
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice