go-mitmproxy icon indicating copy to clipboard operation
go-mitmproxy copied to clipboard

这个能通过go-mobile编译到android使用么

Open LaiZhou opened this issue 3 years ago • 1 comments

这个能通过go-mobile编译到android使用么

LaiZhou avatar May 19 '21 08:05 LaiZhou

you can use go to build arm version of go and then use arm version go to build go-mitmproxy with CGO_ENABLED=0

for track android traffic, you may also refer to https://github.com/LipiLee/ToyShark which is straight-forward android app

dna2github avatar Jan 13 '22 05:01 dna2github