在哪里可以找到 Flash 调试协议的规范?

发布于 2024-10-06 10:28:45 字数 256 浏览 4 评论 0原文

在哪里可以找到 Flash/ActionScript 调试协议的规范?我认为该协议是公开的,因为有很多开源调试器;但是,如果不是,我们将非常感谢您提供可供参考的资源列表。

如果您好奇,我正在为 CIL 编译器实现 ActionScript 字节码 (ABC),并且我想通过标准闪存调试器使生成的程序集可调试。

Where can I find a specification for the Flash/ActionScript debugging protocol? I would imagine that the protocol is public, as there are plenty of open source debuggers; however, if it's not, a list of resources to reference would be greatly appreciated.

If you're curious, I'm implementing an ActionScript Bytecode (ABC) to CIL compiler, and I'd like to make the resulting assemblies debuggable via standard flash debuggers.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

秋叶绚丽 2024-10-13 10:28:45

Open Flash Debugger 项目可能会帮助您。您可能仍然需要进行一些逆向工程,但它描述了调试播放器和调试器之间来回发送的许多调试器消息。

http://osflash.org/ofd

The Open Flash Debugger project might help you out. You might still need to do some reverse engineering, but it describes many of the debugger messages sent back and forth between the debug player and the debugger.

http://osflash.org/ofd

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文