SBoT 1.0 decompiled with jad 1.5.8e
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.
This commit is contained in:
@@ -0,0 +1,78 @@
|
||||
// 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: e.java
|
||||
|
||||
|
||||
class e
|
||||
{
|
||||
|
||||
e()
|
||||
{
|
||||
boolean flag = false;
|
||||
D = new int[256];
|
||||
F = new int[257];
|
||||
G = new int[257];
|
||||
J = new boolean[256];
|
||||
K = new boolean[16];
|
||||
L = new byte[256];
|
||||
M = new byte[4096];
|
||||
N = new int[16];
|
||||
O = new byte[18002];
|
||||
P = new byte[18002];
|
||||
Q = new byte[6][258];
|
||||
R = new int[6][258];
|
||||
S = new int[6][258];
|
||||
T = new int[6][258];
|
||||
U = new int[6];
|
||||
}
|
||||
|
||||
final int a = 4096;
|
||||
final int b = 16;
|
||||
final int c = 258;
|
||||
final int d = 23;
|
||||
final int e = 1;
|
||||
final int f = 6;
|
||||
final int g = 50;
|
||||
final int h = 4;
|
||||
final int i = 18002;
|
||||
byte j[];
|
||||
int k;
|
||||
int l;
|
||||
int m;
|
||||
int n;
|
||||
byte o[];
|
||||
int p;
|
||||
int q;
|
||||
int r;
|
||||
int s;
|
||||
byte t;
|
||||
int u;
|
||||
boolean v;
|
||||
int w;
|
||||
int x;
|
||||
int y;
|
||||
int z;
|
||||
int A;
|
||||
int B;
|
||||
int C;
|
||||
int D[];
|
||||
int E;
|
||||
int F[];
|
||||
int G[];
|
||||
public static int H[];
|
||||
int I;
|
||||
boolean J[];
|
||||
boolean K[];
|
||||
byte L[];
|
||||
byte M[];
|
||||
int N[];
|
||||
byte O[];
|
||||
byte P[];
|
||||
byte Q[][];
|
||||
int R[][];
|
||||
int S[][];
|
||||
int T[][];
|
||||
int U[];
|
||||
int V;
|
||||
}
|
||||
Reference in New Issue
Block a user