CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
+ Reply to Thread
Results 1 to 4 of 4

Thread: C++ Newb

  1. #1
    Join Date
    Oct 2011
    Posts
    1

    C++ Newb

    I don't know if something like this is taboo or "copyright" territory so give a guy a break.

    I'm wondering if there is some kind of program out there that would display (real-time) the coding for a running/selected program. For instance, I would be running Firefox and this other program would tell me all the coding details of what's happening on the programming level.

    What I'm hoping to do is basically splice bits and pieces of programs together, as well as add individual custom code, giving me a program hybrid allowing things like; save+print, firefox opens 2 windows, etc...

  2. #2
    Join Date
    Sep 2004
    Location
    Holland (land of the dope)
    Posts
    4,123

    Re: C++ Newb

    Code is compiled to assembly. After it's compiled it's almost impossible to reverse it. So no, there is no such program.

  3. #3
    Join Date
    Apr 1999
    Posts
    26,740

    Re: C++ Newb

    Quote Originally Posted by ikKy View Post
    I'm wondering if there is some kind of program out there that would display (real-time) the coding for a running/selected program.
    You can't turn hamburger back into a cow. So your answer is "No", this is not possible.

    Regards,

    Paul McKenzie

  4. #4
    Join Date
    Mar 2001
    Posts
    2,353

    Re: C++ Newb

    OK sure.
    Quote Originally Posted by ikKy View Post
    I'm wondering if there is some kind of program out there that would display (real-time) the coding for a running/selected program.
    Well that sounds like some sort of a remote debugger. Try Windbg.
    http://en.wikipedia.org/wiki/WinDbg
    Quote Originally Posted by ikKy View Post
    For instance, I would be running Firefox and this other program would tell me all the coding details of what's happening on the programming level.
    Well no, not Firefox, you would have to have the source to do that.

    Quote Originally Posted by ikKy View Post
    What I'm hoping to do is basically splice bits and pieces of programs together, as well as add individual custom code, giving me a program hybrid allowing things like; save+print, Firefox opens 2 windows, etc...
    Well what you want is an API, you may not realize it, since you are new to C++.

    The word "mash-up" comes to mind. Maybe you can Google it. In other words you want to integrate a bunch of applications into a new application.
    ahoodin
    To keep the plot moving, that's why.

+ Reply to Thread

Bookmarks

Posting Permissions

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



HTML5 Development Center

Click Here to Expand Forum to Full Width