捕获 swf 的传出消息
嘿,我目前正在做一些事情,可以让我在 swf 中获得相当准确的值(我无法控制的值),但我想要更精确的值,
我知道它有时会将有关自身的数据发送到其他位置
Hey there, I currently have something going that gets me a pretty accurate value inside a swf (one I have no control over), but I want even more precision
I know it will sometimes send out data about itself to other locations
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您怀疑它是通过线路进行通信,那么您可能需要使用代理来监视传入和传出的数据。
您可以使用 Charles:http://www.charlesproxy.com/,它有免费试用版。
但您也可以将 FireBug 用于 Firefox,并使用 AMF Explorer 插件,免费。
干杯
If you mean that you suspect that it is communicating over the wire, you would want to use a Proxy to monitor incoming and outgoing data.
You could use Charles : http://www.charlesproxy.com/ which has a free trial version.
But you could also use FireBug for firefox with the AMF Explorer plugin which is free.
Cheers