吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 226|回复: 2
收起左侧

[求助] .NET 脱壳问题

[复制链接]
fengcheer 发表于 2025-2-28 11:30
本帖最后由 fengcheer 于 2025-3-2 01:23 编辑

DLL  Die 信息如下:
Operation system: Windows(Server 2003)[AMD64, 64-bit, DLL]   
Language: MSIL/C#   
Library: .NET Core(v8.0, CLR v4.0.30319)   
Linker: Microsoft Linker(11.0)   
(Heur)Protection: Obfuscation[CLR constructor]


试了de4dot-All 多个版本 ,提示 Detected Unknown Obfuscator  ,然后程序无响应.无法保存结果.

dnsyp查看 一个混淆过的构造函数IL
===============================================

0        0000        ldarg.0

1        0001        nop

2        0002        nop

3        0003        ldarg.0

4        0004        ldarg.1        

5        0005        nop

6        0006        ldarg.0

7        0007        ldarg.2

8        0008        nop

9        0009        ret

================================================


猜测原始C#内容为

================================================

public ItemClass(string className, string classCategory)      

  {            
this.ClassName = className;            
this.ClassCategory = classCategory;      
}

================================================

猜测原始IL内容为

0        0000        ldarg.0

1        0001        call        instance void [System.Runtime]System.Object::.ctor()
2        0006        nop

3        0007        nop

4        0008        ldarg.0

5        0009        ldarg.1

6        000A        call        instance void ConsoleApp1.ItemClass::set_ClassName(string)
7        000F        nop

8        0010        ldarg.0

9        0011        ldarg.2

10        0012        call        instance void ConsoleApp1.ItemClass::set_ClassCategory(string)
11        0017        nop

12        0018        ret




dnspy 查看 程序集函数体IL 代码 丢失 call 指令

ItemClass

ItemClass


Module

Module




了解的帮下忙,谢谢,不知道是什么壳.

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

SoftCracker 发表于 2025-3-1 09:04
文件发来看看
3yu3 发表于 2025-3-1 11:29
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2025-4-14 05:49

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表