Interface FunctionProvider

    • Method Detail

      • getFunctionAddress

        long getFunctionAddress(java.nio.ByteBuffer functionName)
        Returns the function address of the specified function. If the function is not supported, returns 0L.
        Parameters:
        functionName - the encoded name of the function to query
        Returns:
        the function address or 0L if the function is not supported