778 lines
44 KiB
Java
778 lines
44 KiB
Java
|
package com.scb.phone.view.activity.remittance;
|
||
|
|
||
|
import android.content.Context;
|
||
|
import android.content.Intent;
|
||
|
import android.graphics.Color;
|
||
|
import android.graphics.ImageFormat;
|
||
|
import android.media.AudioTrack;
|
||
|
import android.os.Bundle;
|
||
|
import android.os.Process;
|
||
|
import android.os.SystemClock;
|
||
|
import android.telephony.cdma.CdmaCellLocation;
|
||
|
import android.text.AndroidCharacter;
|
||
|
import android.text.TextUtils;
|
||
|
import android.util.TypedValue;
|
||
|
import android.view.KeyEvent;
|
||
|
import android.view.MotionEvent;
|
||
|
import android.view.View;
|
||
|
import android.view.ViewConfiguration;
|
||
|
import android.widget.ExpandableListView;
|
||
|
import com.google.android.gms.maps.model.BitmapDescriptorFactory;
|
||
|
import com.google.common.base.Ascii;
|
||
|
import com.kofax.mobile.sdk._internal.impl.extraction.kta.KtaJsonExactionHelper;
|
||
|
import com.scb.phone.R;
|
||
|
import java.lang.reflect.Method;
|
||
|
import net.sf.scuba.smartcards.ISO7816;
|
||
|
import o.C1115Vz;
|
||
|
import o.C14957gcv;
|
||
|
import o.C5911cCy;
|
||
|
import o.InterfaceC13391fZD;
|
||
|
import o.TVH;
|
||
|
import o.VD;
|
||
|
import o.xzZ;
|
||
|
import o.zUI;
|
||
|
import org.bouncycastle.crypto.tls.CipherSuite;
|
||
|
import org.jnbis.internal.NistHelper;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public final class RemittanceLandingActivity extends Hilt_RemittanceLandingActivity {
|
||
|
private static char[] k;
|
||
|
private static int l;
|
||
|
public static final HBt m;
|
||
|
|
||
|
/* renamed from: o, reason: collision with root package name */
|
||
|
private static int f7889o;
|
||
|
|
||
|
@InterfaceC13391fZD
|
||
|
public C5911cCy presenter;
|
||
|
private static final byte[] $$y = {10, Ascii.SYN, ISO7816.INS_READ_RECORD2, -2};
|
||
|
private static final int $$z = 27;
|
||
|
private static int $10 = 0;
|
||
|
private static int $11 = 1;
|
||
|
private static int q = 1;
|
||
|
|
||
|
/* JADX WARN: Removed duplicated region for block: B:10:0x0025 */
|
||
|
/* JADX WARN: Removed duplicated region for block: B:7:0x001d */
|
||
|
/* JADX WARN: Unsupported multi-entry loop pattern (BACK_EDGE: B:10:0x0025 -> B:4:0x002d). Please report as a decompilation issue!!! */
|
||
|
/*
|
||
|
Code decompiled incorrectly, please refer to instructions dump.
|
||
|
To view partially-correct add '--show-bad-code' argument
|
||
|
*/
|
||
|
private static void aF(int r6, int r7, byte r8, java.lang.Object[] r9) {
|
||
|
/*
|
||
|
int r7 = r7 * 3
|
||
|
int r7 = 4 - r7
|
||
|
int r8 = r8 * 4
|
||
|
int r0 = r8 + 1
|
||
|
int r6 = 76 - r6
|
||
|
byte[] r1 = com.scb.phone.view.activity.remittance.RemittanceLandingActivity.$$y
|
||
|
byte[] r0 = new byte[r0]
|
||
|
r2 = 0
|
||
|
if (r1 != 0) goto L14
|
||
|
r3 = r7
|
||
|
r4 = r2
|
||
|
goto L2d
|
||
|
L14:
|
||
|
r3 = r2
|
||
|
r5 = r7
|
||
|
r7 = r6
|
||
|
r6 = r5
|
||
|
L18:
|
||
|
byte r4 = (byte) r7
|
||
|
r0[r3] = r4
|
||
|
if (r3 != r8) goto L25
|
||
|
java.lang.String r6 = new java.lang.String
|
||
|
r6.<init>(r0, r2)
|
||
|
r9[r2] = r6
|
||
|
return
|
||
|
L25:
|
||
|
int r3 = r3 + 1
|
||
|
r4 = r1[r6]
|
||
|
r5 = r3
|
||
|
r3 = r6
|
||
|
r6 = r4
|
||
|
r4 = r5
|
||
|
L2d:
|
||
|
int r7 = r7 + r6
|
||
|
int r6 = r3 + 1
|
||
|
r3 = r4
|
||
|
goto L18
|
||
|
*/
|
||
|
throw new UnsupportedOperationException("Method not decompiled: com.scb.phone.view.activity.remittance.RemittanceLandingActivity.aF(int, int, byte, java.lang.Object[]):void");
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public static final class HBt {
|
||
|
private HBt() {
|
||
|
}
|
||
|
|
||
|
public static Intent alA_(Context context, VD vd, C1115Vz c1115Vz) {
|
||
|
C14957gcv.e(context, "");
|
||
|
C14957gcv.e(vd, "");
|
||
|
Intent intent = new Intent(context, (Class<?>) RemittanceLandingActivity.class);
|
||
|
C14957gcv.c(intent.putExtra("STATE", vd.ordinal()), "");
|
||
|
intent.putExtra("INPUT_DISPLAY", c1115Vz);
|
||
|
return intent;
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ HBt(byte b) {
|
||
|
this();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* JADX WARN: Code restructure failed: missing block: B:16:0x0033, code lost:
|
||
|
|
||
|
r1 = o.VD.values()[r1];
|
||
|
*/
|
||
|
/* JADX WARN: Code restructure failed: missing block: B:18:0x0031, code lost:
|
||
|
|
||
|
if (r1 >= 0) goto L9;
|
||
|
*/
|
||
|
/* JADX WARN: Code restructure failed: missing block: B:4:0x0023, code lost:
|
||
|
|
||
|
if (r1 >= 0) goto L9;
|
||
|
*/
|
||
|
/* JADX WARN: Code restructure failed: missing block: B:5:0x003c, code lost:
|
||
|
|
||
|
r1 = com.scb.phone.view.activity.remittance.RemittanceLandingActivity.q + 95;
|
||
|
com.scb.phone.view.activity.remittance.RemittanceLandingActivity.f7889o = r1 % 128;
|
||
|
r1 = r1 % 2;
|
||
|
r1 = null;
|
||
|
*/
|
||
|
@Override // com.scb.phone.view.activity.BaseActivityWithFragment
|
||
|
/*
|
||
|
Code decompiled incorrectly, please refer to instructions dump.
|
||
|
To view partially-correct add '--show-bad-code' argument
|
||
|
*/
|
||
|
public final androidx.fragment.app.Fragment M() {
|
||
|
/*
|
||
|
r6 = this;
|
||
|
r0 = 2
|
||
|
int r1 = r0 % r0
|
||
|
int r1 = com.scb.phone.view.activity.remittance.RemittanceLandingActivity.f7889o
|
||
|
int r1 = r1 + 85
|
||
|
int r2 = r1 % 128
|
||
|
com.scb.phone.view.activity.remittance.RemittanceLandingActivity.q = r2
|
||
|
int r1 = r1 % r0
|
||
|
r2 = 0
|
||
|
r3 = -1
|
||
|
java.lang.String r4 = "STATE"
|
||
|
java.lang.String r5 = ""
|
||
|
if (r1 != 0) goto L26
|
||
|
android.content.Intent r1 = r6.getIntent()
|
||
|
o.C14957gcv.c(r1, r5)
|
||
|
int r1 = r1.getIntExtra(r4, r3)
|
||
|
r3 = 12
|
||
|
int r3 = r3 / 0
|
||
|
if (r1 < 0) goto L3c
|
||
|
goto L33
|
||
|
L26:
|
||
|
android.content.Intent r1 = r6.getIntent()
|
||
|
o.C14957gcv.c(r1, r5)
|
||
|
int r1 = r1.getIntExtra(r4, r3)
|
||
|
if (r1 < 0) goto L3c
|
||
|
L33:
|
||
|
o.VD[] r3 = o.VD.values()
|
||
|
r1 = r3[r1]
|
||
|
java.lang.Enum r1 = (java.lang.Enum) r1
|
||
|
goto L46
|
||
|
L3c:
|
||
|
int r1 = com.scb.phone.view.activity.remittance.RemittanceLandingActivity.q
|
||
|
int r1 = r1 + 95
|
||
|
int r3 = r1 % 128
|
||
|
com.scb.phone.view.activity.remittance.RemittanceLandingActivity.f7889o = r3
|
||
|
int r1 = r1 % r0
|
||
|
r1 = r2
|
||
|
L46:
|
||
|
o.VD r1 = (o.VD) r1
|
||
|
if (r1 != 0) goto L5b
|
||
|
int r1 = com.scb.phone.view.activity.remittance.RemittanceLandingActivity.q
|
||
|
int r1 = r1 + 125
|
||
|
int r3 = r1 % 128
|
||
|
com.scb.phone.view.activity.remittance.RemittanceLandingActivity.f7889o = r3
|
||
|
int r1 = r1 % r0
|
||
|
if (r1 != 0) goto L58
|
||
|
o.VD r1 = o.VD.NORMAL
|
||
|
goto L5b
|
||
|
L58:
|
||
|
o.VD r0 = o.VD.NORMAL
|
||
|
throw r2
|
||
|
L5b:
|
||
|
android.content.Intent r0 = r6.getIntent()
|
||
|
java.lang.String r2 = "INPUT_DISPLAY"
|
||
|
android.os.Parcelable r0 = r0.getParcelableExtra(r2)
|
||
|
o.Vz r0 = (o.C1115Vz) r0
|
||
|
com.scb.phone.view.fragment.remittance.RemittanceLandingFragment$LWm r3 = com.scb.phone.view.fragment.remittance.RemittanceLandingFragment.d
|
||
|
o.C14957gcv.e(r1, r5)
|
||
|
com.scb.phone.view.fragment.remittance.RemittanceLandingFragment r3 = new com.scb.phone.view.fragment.remittance.RemittanceLandingFragment
|
||
|
r3.<init>()
|
||
|
android.os.Bundle r5 = new android.os.Bundle
|
||
|
r5.<init>()
|
||
|
java.lang.Enum r1 = (java.lang.Enum) r1
|
||
|
int r1 = r1.ordinal()
|
||
|
r5.putInt(r4, r1)
|
||
|
android.os.Parcelable r0 = (android.os.Parcelable) r0
|
||
|
r5.putParcelable(r2, r0)
|
||
|
r3.setArguments(r5)
|
||
|
androidx.fragment.app.Fragment r3 = (androidx.fragment.app.Fragment) r3
|
||
|
return r3
|
||
|
*/
|
||
|
throw new UnsupportedOperationException("Method not decompiled: com.scb.phone.view.activity.remittance.RemittanceLandingActivity.M():androidx.fragment.app.Fragment");
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.activity.BaseActivityWithFragment
|
||
|
public final String L() {
|
||
|
int i = 2 % 2;
|
||
|
int i2 = q + 61;
|
||
|
f7889o = i2 % 128;
|
||
|
int i3 = i2 % 2;
|
||
|
String string = getString(R.string.remittance_landing_page_title);
|
||
|
C14957gcv.c((Object) string, "");
|
||
|
int i4 = q + 15;
|
||
|
f7889o = i4 % 128;
|
||
|
int i5 = i4 % 2;
|
||
|
return string;
|
||
|
}
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: private */
|
||
|
public static /* synthetic */ Object d(Object[] objArr) {
|
||
|
RemittanceLandingActivity remittanceLandingActivity = (RemittanceLandingActivity) objArr[0];
|
||
|
Bundle bundle = (Bundle) objArr[1];
|
||
|
int i = 2 % 2;
|
||
|
Object[] objArr2 = new Object[1];
|
||
|
aE(new int[]{0, 18, CipherSuite.TLS_RSA_WITH_SEED_CBC_SHA, 0}, false, new byte[]{1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0}, objArr2);
|
||
|
Class<?> cls = Class.forName((String) objArr2[0]);
|
||
|
Object[] objArr3 = new Object[1];
|
||
|
aD(((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getPackageName().length() - 8, new char[]{1, 65532, 5, 17, 65517}, ((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getPackageName().length() + CipherSuite.TLS_DHE_PSK_WITH_NULL_SHA384, false, (CdmaCellLocation.convertQuartSecToDecDegrees(0) > 0.0d ? 1 : (CdmaCellLocation.convertQuartSecToDecDegrees(0) == 0.0d ? 0 : -1)) + 2, objArr3);
|
||
|
int intValue = ((Integer) cls.getDeclaredMethod((String) objArr3[0], new Class[0]).invoke(null, new Object[0])).intValue() % 100000;
|
||
|
if (intValue < 99000 || intValue > 99999) {
|
||
|
Context baseContext = remittanceLandingActivity.getBaseContext();
|
||
|
if (baseContext == null) {
|
||
|
Object[] objArr4 = new Object[1];
|
||
|
aD(((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getPackageName().codePointAt(4) - 89, new char[]{'\r', '\r', 65534, 65483, 1, 6, '\f', 15, 1, 11, 65534, 1, 65534, 2, 15, 5, 65521, 22, 17, 6, 19, 6, 17, 0, 65502, 65483}, ((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getApplicationInfo().targetSdkVersion + CipherSuite.TLS_DH_anon_WITH_SEED_CBC_SHA, true, 11 - TextUtils.getCapsMode("", 0, 0), objArr4);
|
||
|
Class<?> cls2 = Class.forName((String) objArr4[0]);
|
||
|
Object[] objArr5 = new Object[1];
|
||
|
aE(new int[]{18, 18, 142, 0}, true, new byte[]{0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0}, objArr5);
|
||
|
baseContext = (Context) cls2.getMethod((String) objArr5[0], new Class[0]).invoke(null, null);
|
||
|
}
|
||
|
if (baseContext != null) {
|
||
|
baseContext = baseContext.getApplicationContext();
|
||
|
}
|
||
|
if (baseContext != null) {
|
||
|
try {
|
||
|
Object obj = xzZ.y.get(125943855);
|
||
|
if (obj == null) {
|
||
|
obj = ((Class) xzZ.c(491 - MotionEvent.axisFromString(""), 5 - (ViewConfiguration.getScrollDefaultDelay() >> 16), (char) TextUtils.indexOf("", ""))).getMethod("a", null);
|
||
|
xzZ.y.put(125943855, obj);
|
||
|
}
|
||
|
Object invoke = ((Method) obj).invoke(null, null);
|
||
|
Object[] objArr6 = new Object[1];
|
||
|
aE(new int[]{36, 48, CipherSuite.TLS_RSA_PSK_WITH_AES_128_GCM_SHA256, 0}, false, new byte[]{1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1}, objArr6);
|
||
|
String str = (String) objArr6[0];
|
||
|
Object[] objArr7 = new Object[1];
|
||
|
aD(((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getPackageName().length() + 51, new char[]{65522, 30, 65520, 65525, '!', 65521, 65518, 65522, 65518, 65522, 65523, 65517, 65522, 65520, 65517, 65518, 31, 65522, 29, 65520, 65519, 65522, 65516, 31, 65518, 65525, 65516, 65524, 65523, 65523, 65521, 29, 65521, 65524, 30, 30, 65522, 30, 29, 65522, 65521, 65517, 65522, 30, ' ', 65524, '\"', 65523, 31, 65524, 65521, 30, 65524, 31, 65517, 65524, 65522, 30, 29, '!', '!', 30, 65522, '!'}, ((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getResources().getString(R.string.pin_strength_error).substring(47, 50).length() + CipherSuite.TLS_DH_anon_WITH_SEED_CBC_SHA, false, ((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getResources().getString(R.string.registration_title).substring(13, 14).codePointAt(0) + 28, objArr7);
|
||
|
String str2 = (String) objArr7[0];
|
||
|
Object[] objArr8 = new Object[1];
|
||
|
aD(((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getApplicationInfo().targetSdkVersion + 30, new char[]{65520, 31, NistHelper.SEP_FS, 31, 65516, 65522, 65520, 65523, 65514, ' ', 65514, 27, ' ', 27, 65519, 65522, 29, 65521, 27, 65522, 65514, 65517, 27, 65517, 31, 31, 65516, 65523, 65517, 31, NistHelper.SEP_FS, 65518, 65514, 65522, 27, NistHelper.SEP_FS, ' ', 65514, 65515, 65514, 65521, 65516, 29, 65522, ' ', 31, 65522, 65520, 65523, 30, 65518, NistHelper.SEP_FS, 27, 65519, 65519, 65516, 65515, 65515, 65519, 65514, 65519, 65517, ' ', 29}, ((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getApplicationInfo().targetSdkVersion + 126, false, Process.getGidForName("") + 19, objArr8);
|
||
|
String str3 = (String) objArr8[0];
|
||
|
Object[] objArr9 = new Object[1];
|
||
|
aD(((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getApplicationInfo().targetSdkVersion + 40, new char[]{11, 11, '\r', 1, 11, 65535, 7, 17, 65485, 65485, 65496, 17, 14, 18, 18, 6, 17, 18, '\f', 3, 20, 3, 65485, 65488, 20, 65485, 18, 17, 3, 5, '\f', 7, 65485, 7, 14, 65535, 65485, 11, '\r', 1, 65484, 3, 16, 65535, 19, 15, 17, 2, 16, 65535, 19, 5, 65484, 18, 17, 65535, 1, 18, 65535, 3, 16, 6, 18, 65484, '\t', '\f', 65535, 0, '\n', 65535, 7, 1, 16, 3}, ((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getPackageName().codePointAt(7) + 142, true, ((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getPackageName().codePointAt(5) - 83, objArr9);
|
||
|
String str4 = (String) objArr9[0];
|
||
|
Object[] objArr10 = new Object[1];
|
||
|
aD(((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getApplicationInfo().targetSdkVersion - 29, new char[]{6, 65532, 65534, 7, 65532}, ((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getResources().getString(R.string.error_scan_barcode_not_found_title).substring(16, 17).length() + CipherSuite.TLS_PSK_WITH_3DES_EDE_CBC_SHA, false, ((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getResources().getString(R.string.facebook_app_id).substring(0, 15).codePointAt(4) - 46, objArr10);
|
||
|
String str5 = (String) objArr10[0];
|
||
|
Object[] objArr11 = new Object[1];
|
||
|
aE(new int[]{84, 36, CipherSuite.TLS_PSK_WITH_RC4_128_SHA, 14}, false, new byte[]{1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 0, 1, 0, 0, 0, 1, 1}, objArr11);
|
||
|
Object[] objArr12 = {baseContext, str, str2, str3, str4, true, str5, (String) objArr11[0]};
|
||
|
Object obj2 = xzZ.y.get(1656189573);
|
||
|
if (obj2 == null) {
|
||
|
obj2 = ((Class) xzZ.c(Color.alpha(0) + 487, 5 - (ViewConfiguration.getKeyRepeatDelay() >> 16), (char) Color.blue(0))).getMethod("e", Context.class, String.class, String.class, String.class, String.class, Boolean.TYPE, String.class, String.class);
|
||
|
xzZ.y.put(1656189573, obj2);
|
||
|
}
|
||
|
((Method) obj2).invoke(invoke, objArr12);
|
||
|
int i2 = q + 79;
|
||
|
f7889o = i2 % 128;
|
||
|
int i3 = i2 % 2;
|
||
|
} catch (Throwable th) {
|
||
|
Throwable cause = th.getCause();
|
||
|
if (cause != null) {
|
||
|
throw cause;
|
||
|
}
|
||
|
throw th;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
super.onCreate(bundle);
|
||
|
int i4 = q + 101;
|
||
|
f7889o = i4 % 128;
|
||
|
if (i4 % 2 == 0) {
|
||
|
return null;
|
||
|
}
|
||
|
Object obj3 = null;
|
||
|
obj3.hashCode();
|
||
|
throw null;
|
||
|
}
|
||
|
|
||
|
private static void aD(int i, char[] cArr, int i2, boolean z, int i3, Object[] objArr) {
|
||
|
int i4 = 2 % 2;
|
||
|
zUI zui = new zUI();
|
||
|
char[] cArr2 = new char[i];
|
||
|
zui.d = 0;
|
||
|
while (zui.d < i) {
|
||
|
zui.c = cArr[zui.d];
|
||
|
cArr2[zui.d] = (char) (i2 + zui.c);
|
||
|
int i5 = zui.d;
|
||
|
try {
|
||
|
Object[] objArr2 = {Integer.valueOf(cArr2[i5]), Integer.valueOf(l)};
|
||
|
Object obj = xzZ.y.get(880493502);
|
||
|
if (obj == null) {
|
||
|
Class cls = (Class) xzZ.c(143 - Color.green(0), 7 - TextUtils.getCapsMode("", 0, 0), (char) (((byte) KeyEvent.getModifierMetaStateMask()) + 1));
|
||
|
byte b = (byte) 0;
|
||
|
Object[] objArr3 = new Object[1];
|
||
|
aF((byte) 7, b, b, objArr3);
|
||
|
obj = cls.getMethod((String) objArr3[0], Integer.TYPE, Integer.TYPE);
|
||
|
xzZ.y.put(880493502, obj);
|
||
|
}
|
||
|
cArr2[i5] = ((Character) ((Method) obj).invoke(null, objArr2)).charValue();
|
||
|
Object[] objArr4 = {zui, zui};
|
||
|
Object obj2 = xzZ.y.get(1294990079);
|
||
|
if (obj2 == null) {
|
||
|
Class cls2 = (Class) xzZ.c(342 - (Process.myTid() >> 22), View.resolveSizeAndState(0, 0, 0) + 5, (char) ((-1) - TextUtils.lastIndexOf("", '0', 0, 0)));
|
||
|
byte b2 = (byte) 0;
|
||
|
byte b3 = b2;
|
||
|
Object[] objArr5 = new Object[1];
|
||
|
aF(b2, b3, b3, objArr5);
|
||
|
obj2 = cls2.getMethod((String) objArr5[0], Object.class, Object.class);
|
||
|
xzZ.y.put(1294990079, obj2);
|
||
|
}
|
||
|
((Method) obj2).invoke(null, objArr4);
|
||
|
} catch (Throwable th) {
|
||
|
Throwable cause = th.getCause();
|
||
|
if (cause == null) {
|
||
|
throw th;
|
||
|
}
|
||
|
throw cause;
|
||
|
}
|
||
|
}
|
||
|
if (i3 > 0) {
|
||
|
int i6 = $11 + 75;
|
||
|
$10 = i6 % 128;
|
||
|
int i7 = i6 % 2;
|
||
|
zui.a = i3;
|
||
|
char[] cArr3 = new char[i];
|
||
|
System.arraycopy(cArr2, 0, cArr3, 0, i);
|
||
|
System.arraycopy(cArr3, 0, cArr2, i - zui.a, zui.a);
|
||
|
System.arraycopy(cArr3, zui.a, cArr2, 0, i - zui.a);
|
||
|
}
|
||
|
if (z) {
|
||
|
char[] cArr4 = new char[i];
|
||
|
zui.d = 0;
|
||
|
while (zui.d < i) {
|
||
|
cArr4[zui.d] = cArr2[(i - zui.d) - 1];
|
||
|
Object[] objArr6 = {zui, zui};
|
||
|
Object obj3 = xzZ.y.get(1294990079);
|
||
|
if (obj3 == null) {
|
||
|
Class cls3 = (Class) xzZ.c(342 - (ViewConfiguration.getScrollBarFadeDuration() >> 16), ExpandableListView.getPackedPositionType(0L) + 5, (char) (ViewConfiguration.getLongPressTimeout() >> 16));
|
||
|
byte b4 = (byte) 0;
|
||
|
byte b5 = b4;
|
||
|
Object[] objArr7 = new Object[1];
|
||
|
aF(b4, b5, b5, objArr7);
|
||
|
obj3 = cls3.getMethod((String) objArr7[0], Object.class, Object.class);
|
||
|
xzZ.y.put(1294990079, obj3);
|
||
|
}
|
||
|
((Method) obj3).invoke(null, objArr6);
|
||
|
}
|
||
|
int i8 = $11 + 119;
|
||
|
$10 = i8 % 128;
|
||
|
if (i8 % 2 != 0) {
|
||
|
int i9 = 3 / 5;
|
||
|
}
|
||
|
cArr2 = cArr4;
|
||
|
}
|
||
|
objArr[0] = new String(cArr2);
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.activity.remittance.Hilt_RemittanceLandingActivity, com.scb.phone.view.activity.BaseActivityWithFragment, com.scb.phone.view.activity.BaseActivity, com.scb.phone.view.activity.PreLoadCheckActivity, com.akexorcist.localizationactivity.LocalizationActivity, androidx.appcompat.app.AppCompatActivity, androidx.fragment.app.FragmentActivity, androidx.activity.ComponentActivity, androidx.core.app.ComponentActivity, android.app.Activity
|
||
|
public final void onResume() {
|
||
|
int i = 2 % 2;
|
||
|
Context baseContext = getBaseContext();
|
||
|
if (baseContext == null) {
|
||
|
int i2 = q + 7;
|
||
|
f7889o = i2 % 128;
|
||
|
int i3 = i2 % 2;
|
||
|
Object[] objArr = new Object[1];
|
||
|
aD(TextUtils.indexOf((CharSequence) "", '0', 0) + 27, new char[]{'\r', '\r', 65534, 65483, 1, 6, '\f', 15, 1, 11, 65534, 1, 65534, 2, 15, 5, 65521, 22, 17, 6, 19, 6, 17, 0, 65502, 65483}, ((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getResources().getString(R.string.point_x_point_value).substring(0, 35).length() + CipherSuite.TLS_DHE_RSA_WITH_SEED_CBC_SHA, true, (ViewConfiguration.getTouchSlop() >> 8) + 11, objArr);
|
||
|
Class<?> cls = Class.forName((String) objArr[0]);
|
||
|
Object[] objArr2 = new Object[1];
|
||
|
aE(new int[]{18, 18, 142, 0}, true, new byte[]{0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0}, objArr2);
|
||
|
baseContext = (Context) cls.getMethod((String) objArr2[0], new Class[0]).invoke(null, null);
|
||
|
int i4 = q + 15;
|
||
|
f7889o = i4 % 128;
|
||
|
int i5 = i4 % 2;
|
||
|
}
|
||
|
if (baseContext != null) {
|
||
|
baseContext = baseContext.getApplicationContext();
|
||
|
}
|
||
|
if (baseContext != null) {
|
||
|
try {
|
||
|
Object obj = xzZ.y.get(125943855);
|
||
|
if (obj == null) {
|
||
|
obj = ((Class) xzZ.c(492 - TextUtils.getCapsMode("", 0, 0), 4 - (ExpandableListView.getPackedPositionForChild(0, 0) > 0L ? 1 : (ExpandableListView.getPackedPositionForChild(0, 0) == 0L ? 0 : -1)), (char) (ViewConfiguration.getMaximumDrawingCacheSize() >> 24))).getMethod("a", null);
|
||
|
xzZ.y.put(125943855, obj);
|
||
|
}
|
||
|
Object invoke = ((Method) obj).invoke(null, null);
|
||
|
Object[] objArr3 = {baseContext};
|
||
|
Object obj2 = xzZ.y.get(1378719468);
|
||
|
if (obj2 == null) {
|
||
|
obj2 = ((Class) xzZ.c(487 - KeyEvent.getDeadChar(0, 0), TextUtils.indexOf((CharSequence) "", '0') + 6, (char) ExpandableListView.getPackedPositionGroup(0L))).getMethod(KtaJsonExactionHelper.OBJECT, Context.class);
|
||
|
xzZ.y.put(1378719468, obj2);
|
||
|
}
|
||
|
((Method) obj2).invoke(invoke, objArr3);
|
||
|
} catch (Throwable th) {
|
||
|
Throwable cause = th.getCause();
|
||
|
if (cause == null) {
|
||
|
throw th;
|
||
|
}
|
||
|
throw cause;
|
||
|
}
|
||
|
}
|
||
|
super.onResume();
|
||
|
int i6 = q + 123;
|
||
|
f7889o = i6 % 128;
|
||
|
if (i6 % 2 != 0) {
|
||
|
int i7 = 5 / 0;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.activity.remittance.Hilt_RemittanceLandingActivity, com.scb.phone.view.activity.BaseActivityWithFragment, com.scb.phone.view.activity.BaseActivity, com.scb.phone.view.activity.PreLoadCheckActivity, com.akexorcist.localizationactivity.LocalizationActivity, androidx.appcompat.app.AppCompatActivity, androidx.fragment.app.FragmentActivity, androidx.activity.ComponentActivity, androidx.core.app.ComponentActivity, android.app.Activity
|
||
|
public final void onPause() {
|
||
|
int i = 2 % 2;
|
||
|
int i2 = f7889o + 45;
|
||
|
q = i2 % 128;
|
||
|
int i3 = i2 % 2;
|
||
|
Context baseContext = getBaseContext();
|
||
|
if (baseContext == null) {
|
||
|
Object[] objArr = new Object[1];
|
||
|
aD(((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getApplicationInfo().targetSdkVersion - 8, new char[]{'\r', '\r', 65534, 65483, 1, 6, '\f', 15, 1, 11, 65534, 1, 65534, 2, 15, 5, 65521, 22, 17, 6, 19, 6, 17, 0, 65502, 65483}, 189 - TextUtils.getTrimmedLength(""), true, ((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getResources().getString(R.string.hml_business_owner_review_repayment_amount).substring(0, 5).codePointAt(1) - 38, objArr);
|
||
|
Class<?> cls = Class.forName((String) objArr[0]);
|
||
|
Object[] objArr2 = new Object[1];
|
||
|
aE(new int[]{18, 18, 142, 0}, true, new byte[]{0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0}, objArr2);
|
||
|
baseContext = (Context) cls.getMethod((String) objArr2[0], new Class[0]).invoke(null, null);
|
||
|
}
|
||
|
if (baseContext != null) {
|
||
|
baseContext = baseContext.getApplicationContext();
|
||
|
int i4 = f7889o + 111;
|
||
|
q = i4 % 128;
|
||
|
int i5 = i4 % 2;
|
||
|
}
|
||
|
if (baseContext != null) {
|
||
|
int i6 = q + 113;
|
||
|
f7889o = i6 % 128;
|
||
|
try {
|
||
|
if (i6 % 2 != 0) {
|
||
|
Object obj = xzZ.y.get(125943855);
|
||
|
if (obj == null) {
|
||
|
obj = ((Class) xzZ.c(492 - (ViewConfiguration.getTouchSlop() >> 8), 5 - View.combineMeasuredStates(0, 0), (char) Color.blue(0))).getMethod("a", null);
|
||
|
xzZ.y.put(125943855, obj);
|
||
|
}
|
||
|
Object invoke = ((Method) obj).invoke(null, null);
|
||
|
Object[] objArr3 = {baseContext};
|
||
|
Object obj2 = xzZ.y.get(1633456013);
|
||
|
if (obj2 == null) {
|
||
|
obj2 = ((Class) xzZ.c(488 - (SystemClock.elapsedRealtime() > 0L ? 1 : (SystemClock.elapsedRealtime() == 0L ? 0 : -1)), '5' - AndroidCharacter.getMirror('0'), (char) ((ExpandableListView.getPackedPositionForChild(0, 0) > 0L ? 1 : (ExpandableListView.getPackedPositionForChild(0, 0) == 0L ? 0 : -1)) + 1))).getMethod("c", Context.class);
|
||
|
xzZ.y.put(1633456013, obj2);
|
||
|
}
|
||
|
((Method) obj2).invoke(invoke, objArr3);
|
||
|
int i7 = 73 / 0;
|
||
|
} else {
|
||
|
Object obj3 = xzZ.y.get(125943855);
|
||
|
if (obj3 == null) {
|
||
|
obj3 = ((Class) xzZ.c(493 - (ViewConfiguration.getZoomControlsTimeout() > 0L ? 1 : (ViewConfiguration.getZoomControlsTimeout() == 0L ? 0 : -1)), 5 - (ViewConfiguration.getEdgeSlop() >> 16), (char) ((ViewConfiguration.getGlobalActionKeyTimeout() > 0L ? 1 : (ViewConfiguration.getGlobalActionKeyTimeout() == 0L ? 0 : -1)) - 1))).getMethod("a", null);
|
||
|
xzZ.y.put(125943855, obj3);
|
||
|
}
|
||
|
Object invoke2 = ((Method) obj3).invoke(null, null);
|
||
|
Object[] objArr4 = {baseContext};
|
||
|
Object obj4 = xzZ.y.get(1633456013);
|
||
|
if (obj4 == null) {
|
||
|
obj4 = ((Class) xzZ.c((SystemClock.currentThreadTimeMillis() > (-1L) ? 1 : (SystemClock.currentThreadTimeMillis() == (-1L) ? 0 : -1)) + 486, 5 - (ViewConfiguration.getTouchSlop() >> 8), (char) (ViewConfiguration.getEdgeSlop() >> 16))).getMethod("c", Context.class);
|
||
|
xzZ.y.put(1633456013, obj4);
|
||
|
}
|
||
|
((Method) obj4).invoke(invoke2, objArr4);
|
||
|
}
|
||
|
} catch (Throwable th) {
|
||
|
Throwable cause = th.getCause();
|
||
|
if (cause == null) {
|
||
|
throw th;
|
||
|
}
|
||
|
throw cause;
|
||
|
}
|
||
|
}
|
||
|
super.onPause();
|
||
|
}
|
||
|
|
||
|
private static void aE(int[] iArr, boolean z, byte[] bArr, Object[] objArr) {
|
||
|
int i;
|
||
|
char[] cArr;
|
||
|
int i2 = 2;
|
||
|
int i3 = 2 % 2;
|
||
|
TVH tvh = new TVH();
|
||
|
int i4 = 0;
|
||
|
int i5 = iArr[0];
|
||
|
int i6 = iArr[1];
|
||
|
int i7 = iArr[2];
|
||
|
int i8 = iArr[3];
|
||
|
char[] cArr2 = k;
|
||
|
char c = '0';
|
||
|
if (cArr2 != null) {
|
||
|
int length = cArr2.length;
|
||
|
char[] cArr3 = new char[length];
|
||
|
int i9 = 0;
|
||
|
while (i9 < length) {
|
||
|
int i10 = $10 + 33;
|
||
|
$11 = i10 % 128;
|
||
|
int i11 = i10 % i2;
|
||
|
try {
|
||
|
Object[] objArr2 = new Object[1];
|
||
|
objArr2[i4] = Integer.valueOf(cArr2[i9]);
|
||
|
Object obj = xzZ.y.get(1645349359);
|
||
|
if (obj != null) {
|
||
|
cArr = cArr2;
|
||
|
} else {
|
||
|
Class cls = (Class) xzZ.c((ViewConfiguration.getKeyRepeatTimeout() >> 16) + 223, TextUtils.lastIndexOf("", c, i4) + 6, (char) (KeyEvent.getDeadChar(i4, i4) + 41977));
|
||
|
byte b = (byte) 5;
|
||
|
byte b2 = (byte) (b - 5);
|
||
|
cArr = cArr2;
|
||
|
Object[] objArr3 = new Object[1];
|
||
|
aF(b, b2, b2, objArr3);
|
||
|
obj = cls.getMethod((String) objArr3[0], Integer.TYPE);
|
||
|
xzZ.y.put(1645349359, obj);
|
||
|
}
|
||
|
cArr3[i9] = ((Character) ((Method) obj).invoke(null, objArr2)).charValue();
|
||
|
i9++;
|
||
|
cArr2 = cArr;
|
||
|
i2 = 2;
|
||
|
i4 = 0;
|
||
|
c = '0';
|
||
|
} catch (Throwable th) {
|
||
|
Throwable cause = th.getCause();
|
||
|
if (cause == null) {
|
||
|
throw th;
|
||
|
}
|
||
|
throw cause;
|
||
|
}
|
||
|
}
|
||
|
cArr2 = cArr3;
|
||
|
}
|
||
|
char[] cArr4 = new char[i6];
|
||
|
System.arraycopy(cArr2, i5, cArr4, 0, i6);
|
||
|
if (bArr != null) {
|
||
|
int i12 = $10 + 71;
|
||
|
$11 = i12 % 128;
|
||
|
int i13 = i12 % 2;
|
||
|
char[] cArr5 = new char[i6];
|
||
|
tvh.c = 0;
|
||
|
char c2 = 0;
|
||
|
while (tvh.c < i6) {
|
||
|
int i14 = $10 + 57;
|
||
|
$11 = i14 % 128;
|
||
|
if (i14 % 2 != 0 ? bArr[tvh.c] != 1 : bArr[tvh.c] != 0) {
|
||
|
int i15 = tvh.c;
|
||
|
Object[] objArr4 = {Integer.valueOf(cArr4[tvh.c]), Integer.valueOf(c2)};
|
||
|
Object obj2 = xzZ.y.get(1084521042);
|
||
|
if (obj2 == null) {
|
||
|
obj2 = ((Class) xzZ.c(15 - ExpandableListView.getPackedPositionType(0L), 6 - (Process.getElapsedCpuTime() > 0L ? 1 : (Process.getElapsedCpuTime() == 0L ? 0 : -1)), (char) (TextUtils.getCapsMode("", 0, 0) + 58134))).getMethod("H", Integer.TYPE, Integer.TYPE);
|
||
|
xzZ.y.put(1084521042, obj2);
|
||
|
}
|
||
|
cArr5[i15] = ((Character) ((Method) obj2).invoke(null, objArr4)).charValue();
|
||
|
} else {
|
||
|
int i16 = tvh.c;
|
||
|
Object[] objArr5 = {Integer.valueOf(cArr4[tvh.c]), Integer.valueOf(c2)};
|
||
|
Object obj3 = xzZ.y.get(850398076);
|
||
|
if (obj3 == null) {
|
||
|
obj3 = ((Class) xzZ.c(TextUtils.indexOf("", "") + 502, 5 - KeyEvent.keyCodeFromString(""), (char) (54 - (ViewConfiguration.getKeyRepeatTimeout() >> 16)))).getMethod("F", Integer.TYPE, Integer.TYPE);
|
||
|
xzZ.y.put(850398076, obj3);
|
||
|
}
|
||
|
cArr5[i16] = ((Character) ((Method) obj3).invoke(null, objArr5)).charValue();
|
||
|
}
|
||
|
c2 = cArr5[tvh.c];
|
||
|
Object[] objArr6 = {tvh, tvh};
|
||
|
Object obj4 = xzZ.y.get(1698744941);
|
||
|
if (obj4 == null) {
|
||
|
Class cls2 = (Class) xzZ.c(401 - TextUtils.indexOf((CharSequence) "", '0'), (TypedValue.complexToFraction(0, BitmapDescriptorFactory.HUE_RED, BitmapDescriptorFactory.HUE_RED) > BitmapDescriptorFactory.HUE_RED ? 1 : (TypedValue.complexToFraction(0, BitmapDescriptorFactory.HUE_RED, BitmapDescriptorFactory.HUE_RED) == BitmapDescriptorFactory.HUE_RED ? 0 : -1)) + 5, (char) (21608 - (ViewConfiguration.getTapTimeout() >> 16)));
|
||
|
byte b3 = (byte) ($$z & 7);
|
||
|
byte b4 = (byte) (b3 - 3);
|
||
|
Object[] objArr7 = new Object[1];
|
||
|
aF(b3, b4, b4, objArr7);
|
||
|
obj4 = cls2.getMethod((String) objArr7[0], Object.class, Object.class);
|
||
|
xzZ.y.put(1698744941, obj4);
|
||
|
}
|
||
|
((Method) obj4).invoke(null, objArr6);
|
||
|
}
|
||
|
cArr4 = cArr5;
|
||
|
}
|
||
|
if (i8 > 0) {
|
||
|
int i17 = $10 + 21;
|
||
|
$11 = i17 % 128;
|
||
|
int i18 = i17 % 2;
|
||
|
char[] cArr6 = new char[i6];
|
||
|
i = 0;
|
||
|
System.arraycopy(cArr4, 0, cArr6, 0, i6);
|
||
|
int i19 = i6 - i8;
|
||
|
System.arraycopy(cArr6, 0, cArr4, i19, i8);
|
||
|
System.arraycopy(cArr6, i8, cArr4, 0, i19);
|
||
|
} else {
|
||
|
i = 0;
|
||
|
}
|
||
|
if (z) {
|
||
|
char[] cArr7 = new char[i6];
|
||
|
while (true) {
|
||
|
tvh.c = i;
|
||
|
if (tvh.c >= i6) {
|
||
|
break;
|
||
|
}
|
||
|
cArr7[tvh.c] = cArr4[(i6 - tvh.c) - 1];
|
||
|
i = tvh.c + 1;
|
||
|
}
|
||
|
cArr4 = cArr7;
|
||
|
}
|
||
|
if (i7 > 0) {
|
||
|
int i20 = $10 + 43;
|
||
|
$11 = i20 % 128;
|
||
|
int i21 = i20 % 2;
|
||
|
int i22 = 0;
|
||
|
while (true) {
|
||
|
tvh.c = i22;
|
||
|
if (tvh.c >= i6) {
|
||
|
break;
|
||
|
}
|
||
|
cArr4[tvh.c] = (char) (cArr4[tvh.c] - iArr[2]);
|
||
|
i22 = tvh.c + 1;
|
||
|
}
|
||
|
}
|
||
|
objArr[0] = new String(cArr4);
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.activity.remittance.Hilt_RemittanceLandingActivity, com.scb.phone.view.activity.BaseActivityWithFragment, com.scb.phone.view.activity.BaseActivity, com.scb.phone.view.activity.PreLoadCheckActivity, com.akexorcist.localizationactivity.LocalizationActivity, androidx.appcompat.app.AppCompatActivity, androidx.fragment.app.FragmentActivity, androidx.activity.ComponentActivity, androidx.core.app.ComponentActivity, android.app.Activity, android.view.ContextThemeWrapper, android.content.ContextWrapper
|
||
|
public final void attachBaseContext(Context context) {
|
||
|
Context context2;
|
||
|
int i = 2 % 2;
|
||
|
int i2 = q + 87;
|
||
|
f7889o = i2 % 128;
|
||
|
int i3 = i2 % 2;
|
||
|
super.attachBaseContext(context);
|
||
|
Object[] objArr = new Object[1];
|
||
|
aE(new int[]{0, 18, CipherSuite.TLS_RSA_WITH_SEED_CBC_SHA, 0}, false, new byte[]{1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0}, objArr);
|
||
|
Class<?> cls = Class.forName((String) objArr[0]);
|
||
|
Object[] objArr2 = new Object[1];
|
||
|
aD(5 - Color.blue(0), new char[]{1, 65532, 5, 17, 65517}, ImageFormat.getBitsPerPixel(0) + CipherSuite.TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA256, false, 2 - (ViewConfiguration.getMaximumDrawingCacheSize() >> 24), objArr2);
|
||
|
int intValue = ((Integer) cls.getDeclaredMethod((String) objArr2[0], new Class[0]).invoke(null, new Object[0])).intValue() % 100000;
|
||
|
if (intValue < 99000 || intValue > 99999) {
|
||
|
if (context != null) {
|
||
|
context2 = context.getApplicationContext();
|
||
|
int i4 = f7889o + 37;
|
||
|
q = i4 % 128;
|
||
|
int i5 = i4 % 2;
|
||
|
} else {
|
||
|
context2 = context;
|
||
|
}
|
||
|
if (context2 != null) {
|
||
|
try {
|
||
|
Object obj = xzZ.y.get(125943855);
|
||
|
if (obj == null) {
|
||
|
obj = ((Class) xzZ.c(492 - (AudioTrack.getMinVolume() > BitmapDescriptorFactory.HUE_RED ? 1 : (AudioTrack.getMinVolume() == BitmapDescriptorFactory.HUE_RED ? 0 : -1)), (ViewConfiguration.getWindowTouchSlop() >> 8) + 5, (char) View.MeasureSpec.makeMeasureSpec(0, 0))).getMethod("a", null);
|
||
|
xzZ.y.put(125943855, obj);
|
||
|
}
|
||
|
Object invoke = ((Method) obj).invoke(null, null);
|
||
|
Object[] objArr3 = new Object[1];
|
||
|
aE(new int[]{36, 48, CipherSuite.TLS_RSA_PSK_WITH_AES_128_GCM_SHA256, 0}, false, new byte[]{1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1}, objArr3);
|
||
|
String str = (String) objArr3[0];
|
||
|
Object[] objArr4 = new Object[1];
|
||
|
aD(View.MeasureSpec.getMode(0) + 64, new char[]{65522, 30, 65520, 65525, '!', 65521, 65518, 65522, 65518, 65522, 65523, 65517, 65522, 65520, 65517, 65518, 31, 65522, 29, 65520, 65519, 65522, 65516, 31, 65518, 65525, 65516, 65524, 65523, 65523, 65521, 29, 65521, 65524, 30, 30, 65522, 30, 29, 65522, 65521, 65517, 65522, 30, ' ', 65524, '\"', 65523, 31, 65524, 65521, 30, 65524, 31, 65517, 65524, 65522, 30, 29, '!', '!', 30, 65522, '!'}, 158 - (ViewConfiguration.getEdgeSlop() >> 16), false, (Process.getElapsedCpuTime() > 0L ? 1 : (Process.getElapsedCpuTime() == 0L ? 0 : -1)) + 59, objArr4);
|
||
|
String str2 = (String) objArr4[0];
|
||
|
Object[] objArr5 = new Object[1];
|
||
|
aD('p' - AndroidCharacter.getMirror('0'), new char[]{65520, 31, NistHelper.SEP_FS, 31, 65516, 65522, 65520, 65523, 65514, ' ', 65514, 27, ' ', 27, 65519, 65522, 29, 65521, 27, 65522, 65514, 65517, 27, 65517, 31, 31, 65516, 65523, 65517, 31, NistHelper.SEP_FS, 65518, 65514, 65522, 27, NistHelper.SEP_FS, ' ', 65514, 65515, 65514, 65521, 65516, 29, 65522, ' ', 31, 65522, 65520, 65523, 30, 65518, NistHelper.SEP_FS, 27, 65519, 65519, 65516, 65515, 65515, 65519, 65514, 65519, 65517, ' ', 29}, 161 - (AudioTrack.getMaxVolume() > BitmapDescriptorFactory.HUE_RED ? 1 : (AudioTrack.getMaxVolume() == BitmapDescriptorFactory.HUE_RED ? 0 : -1)), false, 18 - (ViewConfiguration.getWindowTouchSlop() >> 8), objArr5);
|
||
|
String str3 = (String) objArr5[0];
|
||
|
Object[] objArr6 = new Object[1];
|
||
|
aD(74 - Color.blue(0), new char[]{11, 11, '\r', 1, 11, 65535, 7, 17, 65485, 65485, 65496, 17, 14, 18, 18, 6, 17, 18, '\f', 3, 20, 3, 65485, 65488, 20, 65485, 18, 17, 3, 5, '\f', 7, 65485, 7, 14, 65535, 65485, 11, '\r', 1, 65484, 3, 16, 65535, 19, 15, 17, 2, 16, 65535, 19, 5, 65484, 18, 17, 65535, 1, 18, 65535, 3, 16, 6, 18, 65484, '\t', '\f', 65535, 0, '\n', 65535, 7, 1, 16, 3}, 188 - (ViewConfiguration.getKeyRepeatTimeout() >> 16), true, ExpandableListView.getPackedPositionType(0L) + 16, objArr6);
|
||
|
String str4 = (String) objArr6[0];
|
||
|
Object[] objArr7 = new Object[1];
|
||
|
aD(TextUtils.getTrimmedLength("") + 5, new char[]{6, 65532, 65534, 7, 65532}, 140 - (ViewConfiguration.getFadingEdgeLength() >> 16), false, (ViewConfiguration.getMaximumFlingVelocity() >> 16) + 3, objArr7);
|
||
|
String str5 = (String) objArr7[0];
|
||
|
Object[] objArr8 = new Object[1];
|
||
|
aE(new int[]{84, 36, CipherSuite.TLS_PSK_WITH_RC4_128_SHA, 14}, false, new byte[]{1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 0, 1, 0, 0, 0, 1, 1}, objArr8);
|
||
|
Object[] objArr9 = {context2, str, str2, str3, str4, true, str5, (String) objArr8[0]};
|
||
|
Object obj2 = xzZ.y.get(1656189573);
|
||
|
if (obj2 == null) {
|
||
|
obj2 = ((Class) xzZ.c(487 - (KeyEvent.getMaxKeyCode() >> 16), KeyEvent.normalizeMetaState(0) + 5, (char) View.combineMeasuredStates(0, 0))).getMethod("e", Context.class, String.class, String.class, String.class, String.class, Boolean.TYPE, String.class, String.class);
|
||
|
xzZ.y.put(1656189573, obj2);
|
||
|
}
|
||
|
((Method) obj2).invoke(invoke, objArr9);
|
||
|
} catch (Throwable th) {
|
||
|
Throwable cause = th.getCause();
|
||
|
if (cause == null) {
|
||
|
throw th;
|
||
|
}
|
||
|
throw cause;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
public static final Intent alz_(Context context, VD vd) {
|
||
|
int i = 2 % 2;
|
||
|
int i2 = q + 105;
|
||
|
f7889o = i2 % 128;
|
||
|
Object obj = null;
|
||
|
if (i2 % 2 == 0) {
|
||
|
C14957gcv.e(context, "");
|
||
|
C14957gcv.e(vd, "");
|
||
|
Intent alA_ = HBt.alA_(context, vd, null);
|
||
|
int i3 = f7889o + 103;
|
||
|
q = i3 % 128;
|
||
|
if (i3 % 2 != 0) {
|
||
|
return alA_;
|
||
|
}
|
||
|
obj.hashCode();
|
||
|
throw null;
|
||
|
}
|
||
|
C14957gcv.e(context, "");
|
||
|
C14957gcv.e(vd, "");
|
||
|
HBt.alA_(context, vd, null);
|
||
|
throw null;
|
||
|
}
|
||
|
|
||
|
static void h() {
|
||
|
k = new char[]{40048, 40182, 40180, 40202, 40205, 40201, 40183, 40148, 40175, 40204, 40173, 40158, 40188, 40205, 40180, 40177, 40201, 40194, 40053, 40183, 40177, 40183, 40179, 40187, 40191, 40179, 40183, 40181, 40173, 40163, 40180, 40188, 40178, 40203, 40202, 40177, 40037, 40171, 40170, 40188, 40189, 40188, 40219, 40196, 40198, 40178, 40170, 40190, 40189, 40189, 40189, 40170, 40178, 40189, 40149, 40170, 40170, 40148, 40189, 40178, 40176, 40177, 40179, 40179, 40179, 40177, 40177, 40189, 40150, 40148, 40169, 40171, 40188, 40218, 40196, 40197, 40189, 40148, 40169, 40168, 40179, 40178, 40177, 40179, 40061, 40153, 40114, 40159, 40159, 40152, 40157, 40147, 40165, 40157, 40117, 40117, 40118, 40158, 40164, 40166, 40152, 40118, 40157, 40147, 40139, 40119, 40115, 40112, 40118, 40159, 40166, 40154, 40113, 40118, 40112, 40112, 40114, 40154, 40160, 40166};
|
||
|
l = 2015661693;
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.activity.remittance.Hilt_RemittanceLandingActivity, com.scb.phone.view.activity.BaseActivityWithFragment, com.scb.phone.view.activity.BaseActivity, com.scb.phone.view.activity.PreLoadCheckActivity, com.akexorcist.localizationactivity.LocalizationActivity, androidx.appcompat.app.AppCompatActivity, androidx.fragment.app.FragmentActivity, androidx.activity.ComponentActivity, androidx.core.app.ComponentActivity, android.app.Activity
|
||
|
public final void onStart() {
|
||
|
int i = 2 % 2;
|
||
|
int i2 = q + 117;
|
||
|
f7889o = i2 % 128;
|
||
|
int i3 = i2 % 2;
|
||
|
super.onStart();
|
||
|
if (i3 != 0) {
|
||
|
throw null;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.activity.remittance.Hilt_RemittanceLandingActivity, com.scb.phone.view.activity.BaseActivityWithFragment, com.scb.phone.view.activity.BaseActivity, com.scb.phone.view.activity.PreLoadCheckActivity, com.akexorcist.localizationactivity.LocalizationActivity, androidx.appcompat.app.AppCompatActivity, androidx.fragment.app.FragmentActivity, androidx.activity.ComponentActivity, androidx.core.app.ComponentActivity, android.app.Activity
|
||
|
public final void onCreate(Bundle bundle) {
|
||
|
int i = ((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getApplicationInfo().targetSdkVersion - 1683704774;
|
||
|
d(new Object[]{this, bundle});
|
||
|
}
|
||
|
|
||
|
static {
|
||
|
f7889o = 0;
|
||
|
h();
|
||
|
m = new HBt((byte) 0);
|
||
|
int i = q + 11;
|
||
|
f7889o = i % 128;
|
||
|
if (i % 2 != 0) {
|
||
|
int i2 = 89 / 0;
|
||
|
}
|
||
|
}
|
||
|
}
|