A
B
C
D
E
F
G
H
I
L
M
P
R
S
T
U
X
I
- int2Bytes(int) - function in top.canyie.pine.utils.Primitives
- ints2Double(int,int) - function in top.canyie.pine.utils.Primitives
- ints2Long(int,int) - function in top.canyie.pine.utils.Primitives
- invokeOriginalMethod(Member,Object,Array) - function in top.canyie.pine.Pine
- Invoke the original implementation of the given method.If the method is not hooked, the behavior is undefined.
- invokeOriginalMethod() - function in top.canyie.pine.Pine.CallFrame
- Invoke the original implementation of the method with current
{@code thisObject}and{@code args}. - invokeOriginalMethod(Object,Array) - function in top.canyie.pine.Pine.CallFrame
- Like invokeOriginalMethod but use the passed
{@code thisObject}and{@code args}. - is64Bit() - function in top.canyie.pine.Pine
- Return whether the system is 64-bit.Note that this method will initialize Pine library if uninitialized.
- isHooked(Member) - function in top.canyie.pine.Pine
- Return whether the given method has been hooked before.
- isInitialized() - function in top.canyie.pine.Pine
- Check whether Pine library is initialized.
- isPending() - function in top.canyie.pine.Pine.HookRecord