跳过导航链接
A B C D E F G H I L M N O P R S T U W X 

A

add(E) - 类 中的方法com.taobao.android.dexposed.DexposedBridge.CopyOnWriteSortedSet
 
addrHex(long) - 类 中的静态方法com.taobao.android.dexposed.utility.Debug
 
afterHookedMethod(XC_MethodHook.MethodHookParam) - 类 中的方法com.taobao.android.dexposed.XC_MethodHook
Called after the invocation of the method.
afterHookedMethod(XC_MethodHook.MethodHookParam) - 类 中的方法com.taobao.android.dexposed.XC_MethodReplacement
 
args - 类 中的变量com.taobao.android.dexposed.XC_MethodHook.MethodHookParam
Arguments to the method call
Arm64 - me.weishu.epic.art.arch中的类
 
Arm64() - 类 的构造器me.weishu.epic.art.arch.Arm64
 
Arm64ForM - me.weishu.epic.art.arch中的类
 
Arm64ForM() - 类 的构造器me.weishu.epic.art.arch.Arm64ForM
 
arrayBaseOffset(Class) - 类 中的静态方法com.taobao.android.dexposed.utility.Unsafe
 
arrayIndexScale(Class) - 类 中的静态方法com.taobao.android.dexposed.utility.Unsafe
 
ArtMethod - me.weishu.epic.art.method中的类
Object stands for a Java Method, may be a constructor or a method.
assetAsByteArray(Resources, String) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
Load an asset from a resource and return the content as byte array.

B

backup() - 类 中的方法me.weishu.epic.art.method.ArtMethod
 
beforeHookedMethod(XC_MethodHook.MethodHookParam) - 类 中的方法com.taobao.android.dexposed.XC_MethodHook
Called before the invocation of the method.
beforeHookedMethod(XC_MethodHook.MethodHookParam) - 类 中的方法com.taobao.android.dexposed.XC_MethodReplacement
 
BOOTCLASSLOADER - 类 中的静态变量com.taobao.android.dexposed.DexposedBridge
 
byteHex(byte) - 类 中的静态方法com.taobao.android.dexposed.utility.Debug
 

C

cacheflush(long, long) - 类 中的静态方法me.weishu.epic.art.EpicNative
 
call(XCallback.Param) - 类 中的方法com.taobao.android.dexposed.callbacks.XCallback
 
callAll(XCallback.Param) - 类 中的静态方法com.taobao.android.dexposed.callbacks.XCallback
 
callbacks - 类 中的变量com.taobao.android.dexposed.callbacks.XCallback.Param
 
callMethod(Object, String, Object...) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
Call instance or static method methodName for object obj with the arguments args.
callMethod(Object, String, Class<?>[], Object...) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
Call instance or static method methodName for object obj with the arguments args.
callStaticMethod(Class<?>, String, Object...) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
Call static method methodName for class clazz with the arguments args.
callStaticMethod(Class<?>, String, Class<?>[], Object...) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
Call static method methodName for class clazz with the arguments args.
ClassNotFoundError(Throwable) - 错误 的构造器com.taobao.android.dexposed.XposedHelpers.ClassNotFoundError
 
ClassNotFoundError(String, Throwable) - 错误 的构造器com.taobao.android.dexposed.XposedHelpers.ClassNotFoundError
 
ClassUtils - com.taobao.android.dexposed中的类
Operates on classes without using reflection.
ClassUtils() - 类 的构造器com.taobao.android.dexposed.ClassUtils
ClassUtils instances should NOT be constructed in standard programming.
clear() - 类 中的方法com.taobao.android.dexposed.DexposedBridge.CopyOnWriteSortedSet
 
clearCompileData(Context) - 类 中的静态方法com.taobao.android.dexposed.utility.NougatPolicy
 
com.taobao.android.dexposed - 程序包 com.taobao.android.dexposed
 
com.taobao.android.dexposed.callbacks - 程序包 com.taobao.android.dexposed.callbacks
 
com.taobao.android.dexposed.utility - 程序包 com.taobao.android.dexposed.utility
 
compareTo(XCallback) - 类 中的方法com.taobao.android.dexposed.callbacks.XCallback
 
compile() - 类 中的方法me.weishu.epic.art.method.ArtMethod
Force compile the method to avoid interpreter mode.
compileMethod(Member, long) - 类 中的静态方法me.weishu.epic.art.EpicNative
 
compileMethod(Member) - 类 中的静态方法me.weishu.epic.art.EpicNative
 
convertClassesToClassNames(List<Class<?>>) - 类 中的静态方法com.taobao.android.dexposed.ClassUtils
Given a List of Class objects, this method converts them into class names.
convertClassNamesToClasses(List<String>) - 类 中的静态方法com.taobao.android.dexposed.ClassUtils
Given a List of class names, this method converts them into classes.
copy(long, long, int) - 类 中的静态方法me.weishu.epic.art.EpicNative
 
CopyOnWriteSortedSet() - 类 的构造器com.taobao.android.dexposed.DexposedBridge.CopyOnWriteSortedSet
 
createBridgeJump(long, long, long, long) - 类 中的方法me.weishu.epic.art.arch.Arm64
 
createBridgeJump(long, long, long, long) - 类 中的方法me.weishu.epic.art.arch.Arm64ForM
 
createBridgeJump(long, long, long, long) - 类 中的方法me.weishu.epic.art.arch.ShellCode
 
createBridgeJump(long, long, long, long) - 类 中的方法me.weishu.epic.art.arch.Thumb2
 
createCallOrigin(long, byte[]) - 类 中的方法me.weishu.epic.art.arch.ShellCode
 
createDirectJump(long) - 类 中的方法me.weishu.epic.art.arch.Arm64
 
createDirectJump(long) - 类 中的方法me.weishu.epic.art.arch.Arm64ForM
 
createDirectJump(long) - 类 中的方法me.weishu.epic.art.arch.ShellCode
 
createDirectJump(long) - 类 中的方法me.weishu.epic.art.arch.Thumb2
 

D

d(String, String) - 类 中的静态方法com.taobao.android.dexposed.utility.Logger
 
Debug - com.taobao.android.dexposed.utility中的类
 
DEBUG - 类 中的静态变量com.taobao.android.dexposed.utility.Debug
 
DEBUG - 类 中的静态变量com.taobao.android.dexposed.utility.Logger
 
deleteWhitespace(String) - 类 中的静态方法com.taobao.android.dexposed.ClassUtils
Deletes all whitespaces from a String as defined by Character.isWhitespace(char).
DeviceCheck - com.taobao.android.dexposed中的类
 
DeviceCheck() - 类 的构造器com.taobao.android.dexposed.DeviceCheck
 
DexposedBridge - com.taobao.android.dexposed中的类
 
DexposedBridge() - 类 的构造器com.taobao.android.dexposed.DexposedBridge
 
DexposedBridge.CopyOnWriteSortedSet<E> - com.taobao.android.dexposed中的类
 
DO_NOTHING - 类 中的静态变量com.taobao.android.dexposed.XC_MethodReplacement
 
dump(byte[], long) - 类 中的静态方法com.taobao.android.dexposed.utility.Debug
 
dumpMaps() - 类 中的静态方法com.taobao.android.dexposed.utility.Debug
 

E

e(String, String) - 类 中的静态方法com.taobao.android.dexposed.utility.Logger
 
e(String, String, Throwable) - 类 中的静态方法com.taobao.android.dexposed.utility.Logger
 
ensureResolved() - 类 中的方法me.weishu.epic.art.method.ArtMethod
the static method is lazy resolved, when not resolved, the entry point is a trampoline of a bridge, we can not hook these entry. this method force the static method to be resolved.
Entry - me.weishu.epic.art.entry中的类
 
Entry() - 类 的构造器me.weishu.epic.art.entry.Entry
 
Entry64 - me.weishu.epic.art.entry中的类
 
Entry64() - 类 的构造器me.weishu.epic.art.entry.Entry64
 
Entry64ForM - me.weishu.epic.art.entry中的类
 
Entry64ForM() - 类 的构造器me.weishu.epic.art.entry.Entry64ForM
 
Epic - me.weishu.epic.art中的类
Hook Center.
Epic() - 类 的构造器me.weishu.epic.art.Epic
 
Epic.MethodInfo - me.weishu.epic.art中的类
 
EpicNative - me.weishu.epic.art中的类
 

F

findAndHookMethod(Class<?>, String, Object...) - 类 中的静态方法com.taobao.android.dexposed.DexposedBridge
 
findClass(String, ClassLoader) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
Look up a class with the specified class loader (or the boot class loader if classLoader is null).
findConstructorBestMatch(Class<?>, Class<?>...) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
findConstructorBestMatch(Class<?>, Object...) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
findConstructorBestMatch(Class<?>, Class<?>[], Object[]) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
findConstructorExact(Class<?>, Class<?>...) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
findField(Class<?>, String) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
Look up a field in a class and set it to accessible.
findFirstFieldByExactType(Class<?>, Class<?>) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
Returns the first field of the given type in a class.
findMethodBestMatch(Class<?>, String, Class<?>...) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
Look up a method in a class and set it to accessible.
findMethodBestMatch(Class<?>, String, Object...) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
Look up a method in a class and set it to accessible.
findMethodBestMatch(Class<?>, String, Class<?>[], Object[]) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
Look up a method in a class and set it to accessible.
findMethodExact(Class<?>, String, Object...) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
Look up a method in a class and set it to accessible.
findMethodExact(String, ClassLoader, String, Object...) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
findMethodExact(Class<?>, String, Class<?>...) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
Look up a method in a class and set it to accessible.
findMethodsByExactParameters(Class<?>, Class<?>, Class<?>...) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
Returns an array of all methods in a class with the specified parameter types.
fullCompile(Context) - 类 中的静态方法com.taobao.android.dexposed.utility.NougatPolicy
 

G

get(long, int) - 类 中的静态方法me.weishu.epic.art.EpicNative
 
getAccessFlags() - 类 中的方法me.weishu.epic.art.method.ArtMethod
 
getAdditionalInstanceField(Object, String) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
getAdditionalStaticField(Object, String) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
getAdditionalStaticField(Class<?>, String) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
getAddress() - 类 中的方法me.weishu.epic.art.method.ArtMethod
get the memory address of the inner constructor/method
getAllInterfaces(Class<?>) - 类 中的静态方法com.taobao.android.dexposed.ClassUtils
Gets a List of all interfaces implemented by the given class and its superclasses.
getAllSuperclasses(Class<?>) - 类 中的静态方法com.taobao.android.dexposed.ClassUtils
Gets a List of superclasses for the given class.
getArtMethodSize() - 类 中的静态方法me.weishu.epic.art.method.ArtMethod
The size of an art::mirror::ArtMethod, we use two rule method to measure the size
getBackMethod(ArtMethod) - 类 中的静态方法me.weishu.epic.art.Epic
 
getBooleanField(Object, String) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
getBridgeMethod(Class<?>) - 类 中的静态方法me.weishu.epic.art.entry.Entry
 
getBridgeMethod(Class<?>) - 类 中的静态方法me.weishu.epic.art.entry.Entry64
 
getBridgeMethod(Epic.MethodInfo) - 类 中的静态方法me.weishu.epic.art.entry.Entry64ForM
 
getByteField(Object, String) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
getCallback() - 类 中的方法com.taobao.android.dexposed.XC_MethodHook.Unhook
 
getCharField(Object, String) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
getClass(ClassLoader, String, boolean) - 类 中的静态方法com.taobao.android.dexposed.ClassUtils
Returns the class represented by className using the classLoader.
getClass(ClassLoader, String) - 类 中的静态方法com.taobao.android.dexposed.ClassUtils
Returns the (initialized) class represented by className using the classLoader.
getClass(String) - 类 中的静态方法com.taobao.android.dexposed.ClassUtils
Returns the (initialized) class represented by className using the current thread's context class loader.
getClass(String, boolean) - 类 中的静态方法com.taobao.android.dexposed.ClassUtils
Returns the class represented by className using the current thread's context class loader.
getClassesAsArray(Class<?>...) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
Return an array with the classes of the given objects
getDoubleField(Object, String) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
getEntryPointFromJni() - 类 中的方法me.weishu.epic.art.method.ArtMethod
 
getEntryPointFromQuickCompiledCode() - 类 中的方法me.weishu.epic.art.method.ArtMethod
The entry point of the quick compiled code.
getExecutable() - 类 中的方法me.weishu.epic.art.method.ArtMethod
 
getExtra() - 类 中的方法com.taobao.android.dexposed.callbacks.XCallback.Param
This can be used to store anything for the scope of the callback.
getFieldOffset() - 类 中的方法me.weishu.epic.art.method.ArtMethod
 
getFloatField(Object, String) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
getHookedMethod() - 类 中的方法com.taobao.android.dexposed.XC_MethodHook.Unhook
 
getIdentifier() - 类 中的方法me.weishu.epic.art.method.ArtMethod
get the unique identifier of the constructor/method
getInt(Object, long) - 类 中的静态方法com.taobao.android.dexposed.utility.Unsafe
 
getIntField(Object, String) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
getIntSize() - 类 中的方法com.taobao.android.dexposed.utility.Platform
 
getLong(Object, long) - 类 中的静态方法com.taobao.android.dexposed.utility.Unsafe
 
getLongField(Object, String) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
getMD5Sum(String) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
Returns the lowercase string representation of the file's MD5 sum.
getMethodAddress(Member) - 类 中的静态方法me.weishu.epic.art.EpicNative
 
getMethodInfo(long) - 类 中的静态方法me.weishu.epic.art.Epic
 
getModifiers() - 类 中的方法me.weishu.epic.art.method.ArtMethod
get the modifiers of origin method/constructor
getName() - 类 中的方法me.weishu.epic.art.arch.Arm64
 
getName() - 类 中的方法me.weishu.epic.art.arch.Arm64ForM
 
getName() - 类 中的方法me.weishu.epic.art.arch.ShellCode
 
getName() - 类 中的方法me.weishu.epic.art.arch.Thumb2
 
getName() - 类 中的方法me.weishu.epic.art.method.ArtMethod
get the origin method's name
getObject(long, long) - 类 中的静态方法me.weishu.epic.art.EpicNative
 
getObject(long) - 类 中的静态方法me.weishu.epic.art.EpicNative
 
getObjectAddress(Object) - 类 中的静态方法com.taobao.android.dexposed.utility.Unsafe
 
getObjectExtra(String) - 类 中的方法com.taobao.android.dexposed.callbacks.XCallback.Param
 
getObjectField(Object, String) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
getPackageName(Object, String) - 类 中的静态方法com.taobao.android.dexposed.ClassUtils
Gets the package name of an Object.
getPackageName(Class<?>) - 类 中的静态方法com.taobao.android.dexposed.ClassUtils
Gets the package name of a Class.
getPackageName(String) - 类 中的静态方法com.taobao.android.dexposed.ClassUtils
Gets the package name from a String.
getParameterTypes(Object...) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
Return an array with the classes of the given objects
getParameterTypes() - 类 中的方法me.weishu.epic.art.method.ArtMethod
get the parameter type of origin method/constructor
getPlatform() - 类 中的静态方法com.taobao.android.dexposed.utility.Platform
 
getQuickCompiledCodeSize(ArtMethod) - 类 中的静态方法me.weishu.epic.art.Epic
 
getQuickToInterpreterBridge() - 类 中的静态方法me.weishu.epic.art.method.ArtMethod
 
getResult() - 类 中的方法com.taobao.android.dexposed.XC_MethodHook.MethodHookParam
Returns the result of the method call
getResultOrThrowable() - 类 中的方法com.taobao.android.dexposed.XC_MethodHook.MethodHookParam
Returns the result of the method call, or throws the Throwable caused by it
getReturnType() - 类 中的方法me.weishu.epic.art.method.ArtMethod
get the return type of origin method/constructor
getShortClassName(Object, String) - 类 中的静态方法com.taobao.android.dexposed.ClassUtils
Gets the class name minus the package name for an Object.
getShortClassName(Class<?>) - 类 中的静态方法com.taobao.android.dexposed.ClassUtils
Gets the class name minus the package name from a Class.
getShortClassName(String) - 类 中的静态方法com.taobao.android.dexposed.ClassUtils
Gets the class name minus the package name from a String.
getShortField(Object, String) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
getSimpleName(Class<?>) - 类 中的静态方法com.taobao.android.dexposed.ClassUtils
Null-safe version of aClass.getSimpleName()
getSimpleName(Object, String) - 类 中的静态方法com.taobao.android.dexposed.ClassUtils
Null-safe version of aClass.getSimpleName()
getSnapshot() - 类 中的方法com.taobao.android.dexposed.DexposedBridge.CopyOnWriteSortedSet
 
getStaticBooleanField(Class<?>, String) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
getStaticByteField(Class<?>, String) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
getStaticCharField(Class<?>, String) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
getStaticDoubleField(Class<?>, String) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
getStaticFloatField(Class<?>, String) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
getStaticIntField(Class<?>, String) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
getStaticLongField(Class<?>, String) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
getStaticObjectField(Class<?>, String) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
getStaticShortField(Class<?>, String) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
getSurroundingThis(Object) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
For inner classes, return the "this" reference of the surrounding class
getThrowable() - 类 中的方法com.taobao.android.dexposed.XC_MethodHook.MethodHookParam
Returns the Throwable thrown by the method, or null

H

handleHookedArtMethod(Object, Object, Object[]) - 类 中的静态方法com.taobao.android.dexposed.DexposedBridge
 
hasThrowable() - 类 中的方法com.taobao.android.dexposed.XC_MethodHook.MethodHookParam
Returns true if an exception was thrown by the method
hexdump(byte[], long) - 类 中的静态方法com.taobao.android.dexposed.utility.Debug
 
hookAllConstructors(Class<?>, XC_MethodHook) - 类 中的静态方法com.taobao.android.dexposed.DexposedBridge
 
hookAllMethods(Class<?>, String, XC_MethodHook) - 类 中的静态方法com.taobao.android.dexposed.DexposedBridge
 
hookMethod(Member, XC_MethodHook) - 类 中的静态方法com.taobao.android.dexposed.DexposedBridge
Hook any method with the specified callback
hookMethod(Constructor) - 类 中的静态方法me.weishu.epic.art.Epic
 
hookMethod(Method) - 类 中的静态方法me.weishu.epic.art.Epic
 

I

i(String, String) - 类 中的静态方法com.taobao.android.dexposed.utility.Logger
 
INNER_CLASS_SEPARATOR - 类 中的静态变量com.taobao.android.dexposed.ClassUtils
The inner class separator String: "$".
INNER_CLASS_SEPARATOR_CHAR - 类 中的静态变量com.taobao.android.dexposed.ClassUtils
The inner class separator character: '$' == 36.
intHex(int) - 类 中的静态方法com.taobao.android.dexposed.utility.Debug
 
InvocationTargetError(Throwable) - 错误 的构造器com.taobao.android.dexposed.XposedHelpers.InvocationTargetError
 
InvocationTargetError(String, Throwable) - 错误 的构造器com.taobao.android.dexposed.XposedHelpers.InvocationTargetError
 
invoke(Object, Object...) - 类 中的方法me.weishu.epic.art.method.ArtMethod
invoke the origin method
invokeOriginalMethod(Member, Object, Object[]) - 类 中的静态方法com.taobao.android.dexposed.DexposedBridge
Basically the same as Method.invoke(java.lang.Object, java.lang.Object...), but calls the original method as it was before the interception by Xposed.
invokeSuper(Object, Member, Object...) - 类 中的静态方法com.taobao.android.dexposed.DexposedBridge
 
is64Bit() - 类 中的静态方法com.taobao.android.dexposed.utility.Runtime
 
isArt() - 类 中的静态方法com.taobao.android.dexposed.utility.Runtime
 
isDeviceSupport(Context) - 类 中的静态方法com.taobao.android.dexposed.DeviceCheck
 
isEmpty(CharSequence) - 类 中的静态方法com.taobao.android.dexposed.ClassUtils
Checks if a CharSequence is empty ("") or null.
isStatic - 类 中的变量me.weishu.epic.art.Epic.MethodInfo
 
isThumb2() - 类 中的静态方法com.taobao.android.dexposed.utility.Runtime
 
IXUnhook - com.taobao.android.dexposed.callbacks中的接口
 

L

log(String) - 类 中的静态方法com.taobao.android.dexposed.DexposedBridge
Writes a message to BASE_DIR/log/debug.log (needs to have chmod 777)
log(Throwable) - 类 中的静态方法com.taobao.android.dexposed.DexposedBridge
Log the stack trace
Logger - com.taobao.android.dexposed.utility中的类
Created by weishu on 17/11/10.
Logger() - 类 的构造器com.taobao.android.dexposed.utility.Logger
 
longHex(long) - 类 中的静态方法com.taobao.android.dexposed.utility.Debug
 

M

makePrivate() - 类 中的方法me.weishu.epic.art.method.ArtMethod
force set the private flag of the method.
malloc(int) - 类 中的静态方法me.weishu.epic.art.EpicNative
 
map(int) - 类 中的静态方法me.weishu.epic.art.EpicNative
 
me.weishu.epic.art - 程序包 me.weishu.epic.art
 
me.weishu.epic.art.arch - 程序包 me.weishu.epic.art.arch
 
me.weishu.epic.art.entry - 程序包 me.weishu.epic.art.entry
 
me.weishu.epic.art.method - 程序包 me.weishu.epic.art.method
 
memcpy(long, long, int) - 类 中的静态方法me.weishu.epic.art.EpicNative
 
memget(long, int) - 类 中的静态方法me.weishu.epic.art.EpicNative
 
memput(byte[], long) - 类 中的静态方法me.weishu.epic.art.EpicNative
 
method - 类 中的变量com.taobao.android.dexposed.XC_MethodHook.MethodHookParam
Description of the hooked method
method - 类 中的变量me.weishu.epic.art.Epic.MethodInfo
 
methodDescription(Method) - 类 中的静态方法com.taobao.android.dexposed.utility.Debug
 
MethodHookParam() - 类 的构造器com.taobao.android.dexposed.XC_MethodHook.MethodHookParam
 
MethodInfo() - 类 的构造器me.weishu.epic.art.Epic.MethodInfo
 
mmap(int) - 类 中的静态方法me.weishu.epic.art.EpicNative
 
munmap(long, int) - 类 中的静态方法me.weishu.epic.art.EpicNative
 
munprotect(long, long) - 类 中的静态方法me.weishu.epic.art.EpicNative
 

N

NeverCalled - com.taobao.android.dexposed.utility中的类
This Class is used for get the art_quick_to_interpreter_bridge address Do not call this forever!!!
NeverCalled() - 类 的构造器com.taobao.android.dexposed.utility.NeverCalled
 
newInstance(Class<?>, Object...) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
newInstance(Class<?>, Class<?>[], Object...) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
NougatPolicy - com.taobao.android.dexposed.utility中的类
 
NougatPolicy() - 类 的构造器com.taobao.android.dexposed.utility.NougatPolicy
 

O

objectFieldOffset(Field) - 类 中的静态方法com.taobao.android.dexposed.utility.Unsafe
 
of(Method) - 类 中的静态方法me.weishu.epic.art.method.ArtMethod
 
of(Constructor) - 类 中的静态方法me.weishu.epic.art.method.ArtMethod
 
orderByteToInt(byte[]) - 类 中的方法com.taobao.android.dexposed.utility.Platform
Convert a byte array to int, Use this function to get address from memory.
orderByteToLong(byte[]) - 类 中的方法com.taobao.android.dexposed.utility.Platform
Convert a byte array to long, Use this function to get address from memory.
orderIntToByte(int) - 类 中的方法com.taobao.android.dexposed.utility.Platform
 
orderLongToByte(long, int) - 类 中的方法com.taobao.android.dexposed.utility.Platform
 

P

PACKAGE_SEPARATOR - 类 中的静态变量com.taobao.android.dexposed.ClassUtils
The package separator String: "&#x2e;".
PACKAGE_SEPARATOR_CHAR - 类 中的静态变量com.taobao.android.dexposed.ClassUtils
The package separator character: '.' == 46.
Param() - 类 的构造器com.taobao.android.dexposed.callbacks.XCallback.Param
 
Param(DexposedBridge.CopyOnWriteSortedSet<? extends XCallback>) - 类 的构造器com.taobao.android.dexposed.callbacks.XCallback.Param
 
paramNumber - 类 中的变量me.weishu.epic.art.Epic.MethodInfo
 
paramTypes - 类 中的变量me.weishu.epic.art.Epic.MethodInfo
 
Platform - com.taobao.android.dexposed.utility中的类
 
Platform() - 类 的构造器com.taobao.android.dexposed.utility.Platform
 
preFix - 类 中的静态变量com.taobao.android.dexposed.utility.Logger
 
priority - 类 中的变量com.taobao.android.dexposed.callbacks.XCallback
 
PRIORITY_DEFAULT - 类 中的静态变量com.taobao.android.dexposed.callbacks.XCallback
 
PRIORITY_HIGHEST - 类 中的静态变量com.taobao.android.dexposed.callbacks.XCallback
Call this handler first
PRIORITY_LOWEST - 类 中的静态变量com.taobao.android.dexposed.callbacks.XCallback
Call this handler last
put(byte[], long) - 类 中的静态方法me.weishu.epic.art.EpicNative
 
putLong(Object, long, long) - 类 中的静态方法com.taobao.android.dexposed.utility.Unsafe
 

R

remove(E) - 类 中的方法com.taobao.android.dexposed.DexposedBridge.CopyOnWriteSortedSet
 
removeAdditionalInstanceField(Object, String) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
removeAdditionalStaticField(Object, String) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
removeAdditionalStaticField(Class<?>, String) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
replaceHookedMethod(XC_MethodHook.MethodHookParam) - 类 中的方法com.taobao.android.dexposed.XC_MethodReplacement
Shortcut for replacing a method completely.
resumeAll(long) - 类 中的静态方法me.weishu.epic.art.EpicNative
resume all thread which are suspend by EpicNative.suspendAll() only work abobe Android N
returnConstant(Object) - 类 中的静态方法com.taobao.android.dexposed.XC_MethodReplacement
Creates a callback which always returns a specific value
returnConstant(int, Object) - 类 中的静态方法com.taobao.android.dexposed.XC_MethodReplacement
 
returnType - 类 中的变量me.weishu.epic.art.Epic.MethodInfo
 
Runtime - com.taobao.android.dexposed.utility中的类
 
Runtime() - 类 的构造器com.taobao.android.dexposed.utility.Runtime
 

S

searchOffset(long, long, int) - 类 中的静态方法me.weishu.epic.art.method.ArtMethod
search Offset in memory
searchOffset(long, long, long) - 类 中的静态方法me.weishu.epic.art.method.ArtMethod
 
setAccessFlags(int) - 类 中的方法me.weishu.epic.art.method.ArtMethod
 
setAccessible(boolean) - 类 中的方法me.weishu.epic.art.method.ArtMethod
make the constructor or method accessible
setAdditionalInstanceField(Object, String, Object) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
setAdditionalStaticField(Object, String, Object) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
setAdditionalStaticField(Class<?>, String, Object) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
setBooleanField(Object, String, boolean) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
setByteField(Object, String, byte) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
setCharField(Object, String, char) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
setDoubleField(Object, String, double) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
setEntryPointFromJni(long) - 类 中的方法me.weishu.epic.art.method.ArtMethod
 
setEntryPointFromQuickCompiledCode(long) - 类 中的方法me.weishu.epic.art.method.ArtMethod
 
setFloatField(Object, String, float) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
setIntField(Object, String, int) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
setLongField(Object, String, long) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
setObjectExtra(String, Object) - 类 中的方法com.taobao.android.dexposed.callbacks.XCallback.Param
Provides a wrapper to store Objects in extra.
setObjectField(Object, String, Object) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
setResult(Object) - 类 中的方法com.taobao.android.dexposed.XC_MethodHook.MethodHookParam
Modify the result of the method call.
setShortField(Object, String, short) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
setStaticBooleanField(Class<?>, String, boolean) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
setStaticByteField(Class<?>, String, byte) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
setStaticCharField(Class<?>, String, char) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
setStaticDoubleField(Class<?>, String, double) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
setStaticFloatField(Class<?>, String, float) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
setStaticIntField(Class<?>, String, int) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
setStaticLongField(Class<?>, String, long) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
setStaticObjectField(Class<?>, String, Object) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
setStaticShortField(Class<?>, String, short) - 类 中的静态方法com.taobao.android.dexposed.XposedHelpers
 
setThrowable(Throwable) - 类 中的方法com.taobao.android.dexposed.XC_MethodHook.MethodHookParam
Modify the exception thrown of the method call.
ShellCode - me.weishu.epic.art.arch中的类
 
ShellCode() - 类 的构造器me.weishu.epic.art.arch.ShellCode
 
sizeOfBridgeJump() - 类 中的方法me.weishu.epic.art.arch.Arm64
 
sizeOfBridgeJump() - 类 中的方法me.weishu.epic.art.arch.Arm64ForM
 
sizeOfBridgeJump() - 类 中的方法me.weishu.epic.art.arch.ShellCode
 
sizeOfBridgeJump() - 类 中的方法me.weishu.epic.art.arch.Thumb2
 
sizeOfCallOrigin() - 类 中的方法me.weishu.epic.art.arch.ShellCode
 
sizeOfDirectJump() - 类 中的方法me.weishu.epic.art.arch.Arm64
 
sizeOfDirectJump() - 类 中的方法me.weishu.epic.art.arch.Arm64ForM
 
sizeOfDirectJump() - 类 中的方法me.weishu.epic.art.arch.ShellCode
 
sizeOfDirectJump() - 类 中的方法me.weishu.epic.art.arch.Thumb2
 
STRING_EMPTY - 类 中的静态变量com.taobao.android.dexposed.ClassUtils
Empty string.
suspendAll() - 类 中的静态方法me.weishu.epic.art.EpicNative
suspend all running thread momently

T

testGetObject() - 类 中的静态方法com.taobao.android.dexposed.utility.Debug
 
thisObject - 类 中的变量com.taobao.android.dexposed.XC_MethodHook.MethodHookParam
The this reference for an instance method, or null for static methods
Thumb2 - me.weishu.epic.art.arch中的类
 
Thumb2() - 类 的构造器me.weishu.epic.art.arch.Thumb2
 
toClass(Object...) - 类 中的静态方法com.taobao.android.dexposed.ClassUtils
Converts an array of Object in to an array of Class objects.
toMem(long) - 类 中的方法me.weishu.epic.art.arch.Arm64
 
toMem(long) - 类 中的方法me.weishu.epic.art.arch.Arm64ForM
 
toMem(long) - 类 中的方法me.weishu.epic.art.arch.ShellCode
 
toMem(long) - 类 中的方法me.weishu.epic.art.arch.Thumb2
 
toPC(long) - 类 中的方法me.weishu.epic.art.arch.Arm64
 
toPC(long) - 类 中的方法me.weishu.epic.art.arch.Arm64ForM
 
toPC(long) - 类 中的方法me.weishu.epic.art.arch.ShellCode
 
toPC(long) - 类 中的方法me.weishu.epic.art.arch.Thumb2
 
toString() - 类 中的方法me.weishu.epic.art.Epic.MethodInfo
 

U

unhook() - 接口 中的方法com.taobao.android.dexposed.callbacks.IXUnhook
 
Unhook(Member) - 类 的构造器com.taobao.android.dexposed.XC_MethodHook.Unhook
 
unhook() - 类 中的方法com.taobao.android.dexposed.XC_MethodHook.Unhook
 
unhookAllMethods() - 类 中的静态方法com.taobao.android.dexposed.DexposedBridge
 
unhookMethod(Member, XC_MethodHook) - 类 中的静态方法com.taobao.android.dexposed.DexposedBridge
Removes the callback for a hooked method
unmap(long, int) - 类 中的静态方法me.weishu.epic.art.EpicNative
 
unprotect(long, long) - 类 中的静态方法me.weishu.epic.art.EpicNative
 
Unsafe - com.taobao.android.dexposed.utility中的类
 

W

w(String, String) - 类 中的静态方法com.taobao.android.dexposed.utility.Logger
 
WARN - 类 中的静态变量com.taobao.android.dexposed.utility.Debug
 

X

XC_MethodHook - com.taobao.android.dexposed中的类
 
XC_MethodHook() - 类 的构造器com.taobao.android.dexposed.XC_MethodHook
 
XC_MethodHook(int) - 类 的构造器com.taobao.android.dexposed.XC_MethodHook
 
XC_MethodHook.MethodHookParam - com.taobao.android.dexposed中的类
 
XC_MethodHook.Unhook - com.taobao.android.dexposed中的类
 
XC_MethodHook.XC_MethodKeepHook - com.taobao.android.dexposed中的类
Note: This class used for distinguish the Method cann't unhook.
XC_MethodKeepHook() - 类 的构造器com.taobao.android.dexposed.XC_MethodHook.XC_MethodKeepHook
 
XC_MethodKeepHook(int) - 类 的构造器com.taobao.android.dexposed.XC_MethodHook.XC_MethodKeepHook
 
XC_MethodKeepReplacement() - 类 的构造器com.taobao.android.dexposed.XC_MethodReplacement.XC_MethodKeepReplacement
 
XC_MethodKeepReplacement(int) - 类 的构造器com.taobao.android.dexposed.XC_MethodReplacement.XC_MethodKeepReplacement
 
XC_MethodReplacement - com.taobao.android.dexposed中的类
 
XC_MethodReplacement() - 类 的构造器com.taobao.android.dexposed.XC_MethodReplacement
 
XC_MethodReplacement(int) - 类 的构造器com.taobao.android.dexposed.XC_MethodReplacement
 
XC_MethodReplacement.XC_MethodKeepReplacement - com.taobao.android.dexposed中的类
Note: This class used for distinguish the Method cann't unhook.
XCallback - com.taobao.android.dexposed.callbacks中的类
 
XCallback() - 类 的构造器com.taobao.android.dexposed.callbacks.XCallback
 
XCallback(int) - 类 的构造器com.taobao.android.dexposed.callbacks.XCallback
 
XCallback.Param - com.taobao.android.dexposed.callbacks中的类
 
XposedHelpers - com.taobao.android.dexposed中的类
 
XposedHelpers() - 类 的构造器com.taobao.android.dexposed.XposedHelpers
 
XposedHelpers.ClassNotFoundError - com.taobao.android.dexposed中的错误
 
XposedHelpers.InvocationTargetError - com.taobao.android.dexposed中的错误
 
A B C D E F G H I L M N O P R S T U W X 
跳过导航链接