Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要使用 Java 类或可在 Eclipse 上使用的任何东西对 ASM 代码进行特定的“数据分析”。具体来说,我需要用这个顺序确定一个变量的三个步骤:1)使用;2)初始化;3) 删除。
谢谢。
之前你不能Use变量Initialization。你不能Delete变量。
Use
Initialization
Delete
如果你想分析字节码,我建议使用 ObjectWeb 的 ASM 库。