Weird Internet problem

Well, he will actually need access to a connection to work it out.
Guess Dejay will have to work on him. As far as I know, the guy has gone into retirement from that sort of stuff.
As for decompiling etc.
there is no need. You can do it all in assembly language, ie any debugger (visual studio), my bet is all u have to do is replace
jnz
with jmp
(ie. 0F 85 with 90 E9).
the main thing is figuring out where that 0F 85 (or whatever) is.
 
Tried my hand at it ...but seems it is a tad difficult for someone with no prior experience on even high level languages, forget Assembly.....
Any volunteers?
 
Back
Top