Exetools

Exetools (https://forum.exetools.com/index.php)
-   General Discussion (https://forum.exetools.com/forumdisplay.php?f=2)
-   -   VisualRoute 10.0c (https://forum.exetools.com/showthread.php?t=8624)

Maltese 12-14-2005 09:09

VisualRoute 10.0c
 
I was taking a look at the JAVA TUT using JAD to decompile the xxx.class files.

After looking at Register.class, etc... this doesn't make sense.

It looks like the function U1:

private void U1()
{
String s = A0.getText().trim();
if(!B0(s))
{
C0.setForeground(Color.red);
D1.setForeground(Color.red);
A0.requestFocus();
A0.selectAll();
return;
} else
{
String s1 = X0("aUUY0;;VdfTWd<S`VTh]RhWd<fZ\\;fW\\;VWdb");
long l = System.currentTimeMillis();
String s2 = s1 + X0("+SdW-9Dd\\h`]-") + E1(s) + X0("DU-") + l + X0("DTW]-") + E1(G1());
CU(s2);
return;
}

has String s2 looks similar to the past reg code format.

Anyone had any luck with this beast?

-Malt

winndy 12-14-2005 12:37

Have you checked the functions: B0(s),X0(S),E1(s)?
CU(s2); will process the s2 too.
You need to check it.

regards


All times are GMT +8. The time now is 20:30.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX