Same SBoT.jar, decompiled with jad instead of CFR for comparison -- jad is the same decompiler the community used on RSC client dumps back in 2004 (see DeobedMC201.rar). A few methods didn't fully resolve (jad is much less capable than CFR on complex control flow); those are marked inline where jad gave up.
26 lines
541 B
Java
26 lines
541 B
Java
// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
|
|
// Jad home page: http://www.geocities.com/kpdus/jad.html
|
|
// Decompiler options: packimports(3)
|
|
// Source File Name: k.java
|
|
|
|
|
|
public class k
|
|
{
|
|
|
|
public k()
|
|
{
|
|
}
|
|
|
|
public static int a = 196;
|
|
public static int b = 196;
|
|
public static int c = 85;
|
|
public static int d = 63;
|
|
public static int e = 58;
|
|
public static int f = 36;
|
|
public static int g = 17;
|
|
public static int h = 24;
|
|
public static int i = 1;
|
|
public static int j = 2;
|
|
|
|
}
|