Paulov.Tarkov.Deobfuscator.Lib 1.0.6

dotnet add package Paulov.Tarkov.Deobfuscator.Lib --version 1.0.6
NuGet\Install-Package Paulov.Tarkov.Deobfuscator.Lib -Version 1.0.6
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Paulov.Tarkov.Deobfuscator.Lib" Version="1.0.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Paulov.Tarkov.Deobfuscator.Lib --version 1.0.6
#r "nuget: Paulov.Tarkov.Deobfuscator.Lib, 1.0.6"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Paulov.Tarkov.Deobfuscator.Lib as a Cake Addin
#addin nuget:?package=Paulov.Tarkov.Deobfuscator.Lib&version=1.0.6

// Install Paulov.Tarkov.Deobfuscator.Lib as a Cake Tool
#tool nuget:?package=Paulov.Tarkov.Deobfuscator.Lib&version=1.0.6

Paulov's Escape From Tarkov Deobfuscator

Credits

De4Dot Mono-Cecil SPT-Aki

What does this do?

This library allows you to deobfuscate any Escape from Tarkov Assembly-CSharp library using multiple options available to you.

How to use?

  • Add this Nuget package to your project
  • Add the following json file to your project in DeObfus/mappings/... and ensure it copies on compile
  • Call PaulovDeobfuscator.Deobfuscate with the Assembly-CSharp.dll or EXE location
{
  // None/Remap/Test the Automatic System of Remapping via Code
  "AutomaticRemapping": "None",
  // None/Remap/Test the Defined Mapping list of Remapping - The defined list runs after the Automatic Remap
  "EnableDefinedRemapping": "None",
  "DefinedRemapping": [
  ],
  "DefinedTypesToForcePublic": [
  ],
  "TypesToForceAllPublicMethods": [
  ],
  "TypesToForceAllPublicFieldsAndProperties": [
  ],
  "AutoRemapTypeExcemptions": [

  ],
  "AutoRemapDescriptors": false
}
  • Configure the json mappings file (see Configuring the Mappings Json File)

  • Add this line of code to deobfuscate a library new PaulovDeobfuscator().Deobfuscate(assemblyLocation, createBackup: false, overwriteExisting: false, doRemapping: true);

Configuring the Mappings Json File

AutomaticRemapping Options

None

  • Do nothing

Test

  • Run the discovery of mappings but only generate a .cs file (this can be used as a GlobalUsings.cs in your project)

Remap

  • Remap types based on discovery on names
Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.6 79 4/21/2024
1.0.4 220 12/28/2023
1.0.3 119 12/28/2023
1.0.2 124 12/27/2023
1.0.1 173 12/17/2023
1.0.0 120 12/17/2023