본문 바로가기
보안/AOS

[AOS] Nox (Android 9) ADB connection error 해결

by stephen26 2021. 6. 23.

<Nox 버전>

 v9.0.0.0 (Android 9/Window 64-bit)

 

 

ㅇ ADB 연결 시 다음과 같은 error가 발생할 때가 있음

 

cannot connect to 127.0.0.1:62001: 대상 컴퓨터에서 연결을 거부했으므로 연결하지 못했습니다. (10061)

 

 

ㅇ tasklist 명령어로 NoxVBoxHandle의 프로세스 ID 확인


$ tasklist | findstr "Nox"
 

 

 

ㅇ netstat 명령어로 해당 NoxVMHandled의 port 리스트를 확인


$ netstat -ano | findstr 16720
 

 

 

ㅇ port 리스트 중 한곳에 adb connect


$ adb connect 127.0.0.1:59685

$ adb shell
 

 

'보안 > AOS' 카테고리의 다른 글

[AOS] 자주쓰는 명령어 정리 (작성중)  (0) 2021.10.01
[AOS] Andoird 9.0 SSL Pinning 우회  (0) 2021.06.23

댓글