+ Reply to Thread
Results 1 to 4 of 4

Thread: Source Code grabber???

  1. #1
    Learning Programmer --VIP-- is an unknown quantity at this point
    Join Date
    May 2009
    Posts
    35

    Smile Source Code grabber???

    Hay is there such thing as a Source code Grabber ?????

    A program that can suck the source code out of the program ???


    Im sure i saw somthing about it on the net ??

    If there is i want it lol !!!

  2. #2
    Super Moderator WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther's Avatar
    Join Date
    Jul 2006
    Age
    36
    Posts
    11,673
    Blog Entries
    57

    Re: Source Code grabber???

    Do you mean a decompiler? A debug build will contain the source code, but you may or may not have a debug build.
    CodeCall Blog | CodeCall Wiki | Shareware
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  3. #3
    Administrator Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan's Avatar
    Join Date
    Nov 2005
    Location
    Hendersonville, NC
    Posts
    24,556
    Blog Entries
    97

    Re: Source Code grabber???

    It depends on what language the program was built in. C#/VB/C++.NET software will decompile and even contain the original comments. This is why the authors should obfuscate when creating programs built using .NET.

    For any other language you might be able to find a decompiler. I believe you can decompile just about anything to ASM, however, I have no experience with such things.

    Moved to General Programming

  4. #4
    Learning Programmer --VIP-- is an unknown quantity at this point
    Join Date
    May 2009
    Posts
    35

    Re: Source Code grabber???

    oops sorry for postig in wrong place

    Yeah it would be great to be able to find out what language the program was writen in ?? NotePad ??

    I thought that all programs where secure and locked up so you cant just go and unpack them ?? or that would be cracking i guess ?? or is that just paid softwares ??

    so its possible just to go get any program and take it apart to get the source code out of it then ?
    Thats Great lol
    Im on about VB source mainly to so thats good news

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. How to compile OS source code.
    By Kuto in forum C and C++
    Replies: 5
    Last Post: 05-26-2009, 10:26 PM
  2. Some Unexpected Code Dependency Issues
    By Kernel in forum News
    Replies: 0
    Last Post: 10-08-2008, 05:50 PM
  3. Java Source Code: Calculator App
    By Blmaster in forum Classes and Code Snippets
    Replies: 10
    Last Post: 10-07-2008, 09:22 PM
  4. Source Code Resources
    By Brandon W in forum Classes and Code Snippets
    Replies: 17
    Last Post: 10-06-2008, 06:35 AM

Bookmarks

Bookmarks

     
        Algorithms and Data Structures

        Java tutorials

        Algorithms Forum

Posting Permissions

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