maxben14

Results 7 issues of maxben14

My application checks its certificate and does not accept other certificates. My application uses the Arrays.equals method (byte [], byte []) to compare its certificate with mine. Since my charles...

Can write crypto1_bs for collected nonces for android ?

I want hook this methods https://docs.oracle.com/javase/7/docs/technotes/guides/jni/spec/functions.html in my native *.so. How this do, can example please ?

I try do this: `Security.addProvider(new BouncyCastleProvider()); key = new SecretKeySpec(keyBytes, "GOST28147"); in = Cipher.getInstance("GOST28147/CFB8/NoPadding", "BC");` In gradle: implementation 'org.bouncycastle:bcprov-jdk15on:1.62' But i have exception. Help me please, how fix this error...

Can sk3wldbg emulate syscall of arm firmware ? I want debug arm firmware with sk3wldbg. Firmware is dynamic linking software.

I try decompile my application which writen on borland c++ and i get error EAccessViolation My file http://rgho.st/8ZS8GBgFK Please, can you show my file and fix bug in IDR.

I install sdk and ndk android and try build apk with gradle. C:\proxmark3-android-master>C:\Gradle\gradle-4.2.1\bin\gradle > Configure project :app The setTestClassesDir(File) method has been deprecated and is scheduled to be removed in...