这些是编码吗? [英] Are these encoded codes?

查看:25
本文介绍了这些是编码吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

可能的重复:
jsr 关键字是什么意思?

我使用反编译器来反编译一个 .class 文件,它似乎反编译了所有内容,除了底部的一些代码非常奇怪,因为我是 Java 新手,我不确定它们是什么意思:

i used a decompiler to decompile a .class file it seems that it decompiled everything except some code at the bottom are very strange and since im new to java im not sure what they mean:

  static
  {
    String[] tmp5_2 = new String[6];
    jsr 50;
    tmp5_2[0] = "pH@JeAE";
    String[] tmp13_5 = tmp5_2;
    jsr 42;
    tmp13_5[1] = "lRMMoF";
    String[] tmp21_13 = tmp13_5;
    jsr 34;
    tmp21_13[2] = "KHUT;\f\19VSv\rRHJkBJH@dL\18OAu";
    String[] tmp29_21 = tmp21_13;
    jsr 26;
    tmp29_21[3] = "\18\14\22\n1\r\f\15\21";
    String[] tmp37_29 = tmp29_21;
    jsr 18;
    tmp37_29[4] = "wTD\4OJRKEWJXDK@SLMAu\3UR\4NMPHJd\r";
    String[] tmp45_37 = tmp37_29;
    jsr 10;
    tmp45_37[5] = "KHUT;\f\19\16\226\r\f\15\20/\18\19RP`WIR";
    z = tmp45_37;
    break label68:
    label68: localObject = returnAddress;
  }

例如看tmp5_2[0]后面的代码,它们是什么意思?

see the code after tmp5_2[0] for example, what do they mean?

推荐答案

快速浏览一下,我可能完全错了,它看起来像是被混淆工具混淆的代码,以防止您尝试做(逆向工程)

Judging from a quick glance, and I could be totally wrong, it looks like code that has been obfuscated by an obfuscation tool as to prevent what you are trying to do (reverse engineering)

这篇关于这些是编码吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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