Closed Thread
Results 1 to 5 of 5

Thread: Decompiling a Prog

  1. #1
    7up
    7up is offline Newbie
    Join Date
    Aug 2007
    Posts
    4
    Rep Power
    0

    Decompiling a Prog

    Hey there,

    Not sure if this is the right place to post this, if it isn't MODs please move

    Right back to the thread. I decompiled a VB program, because I want to learn how to remove an authentication. I was wondering if anyone could give me some help on things to look for, and coding that needs to be removed?

    Any help is needed

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    v0id is offline Retired
    Join Date
    Apr 2007
    Posts
    2,937
    Blog Entries
    3
    Rep Power
    42
    It's hard to say what you should do, because we don't know the code you've got from the decompiling. If we knew the code, there would be multiple answers as well. There's so many ways to "fix" applications.

    First of all; usually you don't decompile an application to "fix" it. You're using a debugger, or other tools (could be a hex-editor as well.) With a debugger you're tracking down each one of the assembly mnemonics there's being executed, and see if you finds something useful.

    One way to "fix" an application would be to track down the place where you're entering the authentication-key. Then you could reverse the comparing-part. Then the application would work in the way, that every time you enters a valid key, the application would produce error, and every time you enters an invalid key, the application would let you by.

    I will not go into details, because CodeCall is not the right place to talk about cracking, and other related topics. If you want to get a more detailed explanation, you need to find some other website, or some tutorial. There's many of them.

  4. #3
    7up
    7up is offline Newbie
    Join Date
    Aug 2007
    Posts
    4
    Rep Power
    0
    Thank you for your help
    I wouldn't considering it cracking. I would just like to learn how to do it.

    The program I used was VB Decompiler. I would like to remove an authentication login, not a serial. When this program runs, it gives you all the files; form files, binary files, Basic User Control, VB Modules. Does this make sense?

  5. #4
    v0id is offline Retired
    Join Date
    Apr 2007
    Posts
    2,937
    Blog Entries
    3
    Rep Power
    42
    I know how decompilers works, but I don't know what's the content of those files - it depends on the application. It's like saying, "I've a file 'main.cpp', can you help me fixing some bug I don't know about?" This will not give us a living chance of helping; we don't know the bug, and we don't know the code. In this situation; we know your problem, but we don't know the code.

    It's hard to really help you, and I don't think you should post all the files in here - like you said, there's many of them. I'll suggest you to find some information about the topic, and start from the ground and move your way up. Remember, it takes time. You'll probably not be able to "fix" your application in the first couple of days. At least, there's a lot of information about the topic, so it shouldn't be hard for you.

    If you think it's hard to find something, then open Google, and search on terms like "visual basic decompiling," "reverse engineering," etc. Depending on what you wants to do.

    Good luck!

  6. #5
    7up
    7up is offline Newbie
    Join Date
    Aug 2007
    Posts
    4
    Rep Power
    0
    Thanks alot Great man you are

Closed Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Job Needed Delphi decompiling Money guarantee.
    By yogurt in forum Request Services
    Replies: 6
    Last Post: 07-10-2011, 10:30 AM
  2. General decompiling 16bits fortran
    By html5 in forum Assembly
    Replies: 6
    Last Post: 04-02-2011, 05:23 AM
  3. Prog Here!
    By Prog in forum Introductions
    Replies: 3
    Last Post: 02-12-2009, 08:51 PM
  4. Decompiling help
    By amrosama in forum Software Development Tools
    Replies: 11
    Last Post: 09-12-2008, 10:33 AM
  5. Help decompiling
    By rpg711 in forum C# Programming
    Replies: 5
    Last Post: 07-25-2008, 11:18 PM

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