Skip to content

Commit

Permalink
some more things that were moved to fork of SSVM and some refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicPlayerA10 committed Oct 11, 2024
1 parent 51e5128 commit 7a1ae63
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 123 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

import org.jetbrains.annotations.Nullable;
import org.objectweb.asm.MethodVisitor;
import org.objectweb.asm.NamedOpcodes;
import uwu.narumi.deobfuscator.api.asm.NamedOpcodes;
import org.objectweb.asm.Type;

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
package org.objectweb.asm;
package uwu.narumi.deobfuscator.api.asm;

import org.objectweb.asm.Opcodes;

import java.lang.reflect.Field;
import java.util.HashMap;
import java.util.Map;

/*
Debug purposes
/**
* Maps opcodes to their names. For debug purposes.
*/
public final class NamedOpcodes {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package uwu.narumi.deobfuscator.api.asm.matcher.impl;

import org.objectweb.asm.NamedOpcodes;
import org.objectweb.asm.tree.AbstractInsnNode;
import org.objectweb.asm.tree.analysis.Frame;
import org.objectweb.asm.tree.analysis.OriginalSourceValue;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Unmodifiable;
import org.objectweb.asm.NamedOpcodes;
import uwu.narumi.deobfuscator.api.asm.NamedOpcodes;
import org.objectweb.asm.Opcodes;
import org.objectweb.asm.tree.AbstractInsnNode;
import org.objectweb.asm.tree.ClassNode;
Expand Down
92 changes: 0 additions & 92 deletions deobfuscator-impl/src/main/java/dev/xdark/ssvm/util/IOUtil.java

This file was deleted.

This file was deleted.

0 comments on commit 7a1ae63

Please sign in to comment.