Skip to content

Instantly share code, notes, and snippets.

View zly2006's full-sized avatar

Liyan Zhao zly2006

  • Xi'an, Shaanxi Province, China
  • 02:14 (UTC +08:00)
View GitHub Profile
package com.github.zly2006.reden.report;
import net.fabricmc.api.ModInitializer;
import net.fabricmc.loader.api.entrypoint.PreLaunchEntrypoint;
import org.objectweb.asm.ClassWriter;
import org.objectweb.asm.Opcodes;
import org.objectweb.asm.tree.ClassNode;
import org.objectweb.asm.tree.FieldInsnNode;
import org.objectweb.asm.tree.MethodNode;