This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.x64mayhem; | |
import javax.crypto.BadPaddingException; | |
import javax.crypto.Cipher; | |
import javax.crypto.IllegalBlockSizeException; | |
import javax.crypto.NoSuchPaddingException; | |
import javax.crypto.spec.IvParameterSpec; | |
import javax.crypto.spec.SecretKeySpec; | |
import java.security.InvalidAlgorithmParameterException; | |
import java.security.InvalidKeyException; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.x64mayhem; | |
import javax.crypto.BadPaddingException; | |
import javax.crypto.Cipher; | |
import javax.crypto.IllegalBlockSizeException; | |
import javax.crypto.NoSuchPaddingException; | |
import javax.crypto.spec.IvParameterSpec; | |
import javax.crypto.spec.SecretKeySpec; | |
import java.io.UnsupportedEncodingException; | |
import java.lang.reflect.Array; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package b.c.a; | |
public class c { | |
/* renamed from: a reason: collision with root package name */ | |
public static int f823a; | |
public static char a(char c, int i) { | |
return (char) (c & ((1 << i) ^ 65535)); | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package b.c.a; | |
public class a { | |
/* renamed from: a reason: collision with root package name */ | |
public static byte[] f821a; | |
public static byte[] a(byte[] bArr) { | |
Class<a> cls = a.class; | |
try { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public interface b extends IInterface { | |
public static abstract class a extends Binder implements b { | |
public static b b(IBinder iBinder) { | |
if (iBinder == null) { | |
return null; | |
} | |
IInterface queryLocalInterface = iBinder.queryLocalInterface("com.sctf2020.vault101.IVault"); | |
return (queryLocalInterface == null || !(queryLocalInterface instanceof b)) ? new C0039a(iBinder) : (b) queryLocalInterface; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.sctf2020.vault101; | |
import a.b.k.e; | |
import android.content.ComponentName; | |
import android.content.Intent; | |
import android.content.ServiceConnection; | |
import android.graphics.drawable.AnimatedVectorDrawable; | |
import android.os.Bundle; | |
import android.os.IBinder; | |
import android.os.RemoteException; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* LICENSE : GNU General Public License v3.0 (https://github.com/Saket-Upadhyay/ns3-cybersecurity-simulations/blob/master/LICENSE) | |
* REPOSITORY : https://github.com/Saket-Upadhyay/ns3-cybersecurity-simulations | |
* ================================================================================= | |
* | |
* In this we follow the following setup / node placement | |
* | |
* (n1) | |
* \ | |
* \ |
NewerOlder