Initial import of ADIF API reverse-engineering toolkit

This commit is contained in:
2025-12-16 08:37:56 +01:00
commit 60388529c1
11486 changed files with 1086536 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
package f3;
/* loaded from: classes3.dex */
public abstract class a {
/* JADX WARN: Removed duplicated region for block: B:14:0x00a2 */
/*
Code decompiled incorrectly, please refer to instructions dump.
To view partially-correct add '--show-bad-code' argument
*/
public static final java.net.InetAddress a(java.lang.String r17, int r18, int r19) {
/*
Method dump skipped, instructions count: 226
To view this dump add '--comments-level debug' option
*/
throw new UnsupportedOperationException("Method not decompiled: f3.a.a(java.lang.String, int, int):java.net.InetAddress");
}
/* JADX WARN: Removed duplicated region for block: B:61:? A[RETURN, SYNTHETIC] */
/* JADX WARN: Removed duplicated region for block: B:9:0x0036 */
/* JADX WARN: Type inference failed for: r9v15, types: [java.lang.Object, r3.h] */
/*
Code decompiled incorrectly, please refer to instructions dump.
To view partially-correct add '--show-bad-code' argument
*/
public static final java.lang.String b(java.lang.String r9) {
/*
Method dump skipped, instructions count: 263
To view this dump add '--comments-level debug' option
*/
throw new UnsupportedOperationException("Method not decompiled: f3.a.b(java.lang.String):java.lang.String");
}
}