Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: VB Decompile

  1. #11
    Senior Member
    Join Date
    Jun 2003
    Posts
    188
    The following might help

    www.vbdecompiler.com
    www.vb-decompiler.net

    By the way your problem can be solved without the decompiler.
    You can replace the word in the EXE file provided it does not exceed the original
    word length

  2. #12
    Junior Member
    Join Date
    Sep 2005
    Posts
    4
    ohhh!!!! sorry

    well, i'm going to try pay more attention.

    thank's for the observation!


    BytyEs

  3. #13
    Senior Member
    Join Date
    Jul 2003
    Posts
    634
    Try resource hacker -

    http://www.angusj.com/resourcehacker/

    if that doesnt work then prehaps it use the GNU strings command to check that the plain text is actually in the EXE and then use a hex editor, but I think you might struggle with that method becuase it'll offset subsequent bytes and screw with the rest of the plain text, prehaps..

    for instance if you mispelt "mark" as "bark" that would be ok be you could just replace the "b" with an "m" but if its something like "crock" that you've spelt "****" then i think you might have some problems.

    Besides I think your intellegent enough to understand that,

    i2c

Posting Permissions

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