StackDeobfuscator

Remaps logged stacktraces to readable mappings

File Details

StackDeobfuscator v1.4.0

  • R
  • Jul 31, 2023
  • 205.92 KB
  • 28.6K
  • 1.20.1+35
  • Fabric

File Name

StackDeobfuscatorFabric-1.4.0+a93f231.jar

Supported Versions

  • 1.16-Snapshot
  • 1.15-Snapshot
  • 1.19-Snapshot
  • 1.20-Snapshot
  • 1.17-Snapshot
  • 1.18-Snapshot
  • 1.14-Snapshot
  • 1.20.2-Snapshot
  • 1.20.1
  • 1.20
  • 1.19.4-Snapshot
  • 1.19.3-Snapshot
  • 1.19.4
  • 1.19.3
  • 1.19.2
  • 1.19.1
  • 1.19
  • 1.18.2
  • 1.18.1
  • 1.18
  • 1.17.1
  • 1.17
  • 1.16.5
  • 1.16.4
  • 1.16.3
  • 1.16.2
  • 1.16.1
  • 1.16
  • 1.15.2
  • 1.15.1
  • 1.15
  • 1.14.4
  • 1.14.3
  • 1.14.2
  • 1.14.1
  • 1.14

Curse Maven Snippet

Fabric

modImplementation "curse.maven:stackdeobf-840896:4673676"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Fixes

  • Handle / being used instead of . as package separator
    • E.g. net/minecraft/class_5272 is now remapped correctly to net/minecraft/client/item/ModelPredicateProviderRegistry
  • Fix some classes causing errors when trying to remap (Fixes #7)

New

  • Separate fabric integration and common remapping code
    • Adds web subproject for remapping text to different mappings/versions
  • The checksum of all files is now verified on download
    • Intermediary/Quilt mappings always use sha512
    • Mojang mappings always use md5/sha1
    • Yarn uses sha512 on modern version, but falls back to sha1 for 19w02a, Combat Test 4 and all versions older than 1.15 (except 1.14.4)
  • Some fixes to support more versions
  • Mapping/Metadata downloads will be retried 3x before being cancelled, if:
    • The server returns a non 2xx response code
    • Checksum verification fails