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:
wes
2026-08-25 13:11:37 -04:00
commit 2625b73800
31 changed files with 66753 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
// 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;
}