如何对Android应用发送的数据进行抓包【资料汇总】

一.Fiddler系列

(1)Fiddler抓包(Android app)
https://blog.csdn.net/hebbely/article/details/79248077
(2)用Fiddler对Android应用进行抓包详解
https://blog.csdn.net/Yyongchao/article/details/73302357
(3)Fiddler官网
https://www.telerik.com/download/fiddler/fiddler-osx-beta
(4)Fiddler 教程
http://www.cnblogs.com/FounderBox/p/4653588.html?utm_source=tuicool&utm_medium=referral

(5)Mac下也能用抓包工具Fiddler https://www.jianshu.com/p/57ec761cb5a3

(6)Mono is a software platform designed to allow developers to easily create cross platform applications part of the .NET Foundation.
https://www.mono-project.com/

(6+)mono crashing when running “mono fiddler.exe”
https://www.telerik.com/forums/mono-crashing-when-running-mono-fiddler-exe

(7)Mac查看本机IP的终端命令 https://www.jianshu.com/p/109dafd47910

(8)Fiddler 抓包工具总结
https://www.cnblogs.com/yyhh/p/5140852.html



二.charles系列


(1)如何使用charles对Android Https进行抓包
https://www.jianshu.com/p/3bbf596c9ca6
(2)Charles 从入门到精通
https://blog.devtang.com/2015/11/14/charles-introduction/
(3) Charles官网
Charles is an HTTP proxy / HTTP monitor / Reverse Proxy that enables a developer to view all of the HTTP and SSL / HTTPS traffic between their machine and the Internet. This includes requests, responses and the HTTP headers (which contain the cookies and caching information).
https://www.charlesproxy.com/


(4)Mac下用Charles实现Android http和https抓包 https://blog.csdn.net/luochoudan/article/details/72801573



三.手机上的抓包应用系列

(1)借助Packet Capture 实现无Root抓请求
http://xujinyang.github.io/2016/05/21/借助Packet-Capture-实现无Root抓请求/
(2)如何在 Android 手机上实现抓包?
https://www.zhihu.com/question/20467503

你可能感兴趣的:(Android开发,网络基础)