Results 1 to 4 of 4

Thread: How to reverse-engineer My Ubuntu Package

  1. #1
    Join Date
    Apr 2013
    Location
    Michigan
    Beans
    65
    Distro
    Ubuntu 12.04 Precise Pangolin

    How to reverse-engineer My Ubuntu Package

    Ok, So like a month ago I made the program, "GibberEng". Just a simple program that encrypts a string. But while, it is simple it took very long to code, since its GUI and has its own unique encryption method. But last week my harddrive broke. All my data is lost and I didn't have a back-up (won't make that mistake again). Is there any way I can like decompile it and get its source?
    Thanks,
    Bresser

  2. #2
    Join Date
    Jun 2011
    Location
    United Kingdom
    Beans
    Hidden!
    Distro
    Lubuntu Development Release

    Re: How to reverse-engineer My Ubuntu Package

    Quote Originally Posted by Bresser View Post
    Ok, So like a month ago I made the program, "GibberEng". Just a simple program that encrypts a string. But while, it is simple it took very long to code, since its GUI and has its own unique encryption method. But last week my harddrive broke. All my data is lost and I didn't have a back-up (won't make that mistake again). Is there any way I can like decompile it and get its source?
    What langauge is it written in, and have you got a copy of the binary somewhere?

  3. #3
    Join Date
    Apr 2013
    Location
    Michigan
    Beans
    65
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How to reverse-engineer My Ubuntu Package

    No thats why I'm worried. All i have is the package from Ubuntu Software Center. And it is written in C++ with some qt GUI libraries.
    Thanks,
    Bresser

  4. #4
    Join Date
    Jun 2011
    Location
    United Kingdom
    Beans
    Hidden!
    Distro
    Lubuntu Development Release

    Re: How to reverse-engineer My Ubuntu Package

    Quote Originally Posted by Bresser View Post
    No thats why I'm worried. All i have is the package from Ubuntu Software Center. And it is written in C++ with some qt GUI libraries.
    Well, the package from USC is just a debian package, which is itself just a compressed folder with some install scripts. Extract (drop it into Archive Manager) a copy of the package somewhere, and see what's in there.

    If you haven't got any source at all, I don't hold much hope, but you can never tell. C++ isn't easy to decompile.

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
  •