(2009)

编程入门 行业动态 更新时间:2024-10-16 20:28:18
本文介绍了(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)

本文发布于:2023-11-07 19:34:07,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1567229.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!