Jump to content

NeuroShell Trader 7 machine code?


jackvoo

Recommended Posts

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?

Link to comment
Share on other sites

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?

 

This method is not used after 5.6

 

but the cutting point

 

MOV DWORD PTR SS:[EBP-B4],ESI

You should call

 

neuroshell run time server link please share

Edited by mimtek
Link to comment
Share on other sites

  • 2 years later...
  • 3 months later...
  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...