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,55 @@
|
||||
// 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: v.java
|
||||
|
||||
|
||||
final class v
|
||||
{
|
||||
|
||||
v()
|
||||
{
|
||||
m = new int[10];
|
||||
n = new int[10];
|
||||
o = new int[12];
|
||||
x = -1;
|
||||
G = false;
|
||||
H = -1;
|
||||
}
|
||||
|
||||
public long a;
|
||||
public String b;
|
||||
public int c;
|
||||
public int d;
|
||||
public int e;
|
||||
public int f;
|
||||
public int g;
|
||||
public int h;
|
||||
public int i;
|
||||
public int j;
|
||||
public int k;
|
||||
public int l;
|
||||
public int m[];
|
||||
public int n[];
|
||||
public int o[];
|
||||
public String p;
|
||||
public int q;
|
||||
public int r;
|
||||
public int s;
|
||||
public int t;
|
||||
public int u;
|
||||
public int v;
|
||||
public int w;
|
||||
public int x;
|
||||
public int y;
|
||||
public int z;
|
||||
public int A;
|
||||
public int B;
|
||||
public int C;
|
||||
public int D;
|
||||
public int E;
|
||||
public int F;
|
||||
public boolean G;
|
||||
public int H;
|
||||
public int I;
|
||||
}
|
||||
Reference in New Issue
Block a user