Frida Docs Unified
GitHub
Preparing search index...
frida-il2cpp-bridge/dist
Il2Cpp
perform
Function perform
perform
<
T
>
(
block
:
()
=>
T
|
Promise
<
T
>
,
flag
?:
"free"
|
"bind"
|
"leak"
|
"main"
,
)
:
Promise
<
T
>
Attaches the caller thread to Il2Cpp domain and executes the given block.
Type Parameters
T
Parameters
block
:
()
=>
T
|
Promise
<
T
>
Optional
flag
:
"free"
|
"bind"
|
"leak"
|
"main"
Returns
Promise
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
Frida Docs Unified
Loading...
Attaches the caller thread to Il2Cpp domain and executes the given block.