Constructor

FridaCompilernew

Declaration

FridaCompiler*
frida_compiler_new (
  FridaDeviceManager* manager
)

Description [src]

Creates a compiler.

Parameters

manager

Type: FridaDeviceManager

Unused; kept for compatibility.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: FridaCompiler

No description available.

The caller of the function takes ownership of the data, and is responsible for freeing it.