Niklas Barsk

Results 18 comments of Niklas Barsk

Version 2.4.0 still have problems with the facebook apk. But now it crashes with an exception. ``` c:\temp>apktool -f d com.facebook.katana-1.apk I: Using Apktool 2.4.0 on com.facebook.katana-1.apk I: Loading resource...

I'm also getting similar crashes when `stringFromJNI()` / `stringFromSmali()` is called in the CustomAccess, ExportedActivity, SmaliInject and DBLeak challenges so you might want to take a look at those as...

To do this on an unrooted phone you have to use a phone with Android 6 or lower. Newer Android versions require root to be able to do this.

I prefer working with emulators when root access is needed so I haven't tried this on a new phone. I'm also not really familiar with how you gain root access...

Hi, unfortunately I'm not sure what's wrong for you. My problems were usually with getting the system to recognize the certificate. Once that was in place and I could get...

Unfortunately not, I haven't run into that myself so I don't have any ideas on what's wrong. But I hope you manage to find a solution.

@gcorgnet I just wanted to let you know that I stumbled upon an article explaining that apps written using Flutter doesn't use the Android proxy or certificate information, so the...

How to bypass SSL pinning differs a bit depending on what app it is and how it does the pinning. Do you have any particular app in mind @brunoaduarte and...

Please check out https://nibarius.github.io/learning-frida/2022/11/18/bypassing-pinning @brunoaduarte

It's hard to say what is causing the crash for you, but it could be that you are using the wrong address when you attach to the secret generator function...