Skip to content

Instantly share code, notes, and snippets.

View jediminer543's full-sized avatar

jediminer543

View GitHub Profile
@jediminer543
jediminer543 / ASMUtil.java
Created August 24, 2022 22:32
A utility class for asm stuff; part of a larger project not on git yet
package org.jmt.alan.util;
import java.util.HashMap;
import java.util.Map;
import org.objectweb.asm.Opcodes;
import org.objectweb.asm.Type;
import org.objectweb.asm.tree.AbstractInsnNode;
import org.objectweb.asm.tree.FieldInsnNode;
import org.objectweb.asm.tree.InsnList;