Can anyone offer any insight to this problem.
I went through the tutorials mentioned in another thread, and am attempting to apply the same principle of ignoring the password required.
Here is the dillema.
Using W*2Dasm I locate the string and I see the indication:
*Referenced by a (U)nconditional or (C)onditional jump at address:
|:0040*4C*

I go up to 0040*4C* and see this instruction.
:0040*4C* 0F840A0*0000 je 0040*5D*

Now what I am expecting is to see the Hex representation of 'je' (=74h)
But the code string appears to start with 0Fh.

Other je command strings in the program appear as starting with 74h.

Can anyone shed some light on this?
M.