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

net.fornwall.jelf.SymbolLocator Maven / Gradle / Ivy

There is a newer version: 0.9.8
Show newest version
package net.fornwall.jelf;

import java.io.IOException;

public interface SymbolLocator {

    ElfSymbol getELFSymbol(int index) throws IOException;

    ElfSymbol getELFSymbolByName(String name) throws IOException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy