NeuroShell Trader 7
hxxp://s390298103.onlinehome.us/NST70/NeuroShell%20Trader%207%20Install.exe
NeuroShell Trader 7 Network Client
hxxp://s390298103.onlinehome.us/NST70/NeuroShell%20Trader%207%20Network.exe
serial number P51214275
password 123456
<%
MachineCode=&h00000102
I4 = cInt(Request.Form("i4"))
I4 = I4*512
MachineCode = MachineCode Xor 26321337
ServerResponse= I4 Xor MachineCode
ServerResponseHi = Int(ServerResponse/10000)
ServerResponseLo = ServerResponse - ServerResponseHi*10000
Response.Write("0" & vbTab & ServerResponseHi & vbTab & ServerResponseLo )
%>
How to use OLLYDBG to compute the machine code?