android penetration testing

android penetration testing |1| TabCode.Net, Programming, Database, Networks, Hacking, System Security, Operating Systems, Applications, Softwares ...
  1. Android Penetration Testing: Frida

    Frida is a dynamic instrumentation toolkit that is used by researchers to perform android hooking (intercepting IPC and modifying it to make a function perform the desired function). Frida uses javascript to perform hooking since Android’s native code and javascript both run on JIT compilation...
  2. Android Penetration Testing: WebView Attacks

    Initially, there was a time when only HTML used to display web pages. Then came JavaScript and along came dynamic pages. Further down the line, some person thought opening dynamic pages within android applications was a good idea, hence, WebView came into the picture. But as the security guys...
  3. Android CyberSecurity: Apk Reverse Engineering (Part 2)

    Android reverse engineering (Part 2) refers to the process of decompiling the APK for the purpose of investigating the source code that is running in the background of an application. In part 1 (refer here) we saw how an attacker would be able to decompile, change the smali files and recompile...
  4. Android CyberSecurity: Apk Reverse Engineering

    Android reverse engineering refers to the process of decompiling the APK for the purpose of investigating the source code that is running in the background of an application. An attacker would ideally be able to change the lines of bytecode to make the application behave in the way that the...
Back
Top