gpt4 book ai didi

actionscript-3 - 在 swc-library (actionscript3) 中停止跟踪

转载 作者:行者123 更新时间:2023-12-04 04:29:16 27 4
gpt4 key购买 nike

我在 flash-builder 中使用的 swc-library 中嵌入了很多痕迹。我可以在不触及它的代码的情况下摆脱它们吗?怎么办?

谢谢

最佳答案

您可以使用 stripper来自 Joa Ebert 的工具 Apparat框架:

stripper -i my-swc-library.swc
Stripper

This tool removes all debug information from a SWF file. It is a type-safe removal keeping
side-effects. This means a loop like this while(iter.hasNext) { trace(iter.next()) } Would be rewritten like while(iter.hasNext) { iter.next() } Stripper removes also all debug releated bytecode. Example: stripper -i input.swf -o output.swf stripper -i inputAndOutput.swc

关于actionscript-3 - 在 swc-library (actionscript3) 中停止跟踪,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5311004/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com