View Single Post
  #1  
Old 11-29-2021, 02:00
mcr4ck mcr4ck is offline
Friend
 
Join Date: Nov 2019
Location: iran
Posts: 47
Rept. Given: 0
Rept. Rcvd 1 Time in 1 Post
Thanks Given: 34
Thanks Rcvd at 30 Times in 16 Posts
mcr4ck Reputation: 1
IDA Remote for Android

hi

I have an Android application
And I want to debug it online on the tablet
With IDA 6.8 program
This is what I do

run cmd
1- adb push ./dbgsrv/android_server /data/local/tmp
2- adb shell
3- cd /data/local/tmp
4- chmod 755 android_server
5-./android_server

and show port 23946 in cmd

and open another cmd and
adb forward tcp:23946 tcp:23946

When I want to be remote with IDA , it only shows one running program
I wanted to see what the problem was
Untitled.jpg
Reply With Quote