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.
34 lines
634 B
Java
34 lines
634 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: g.java
|
|
|
|
|
|
public class g
|
|
{
|
|
|
|
public g()
|
|
{
|
|
o = false;
|
|
q = -1;
|
|
}
|
|
|
|
protected int a;
|
|
protected int b;
|
|
protected int c;
|
|
protected int d;
|
|
protected int e;
|
|
protected int f;
|
|
protected l g;
|
|
protected int h;
|
|
protected int i;
|
|
protected int j;
|
|
protected int k;
|
|
protected int l;
|
|
protected int m;
|
|
protected int n;
|
|
protected boolean o;
|
|
protected int p;
|
|
protected int q;
|
|
}
|