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.
我正在尝试通过将字节码转换为 jimple、将代码行添加到 jimple 并将 jimple 编译回字节码来检测字节码。问题是我根本无法将 jimple 代码编译回字节码,这可能吗?
您面临的问题是什么?通常Soot会自动输出相应的.class文件。