Raw Sockets on Android

后端 未结 4 1065
囚心锁ツ
囚心锁ツ 2020-12-01 14:59

I want to create an application that runs on Android and uses Raw Sockets. I see there isn\'t any raw socket support in the java.net.* or the android.net.* libraries. Are

4条回答
  •  独厮守ぢ
    2020-12-01 15:27

    As far as I know it's not possible on Android. Not in java nor c/c++ due to security reasons(I guess), the only possible solution would be through some hack with root access. I've been searching for a way as well but never found anything.

提交回复
热议问题