wildpash
May 24th, 2005, 23:52
Hi,
i got an Pocket PC (ARM) Apllication Exe with DLL.
When you enter the wrong Serial the Programm pops up a MessageBox with a Message like this: "Your Serial is wrong."
My Problem is, the Text "Your Serial is wrong." is in an DLL (Language.DLL)
How do i find the Adress of the Text in the DLL in the EXE?
Cause im searching the point in the EXE that pops these MessageBox.
(I think i had to find the adress in the dll, calculate the adress where the string is loaded from memory in the exe and search for the messagebox that displays these string?)
I done some search in this forum but the posts about a dll are not so usefull for me!
i got an Pocket PC (ARM) Apllication Exe with DLL.
When you enter the wrong Serial the Programm pops up a MessageBox with a Message like this: "Your Serial is wrong."
My Problem is, the Text "Your Serial is wrong." is in an DLL (Language.DLL)
How do i find the Adress of the Text in the DLL in the EXE?
Cause im searching the point in the EXE that pops these MessageBox.
(I think i had to find the adress in the dll, calculate the adress where the string is loaded from memory in the exe and search for the messagebox that displays these string?)
I done some search in this forum but the posts about a dll are not so usefull for me!
