使用 c++ 从 .swf 中提取变量

发布于 2024-12-13 13:05:37 字数 127 浏览 1 评论 0原文

我目前正在开发一个项目,该项目依赖于外部 .swf 文件中定义的变量和常量。由于我没有 .swf 文件的源代码,我需要通过反编译并手动复制和粘贴变量来提取这些变量的内容。我想知道是否有一种方法可以通过使用 C++ 分析字节码来提取这些变量。

I am currently working on a project which relies on variables and constants defined in an external .swf-File. As I don't have the sourcecode to the .swf file I need to extract the content of these variables by decompiling and copy&pasting the variables by hand. I was wondering if there is a way to extract these variables by analysing the bytecode using c++ for instance.

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

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

发布评论

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

评论(1

南城追梦 2024-12-20 13:05:37

似乎是用 C 编写的,但是在快速谷歌搜索后,该项目似乎与您正在寻找的内容最匹配:

http://openswf.svn.sourceforge.net/viewvc/openswf/

如果这对您不起作用,您可以随时查看 SWF 文件规范(完整记录) 这里像老板一样编写您自己的解析器。 ;)

Seems to be written in C but, after doing some quick googling this project seems to be the closet match to what you're looking for:

http://openswf.svn.sourceforge.net/viewvc/openswf/

If that doesn't work for you, you can always check out the SWF file specification (fully documented) here and write up your own parser like a boss. ;)

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