有没有工具可以生成ASM ClassWriter代码?

发布于 2024-12-29 15:30:29 字数 122 浏览 3 评论 0原文

我想创建动态java类,我使用模板生成源代码,然后使用jasper jdt进行编译。但是现在,我想删除对jdt的依赖,直接用ASM创建类字节码。

源代码大约200行,有什么工具可以帮助用ASM生成字节码吗?

I want to create dynamic java classes, I use a template to generate the source code, and then use jasper jdt to compile. But now, I want to remove the dependency for jdt and create class bytecode with ASM directly.

The source code is about 200 lines, is there any tool to help generate the byte code with ASM?

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

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

发布评论

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

评论(1

慢慢从新开始 2025-01-05 15:30:29

你可以试试 ASMifier。这将生成代码来重新创建任何 .class 文件的字节码。您可以更改此设置以基于模板生成字节代码。

You could try the ASMifier. This will generate code to re-create the byte code of any .class file. You can change this to generate byte code based on a template.

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