2

I am trying to edit some hardcoded textstrings of a simple application called mininotify, because I want to do some translation. The program has been abandoned by its developer some years ago, and he doesn't answer when I contact him.

The application seems to be written in Microsoft Visual basic.

I have tried to use tools like Resource hacker and Resource tuner, but the application does not have any strings saved as resources.

I have also tried to find strings by searching with HEX-editor, but I only find programming variables and stuff like that.

Is there anything else I can do, or is it impossible?

droidgren
  • 644
  • 1
  • 7
  • 17
  • Have you been able to find a solution to this issue ? I ran into the same problem and I am still trying to find a solution in vain :) –  Mar 28 '12 at 12:30

2 Answers2

0

You are looking for something like .Net Reflector its not free anymore, but there is a 14 day trial.

soandos
  • 24,206
  • 28
  • 102
  • 134
0

The reason why you dont see any strings is probalby fact that exe is packed with UPX or other executable packer. I tryed download the file to determine which packer was used but program is no longer available on server. Post the program if You can, i'll try help.

integratorIT
  • 853
  • 8
  • 18