All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.unidbg.hook.IHook Maven / Gradle / Ivy

There is a newer version: 0.9.8
Show newest version
package com.github.unidbg.hook;

import com.github.unidbg.Module;

public interface IHook {

    Module getModule();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy