拡張DLLをクラックEFCore --- Z.EntityFramework.Extensions.EFCore

安装Z.EntityFramework.Extensions.EFCore

インストール・パッケージZ.EntityFramework.Extensions.EFCore -Version 2.611

VSはnugetでインストール開発ツールを開くことができます

de4dotを使用して最初の書式設定コード

  1. 検索  Z.EntityFramework.Extensions.EFCore  私の中で、(右属性を表示することができます)Nugetパッケージアドレスを  C:Users \ユーザー管理\ \ .nu​​get \は、標準パッケージ\ z.entityframework.extensions.efcore \パッケージ2.611 \ libにするの\ netstandard2を。0 
  2. ダウンロードde4dot:https://github.com/0xd4d/de4dot   (ファイル砲撃)
    Windowsのダウンロード:https://ci.appveyor.com/project/0xd4d/de4dot/branch/master/artifacts
    ダウンロード:de4dot-net35
  3. 抽出後  Z.EntityFramework.Extensions.EFCore.dllの  コピーをする  net35-de4dot  抽出ディレクトリ、及び、コマンドcmdを実行
    de4dot.exe Z.EntityFramework.Extensions.EFCore.dll

    これは、現在位置のDLLを生成する  Z.EntityFramework.Extensions.EFCore-cleaned.dll  すなわちDLLをフォーマットした後に

    C:\ユーザーは\管理者\デスクトップ\ de4dot-net35> de4dot.exe Z.EntityFramework.Extensions.EFCore.dll 
    
    de4dot V3。1.415923405著作権(C)2011年 - 2015年までに[email protected] 
    最新版とソースコードます。https:// github.com/0xd4d/de4dot 
    
    不明な難読化検出(C:\ユーザーは\管理者\デスクトップ\ de4dot - net35 \ Z.EntityFramework .Extensions.EFCore.dll)
    クリーニングC:\ユーザーは、管理者\デスクトップ\のde4dotを\ - net35 \ Z.EntityFramework.Extensions.EFCore.dll 
    すべての難読化されたシンボル名の変更
    Cを保存する:\ユーザーは、管理者\デスクトップ\ de4dot \ -net35 \ Zを。 EntityFramework.Extensions.EFCore-cleaned.dll
    コードの表示

     

アセンブリを変更dnSpy使用

  1. ダウンロードdnSpy:https://github.com/0xd4d/dnSpy/releases 
    ダウンロード:dnSpy-netcore-win64.zip 
  2. ファイル名を指定して実行  dnSpy.exe  、およびオープン  Z.EntityFramework.Extensions.EFCore-cleaned.dll 
  3. 押して  Ctrlキー+ Shiftキー+ K  見つける  ValidateLicenseを 

    最初に選択し  ValidateLicenseを  ダブルクリックし、内部をクリックし  LicenseManager.ValidateLicense  、その後、内側をクリックしていき  LicenseManager.ValidateLicense 

    その後、クリックし  Class278.smethod_10を 

    その後、クリックし  Class278.smethod_11を 

    その後、クリックし  Class278.smethod_7を 

    最後に、時間裁判官を見つけました

  4. 修正方法

  5. 保存

  6. 名前を変更し、その後、指示するプロジェクト参照を追加します

おすすめ

転載: www.cnblogs.com/wyt007/p/11295704.html