Log in

View Full Version : A newbie question.


DaddyJTHC
March 2nd, 2004, 00:22
Hi, I have this software, and it goes to a website for serial number verfication. My question, is how can i see what site it goes to???
or what data is passed to the website..??? is there any way to monitor this??

Please reply-

Also i have a WinDasm Question.
When is shows this

* Possible StringData Ref from Data Obj - >"www.some.com"
|
:10001E68 mov edi, 10018258

where is this, i need to edit the www.some.com but i dont know where, can anyone help please.

Solomon
March 2nd, 2004, 00:41
I think any sniffer can do this job.
You can try Ethereal. It's free.
hxxp://www.ethereal.com/download.html

Quote:
[Originally Posted by DaddyJTHC]Hi, I have this software, and it goes to a website for serial number verfication. My question, is how can i see what site it goes to???
or what data is passed to the website..??? is there any way to monitor this??

Please reply-

DaddyJTHC
March 2nd, 2004, 00:42
Quote:
[Originally Posted by Solomon]I think any sniffer can do this job.
You can try Ethereal. It's free.
hxxp://www.ethereal.com/download.html



thank you very much..

naides
March 2nd, 2004, 06:30
Quote:
[Originally Posted by DaddyJTHC]
Also i have a WinDasm Question.
When is shows this

* Possible StringData Ref from Data Obj - >"www.some.com"
|
:10001E68 mov edi, 10018258

where is this, i need to edit the www.some.com but i dont know where, can anyone help please.


It is referring to a string resource. You can check the STRINGS options in WinDasm main menu.
You can change it with a HEX editor, after you search for it, or with a resource editor. The Golden rules are: the new string you put in there should be shorter, or at most, the same length as the one before. You need to end it with a null character. Consider the posibility of the string being in unicode format. HexWorkshop can search and manipulate Unicode Strings.