用python或者其他语言生成Dex文件
是否可以使用 python、perl 或类似语言在运行时生成 dalvik 字节码?
谢谢
Is it possible to generate dalvik bytecode at runtime using a language such as python, perl or something similar?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为最好的方法是创建一个 smali 兼容文件并使用 smali http://code.google 进行编译.com/p/smali/
I think the best way is to create a smali compatible file and compile it with smali http://code.google.com/p/smali/
查看 android-scripting,这是一个用于运行 Python、Perl、JRuby、 Lua、BeanShell、JavaScript、Tcl 和 shell。
Take a look at android-scripting, a toolkit for running Python, Perl, JRuby, Lua, BeanShell, JavaScript, Tcl, and shell.