(no title)
compscidr | 9 months ago
I work a bunch with vpn-like networking on Android phones and it would be cool to have a bit of info on how I might get something like working on phones. I guess its probably not your typical usecase.
Currently since the project is a VPN client, I already intercept all of the packets, I have a pcap writer and can write to files or a tcp sockets and connect wireshark to it - but it needs a bunch of complication to setup the keys so that I can see through encryption, so anything that would make that process easier would be great.
PcChip|9 months ago
I've seen that type of behavior for apps that inject ads and add affiliate marketing links
compscidr|9 months ago
The wireshark stuff is only for when I'm debugging