与反编译器相比,Java代码混淆实际上有效吗?

编程入门 行业动态 更新时间:2024-10-17 00:18:37
本文介绍了与反编译器相比,Java代码混淆实际上有效吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

出于反编译的简单性,我很想考虑不晚上用Java编写某些代码.有没有一种我可以用Java编写的方法而不必担心反编译器?我了解任何事情都可以在足够的时间进行逆向工程,所以我要问的是:Java类混淆器是否足以有效地阻止反汇编?

I am curious enough to considering not evening writing certain code in Java because of how easy it is to decompile. Is there a way that I can write in Java and not have to worry about decompilers? I understand anything can be reversed engineered given enough time, so what I am asking is: are Java class obfuscators effective enough to deterrent decompliation?

推荐答案

Java类混淆器足以阻止反汇编吗?

are Java class obfuscators effective enough to deterrent decompliation?

我会说不".当我试图试图弄清楚某人如何做某事而反编译源代码时,我已经知道我在寻找什么.因此,我不必了解整个程序,只需了解当时我感兴趣的那一部分即可.有了足够的方法困惑,并在调用链上回溯了一点,通常就可以确定内幕,而无需付出过多的努力.

I would say "no". When I decompile source code with the intent of trying to figure out how someone did something, I already know what I'm looking for. So I don't have to understand the entire program -- just the one piece that's of interest to me at the time. With enough puzzling over methods and backtracking a bit up the call chain, it's usually possible to determine what's under the hood without an excessive amount of effort.

更多推荐

与反编译器相比,Java代码混淆实际上有效吗?

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

发布评论

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

>www.elefans.com

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