New Adding custom certificate to Android Trusted certificate store By Patricbensen

Introduction Android maintains a list of trusted certificates any deviance in the certificate would result in a error in connection. Below s...

New Decompiling Encrypted iOS binaries By Patricbensen

Introduction: In my previous article , i had described how you would normally go about decompiling an iOS application. That method would be ...

New Reverse Engineering an iOS application By Patricbensen

Introduction: When you are PenTesting an iOS application, you would want to read the code of the provided application and understand the bac...

New Reverse Engineering an Android application By Patricbensen

Introduction: The Android compiler suite compiles the developer's Java files into class files, and then the class files are converted in...