Frida Docs Unified
GitHub
Preparing search index...
@types/frida-gum
NativeFunctionConstructor
Interface NativeFunctionConstructor
interface
NativeFunctionConstructor
{
new
NativeFunctionConstructor
<
RetType
extends
NativeFunctionReturnType
,
ArgTypes
extends
[
]
|
NativeFunctionArgumentType
[]
,
>
(
address
:
NativePointerValue
,
retType
:
RetType
,
argTypes
:
ArgTypes
,
abiOrOptions
?:
NativeABI
|
NativeFunctionOptions
,
)
:
NativeFunction
<
GetValue
<
NativeFunctionReturnTypeMap
,
NativeFunctionReturnValue
,
NativeFunctionReturnType
,
RetType
,
>
,
ResolveVariadic
<
Extract
<
GetValue
<
NativeFunctionArgumentTypeMap
,
NativeFunctionArgumentValue
,
NativeFunctionArgumentType
,
ArgTypes
,
>
,
unknown
[]
,
>
,
>
,
>
;
prototype
:
NativeFunction
<
void
,
[
]
>
;
}
Index
Constructors
constructor
Properties
prototype
Constructors
constructor
new
NativeFunctionConstructor
<
RetType
extends
NativeFunctionReturnType
,
ArgTypes
extends
[
]
|
NativeFunctionArgumentType
[]
,
>
(
address
:
NativePointerValue
,
retType
:
RetType
,
argTypes
:
ArgTypes
,
abiOrOptions
?:
NativeABI
|
NativeFunctionOptions
,
)
:
NativeFunction
<
GetValue
<
NativeFunctionReturnTypeMap
,
NativeFunctionReturnValue
,
NativeFunctionReturnType
,
RetType
,
>
,
ResolveVariadic
<
Extract
<
GetValue
<
NativeFunctionArgumentTypeMap
,
NativeFunctionArgumentValue
,
NativeFunctionArgumentType
,
ArgTypes
,
>
,
unknown
[]
,
>
,
>
,
>
Type Parameters
RetType
extends
NativeFunctionReturnType
ArgTypes
extends
[
]
|
NativeFunctionArgumentType
[]
Parameters
address
:
NativePointerValue
retType
:
RetType
argTypes
:
ArgTypes
Optional
abiOrOptions
:
NativeABI
|
NativeFunctionOptions
Returns
NativeFunction
<
GetValue
<
NativeFunctionReturnTypeMap
,
NativeFunctionReturnValue
,
NativeFunctionReturnType
,
RetType
,
>
,
ResolveVariadic
<
Extract
<
GetValue
<
NativeFunctionArgumentTypeMap
,
NativeFunctionArgumentValue
,
NativeFunctionArgumentType
,
ArgTypes
,
>
,
unknown
[]
,
>
,
>
,
>
Properties
Readonly
prototype
prototype
:
NativeFunction
<
void
,
[
]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
prototype
GitHub
Frida Docs Unified
Loading...