(2009) - 反混淆Java代码的工具 [英] (2009) - Tool to deobfuscate Java codes

查看:1582
本文介绍了(2009) - 反混淆Java代码的工具的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有反混淆java混淆代码的工具?



代码是从已编译的类中提取的,但它们是混淆的且不可读的。

解决方案

您是否尝试使用 Java Deobfuscator(又名JDO),一种智能反编译器?


目前JDO执行以下操作: / p>


  • 将混淆的方法,变量,常量和类名称重命名为
    为唯一且更符合
    类型

  • 宣传整个源代码树(测试版)的变化

  • 有一个易于使用的GUI

  • 允许你指定字段,方法和类的名称(新功能!)



目前JDO不执行以下
(但它可能有一天)




  • 修改方法字节码y way



Is there a tool to deobfuscate java obfuscated codes?

The codes is extracted from a compiled class but they are obfuscated and non-readable.

解决方案

Did you try to make the code less obscure with Java Deobfuscator (aka JDO), a kind of smart decompiler?

Currently JDO does the following:

  • renames obfuscated methods, variables, constants and class names to be unique and more indicative of their type
  • propogates changes throughout the entire source tree (beta)
  • has an easy to use GUI
  • allow you to specify the name for a field, method and class (new feature!)

Currently JDO does not do the following (but it might one day)

  • modify method bytecode in any way

这篇关于(2009) - 反混淆Java代码的工具的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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