2023-10-05
— Written by pl4int3xt
— 2 min read
#Android
#Reverse Engineering
#FЯIDA
#Javascript
#Hooking Learn how to use FЯIDA to hook methods in android applications and bypass security mechanisms
2023-10-05
— Written by pl4int3xt
— 5 min read
#Android
#Reverse Engineering
#Burpsuite
#https
#SSL Pinning
#FЯIDA SSL pinning is a technique that helps to prevent MITM attacks by hardcoding the SSL/TLS certificate’s public key into the app, but we can bypass it using FЯIDA
2023-10-05
— Written by pl4int3xt
— 2 min read
#Android
#Reverse Engineering
#Burpsuite
#http Getting started on intercepting network traffic in android applications and manipulate requests send by the API
2023-10-05
— Written by pl4int3xt
— 4 min read
#Android
#Reverse Engineering
#Apktool Learn about the apktool that allows you to assemble APK files and build them again after manipulating the smali code
2023-10-04
— Written by pl4int3xt
— 3 min read
#Android
#ADB This a command-line tool that lets you communicate directly with android device from your machine.