CoreModTutor
  • 源代码仓库(求star)
  • 目录
  • 0 绪论
  • 1 简介
    • CoreMod
    • Minecraft混淆方式
  • 2 Java虚拟机
    • ClassLoader类加载器
    • ByteCode字节码
  • 3 原版 CoreMod
    • 直接修改class文件
    • JavaAgent
    • LaunchWrapper
    • ModLauncher
  • 4 FML CoreMod
    • 1.3.2-1.5.2
    • 1.6.1-1.12.2
    • 1.13.2-1.15.2
  • 5 Mixin
    • 配置
    • 引导
    • 注入
    • 修改
    • 定位
    • 融合
    • 扩展
    • 调试
  • 6 ASM
  • 附录
    • 附录A 相关工具下载
    • 附录B 常见Java字节码指令表
    • 附录C 参考资料
Powered by GitBook
On this page
  • CoreMod项目实例
  • CustomSkinLoader
  • Alchemy
  • authlib-injector
  • UniSkinMod
  • OfflineSkins
  • Hyperium
  • ReplayMod
  • CubicChunks
  • ChatTriggers
  • The Java Virtual Machine Specification - Oracle
  • Java bytecode instruction listings - WikiPedia
  • Oracle Nashorn: A Next-Generation JavaScript Engine for the JVM - Oracle
  • Package java.lang.instrument - JavaDoc
  • fmltutor - ustc-zzzz
  • Harbinger - 3TUSK
  • 俩车的 Coremod 介绍 - liach
  • MCP&Forge教程 - 白玉楼之梦
  • Coremod导论—从切比雪夫多项式说起 - 森林蝙蝠
  • Mixin 介绍 - 耗子

Was this helpful?

  1. 附录

附录C 参考资料

Previous附录B 常见Java字节码指令表

Last updated 5 years ago

Was this helpful?

CoreMod项目实例

CustomSkinLoader

  • 原版 CoreMod / 直接修改class文件 + LaunchWrapper

  • FML CoreMod / 1.8-1.12.2 + 1.13.2-1.14.4

Alchemy

  • FML CoreMod / 1.10.2-1.12.2

authlib-injector

  • 原版 CoreMod / JavaAgent

UniSkinMod

  • FML CoreMod / 1.7.10-1.9.4

OfflineSkins

  • FML CoreMod / 1.7.10-1.12.2 + 1.13.2

  • Fabric CoreMod / 1.14snapshot

Hyperium

  • Mixin / 原版 1.8.9

ReplayMod

  • Mixin / Forge 1.7.10-1.12.2

  • Fabric CoreMod / 1.14.4

CubicChunks

  • Mixin /

ChatTriggers

  • Mixin / Forge 1.8.9 + 1.12.2

The Java Virtual Machine Specification - Oracle

Java bytecode instruction listings - WikiPedia

Oracle Nashorn: A Next-Generation JavaScript Engine for the JVM - Oracle

Package java.lang.instrument - JavaDoc

fmltutor - ustc-zzzz

Harbinger - 3TUSK

俩车的 Coremod 介绍 - liach

MCP&Forge教程 - 白玉楼之梦

Coremod导论—从切比雪夫多项式说起 - 森林蝙蝠

Mixin 介绍 - 耗子

https://github.com/xfl03/MCCustomSkinLoader
https://github.com/AmadeusSystems/Alchemy
https://github.com/yushijinhun/authlib-injector
https://github.com/RecursiveG/UniSkinMod
https://github.com/zlainsama/OfflineSkins
https://github.com/HyperiumClient/Hyperium
https://github.com/ReplayMod/ReplayMod
https://github.com/ChatTriggers/ct.js
https://docs.oracle.com/javase/specs/jvms/se8/html/index.html
https://en.wikipedia.org/wiki/Java_bytecode_instruction_listings
https://www.oracle.com/technetwork/articles/java/jf14-nashorn-2126515.html
https://docs.oracle.com/javase/8/docs/api/java/lang/instrument/package-summary.html
https://fmltutor.ustc-zzzz.net/
https://harbinger.covertdragon.team/
http://www.mcbbs.net/thread-849970-1-1.html
http://blog.hakugyokurou.net/?page_id=126
http://www.mcbbs.net/thread-822754-1-1.html
https://mouse0w0.github.io/categories/Mixin/