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

com.github.unidbg.ios.objc.ObjectiveCProcessor Maven / Gradle / Ivy

The newest version!
package com.github.unidbg.ios.objc;

import com.github.unidbg.Symbol;
import com.github.unidbg.ios.MachOModule;

public interface ObjectiveCProcessor {

    Symbol findObjcSymbol(Symbol bestSymbol, long targetAddress, MachOModule module);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy