如何进行模糊处理code,而不编译该项目? [英] How to obfuscate code without compiling the project?

查看:156
本文介绍了如何进行模糊处理code,而不编译该项目?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有办法直接在编辑器混淆code?

Is there a way to obfuscate the code directly in editor?

在这一刻,如果我想看到我的项目的混淆code,我一定要编译项目,做逆向工程,然后查看通过工具code像 JD -gui

At this moment, if I want to see the obfuscated code of my project, I have to compile the project, do reverse engineering and then view the code via tools like jd-gui.

可以通过一些插件来实现这一切,让我可以编译混淆code,也就是使其工作就像混淆了。

Possible to achieve all this via some add-on so that I can compile obfuscated code, i.e. make it work just like before obfuscation.

注意

要澄清,我并不需要进行模糊处理code 出口作为这个功能已经是present。我需要混淆code 直播不编译或至少无需将其导出为APK。

To clarify, I do not need to obfuscate code on export as this feature is already present. I need to obfuscate the code on live without compiling it or at least without having to export it to apk.

推荐答案

如果您使用的是Eclipse,您可能需要安装的 JadClipse 以减轻你的工作流程。它会在你的工作空间,直接在反编译文本格式打开任何二进制类文件。

If you are using Eclipse, you may want to install JadClipse to ease your workflow. It will open any binary class file in your workspace directly in the decompiled textual format.

能不能说类文件是一个经过模糊处理的二进制与否,当然取决于你的剩余工具链。

Whether or not that class file is an obfuscated binary or not, depends on your remaining tool chain, of course.

这篇关于如何进行模糊处理code,而不编译该项目?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆