Modern Runtime Deobfuscation 图标

Modern Runtime Deobfuscation

作者:rebot | 分类:模组

价格:0 墨喵币 下载量:0 点赞:0 版本 1.0.5
本资源为搬运资源,原资源地址: https://modrinth.com/mod/modern-runtime-deobfuscation
资源信息

Minecraft 版本: 1.20.1

平台: forge

标签: utility

资源介绍

When Forge 1.20.1 crashes, the log shows method names like m_109093_ instead of render. This mod rewrites those tokens on the fly. The substitution happens in the in-game console, latest.log, and crash-report .txt files, so you can actually read what blew up.

What it looks like

Before:

java.lang.NullPointerException
    at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:869)
    at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1184)

After:

java.lang.NullPointerException
    at net.minecraft.client.renderer.GameRenderer.render(GameRenderer.java:869)
    at net.minecraft.client.Minecraft.runTick(Minecraft.java:1184)

Features

  • Live deobfuscation for debugging purposes.
  • Works on both client and dedicated server.
  • Uses Mojang's official 1.20.1 mappings.
  • Mappings download once on first launch, then cache locally (~5 MB on disk).
  • Covers stack traces, crash reports, and Java's helpful-NPE messages.
  • Zero config required. Just drop the jar in mods/.

Installation

  1. Download the jar and put it in your mods/ folder.
  2. Launch the game. On first run the mod downloads Mojang's mappings (a few seconds). After that it reads from cache.

Compatibility

  • Minecraft: 1.20.1
  • Loader: Forge 47+
  • Side: client + server (works on either, useful on both)

Optional configuration

config/moderndeobf-common.toml is auto-created on first launch with these toggles:

  • enabled: master switch
  • remapCrashReports: also rewrite .txt crash dumps
  • downloadMappingsIfMissing: set to false for air-gapped use (prepopulate the cache yourself)

Known limits

  • Very early crashes. A handful of Mixin warnings that fire before the mod's constructor runs will keep raw SRG tokens. Same limit StackDeobfuscator has on Fabric.
  • Custom log lines. Mods that hand-format SRG names into their own LOGGER.info() calls aren't caught. Only stack traces and Java's NPE messages are.
  • Parameter names. Mojang's mappings don't include them; this mod doesn't make them up.

About the mappings

The jar contains no Mojang mapping data. On first launch the mod downloads them directly from Mojang's CDN (the URL listed in version_manifest_v2.json) and composes a local lookup table under <gameDir>/moderndeobf/cache/.

Credits

Source / License

MIT. Source on GitHub.

下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
Counter Strikes addons

价格:0 墨喵币
下载量:0

查看详情
Mythic Mounts

价格:0 墨喵币
下载量:0

查看详情
Pickless

价格:0 墨喵币
下载量:0

查看详情
Tensura Soul Boost

价格:0 墨喵币
下载量:0

查看详情