Closed Thread
Results 1 to 4 of 4

Thread: Source Code grabber???

  1. #1
    --VIP-- is offline Learning Programmer
    Join Date
    May 2009
    Posts
    40
    Rep Power
    0

    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. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,486
    Blog Entries
    75
    Rep Power
    143

    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.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #3
    Jordan Guest

    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

  5. #4
    --VIP-- is offline Learning Programmer
    Join Date
    May 2009
    Posts
    40
    Rep Power
    0

    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

Closed Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Source Code Help.
    By anusam221 in forum Request Services
    Replies: 1
    Last Post: 06-25-2011, 11:47 AM
  2. How to compile OS source code.
    By Kuto in forum C and C++
    Replies: 5
    Last Post: 05-26-2009, 08:26 PM
  3. Source Code
    By whoda in forum General Programming
    Replies: 2
    Last Post: 04-23-2009, 09:15 AM
  4. Source Code Resources
    By Brandon W in forum Classes and Code Snippets
    Replies: 17
    Last Post: 10-06-2008, 04:35 AM

Tags for this 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