首页
社区
课程
招聘
[求助]反编译出来的代码被混淆了
2023-5-8 16:26 5536

[求助]反编译出来的代码被混淆了

2023-5-8 16:26
5536

反编译出来的代码被混淆了
c#的exe,然后我用ILSpy反编译出来变成这样子
图片描述

 

internal class x44190
{
private delegate void a();

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
[DefaultMember("Item")]
public class b : IDisposable
{
    public int a;
 
    public int b;
 
    public int c;
 
    public int d;
 
    public int e;
 
    public int f;
 
    public int g;
 
    public int h;
 
    public int i;
 
    public b[] j;
 
    public string[] k;
 
    public static byte[] l;
 
    public static string[] m;
 
    public bool n;
 
    public bool o;
 
    public bool p;
 
    public bool q;
 
    public bool r;
 
    public bool s;
 
    public bool t;
 
    public bool u;
 
    public MemoryStream v;
 
    public x6133611 a => new x6133611(this.b);
 
    public byte[] b => new x5635895(x316198, this.x8330497(this.x7830347(367)), x451398).x6037834;
 
    public b c
    {
        get
        {
            if (!p)
            {
                return this;
            }
            return j[a];
        }
    }
 
    public byte[] d
    {
        get
        {
            if (!n)
            {
                return v.ToArray();
            }
            return l;
        }
    }
 
    public b(int a)
    {
        this.a = 33362;
        this.b = 88166;
        this.c = 33290;
        this.d = 97759;
        this.e = 52027;
        this.f = 25672;
        this.g = 43644;
        this.h = 171843;
        this.i = a;
        j = new b[x793702];
        k = new string[10];
        v = new MemoryStream();
        u = !(n = (o = (p = (q = (r = (s = (t = false)))))));
    }

请问这个是什么混淆?谢谢大家


[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

收藏
点赞0
打赏
分享
最新回复 (1)
雪    币: 2927
活跃值: (2530)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
caocaofff 2023-5-9 08:49
2
0
人家混淆的目的就是不想让你反编译
游客
登录 | 注册 方可回帖
返回