Function allocUtf8String

  • Allocates, encodes and writes out str as a UTF-8 string on Frida's private heap. See Memory#alloc() for details about its lifetime.

    Parameters

    • str: string

      String to allocate.

    Returns NativePointer

Generated using TypeDoc