MCPcopy Create free account

hub / github.com/asLody/legend / types & classes

Types & classes74 in github.com/asLody/legend

ClassApp
@author Lody @version 1.0
Legend/sample/src/main/java/com/legend/demo/App.java:17
ClassApplicationTest
<a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
Legend/legendCore/src/androidTest/java/com/lody/legend/ApplicationTest.java:9
ClassApplicationTest
<a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
Legend/sample/src/androidTest/java/com/lody/legend/ApplicationTest.java:9
ClassArtMethod
@author Lody @version 1.0
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethod.java:20
ClassArtMethodStructV19
@author Lody @version 1.0
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV19.java:12
ClassArtMethodStructV22
ArtMethod is a Class extend Object in C++. @author Lody @version 1.0
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV22.java:14
ClassArtMethodStructV22_64Bit
ArtMethod is a Class extend Object in C++. @author Lody @version 1.0
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV22_64Bit.java:14
ClassArtMethodStructV23
ArtMethod is a Class extend Object in C++. @author Lody @version 1.0
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV23.java:14
ClassArtMethodStructV23_64Bit
ArtMethod is a Class extend Object in C++. @author Lody @version 1.0
Legend/legendCore/src/main/java/com/lody/legend/art/ArtMethodStructV23_64Bit.java:14
ClassC
Legend/Native/jni/include/UniquePtr.h:159
ClassDalvikConstants
@author Lody @version 1.0
Legend/legendCore/src/main/java/com/lody/legend/dalvik/DalvikConstants.java:7
ClassDalvikHelper
@author Lody @version 1.0
Legend/legendCore/src/main/java/com/lody/legend/dalvik/DalvikHelper.java:9
ClassDalvikMethodStruct
@author Lody @version 1.0
Legend/legendCore/src/main/java/com/lody/legend/dalvik/DalvikMethodStruct.java:15
ClassDefaultDelete
Legend/Native/jni/include/UniquePtr.h:29
ClassDefaultDelete<T[]>
Legend/Native/jni/include/UniquePtr.h:39
ClassExampleUnitTest
To work on unit tests, switch the Test Artifact in the Build Variants view.
Legend/legendCore/src/test/java/com/lody/legend/ExampleUnitTest.java:10
ClassExampleUnitTest
To work on unit tests, switch the Test Artifact in the Build Variants view.
Legend/sample/src/test/java/com/lody/legend/ExampleUnitTest.java:10
ClassFreer
Legend/Native/jni/include/UniquePtr.h:164
ClassHookManager
@author Lody @version 1.0
Legend/legendCore/src/main/java/com/lody/legend/HookManager.java:25
ClassJNIInvokeInterface
Legend/Native/jni/include/jni.h:108
ClassJNIInvokeInterface
Legend/Native/jni/include/jni.h:1054
ClassJNINativeInterface
Legend/Native/jni/include/jni.h:137
ClassJNINativeInterface
Legend/Native/jni/include/jni.h:493
ClassJavaVMAttachArgs
Legend/Native/jni/include/jni.h:1070
ClassJavaVMInitArgs
Legend/Native/jni/include/jni.h:1086
ClassJavaVMOption
Legend/Native/jni/include/jni.h:1081
ClassJniConstants
* A cache to avoid calling FindClass at runtime. * * Class lookup is relatively expensive (2.5us on passion-eng at the time of writing), so we do *
Legend/Native/jni/include/JniConstants.h:40
ClassJniInvocation
JniInvocation adds a layer of indirection for applications using the JNI invocation API to allow the JNI implementation to be selected dynamically. Ap
Legend/Native/jni/include/JniInvocation.h:29
ClassLegendNative
Legend native helper functions. NOTICE: Don't edit class name of this class. @author Lody @version 1.0
Legend/legendCore/src/main/java/com/lody/legend/utility/LegendNative.java:14
ClassLogger
@author Lody @version 1.0
Legend/legendCore/src/main/java/com/lody/legend/utility/Logger.java:9
ClassMainActivity
@author Lody @version 1.0 Test Hook (Dalvik & Art)
Legend/sample/src/main/java/com/legend/demo/MainActivity.java:21
ClassMemory
Unsafe access to memory. ################################################### ##ClassLoader will not use this version of class.## ####################
Legend/legendCore/src/main/java/libcore/io/Memory.java:14
ClassMemory
@author Lody @version 1.0
Legend/legendCore/src/main/java/com/lody/legend/utility/Memory.java:13
ClassNULL
Legend/legendCore/src/main/java/com/lody/legend/HookManager.java:422
ClassPlatform
Platform specific functions @author Lody @version 1.0
Legend/legendCore/src/main/java/com/lody/legend/Platform.java:15
ClassPlatform32Bit
Legend/legendCore/src/main/java/com/lody/legend/Platform.java:58
ClassPlatform64Bit
Legend/legendCore/src/main/java/com/lody/legend/Platform.java:88
InterfaceRestoreable
@author Lody @version 1.0
Legend/legendCore/src/main/java/com/lody/legend/interfaces/Restoreable.java:7
ClassRuntime
@author Lody @version 1.0
Legend/legendCore/src/main/java/com/lody/legend/utility/Runtime.java:11
ClassScopedBytes
Legend/Native/jni/include/ScopedBytes.h:29
ClassScopedBytesRO
Legend/Native/jni/include/ScopedBytes.h:64
ClassScopedBytesRW
Legend/Native/jni/include/ScopedBytes.h:72
ClassScopedFd
A smart pointer that closes the given fd on going out of scope. Use this when the fd is incidental to the purpose of your function, but needs to be cl
Legend/Native/jni/include/ScopedFd.h:26
ClassScopedLocalFrame
Legend/Native/jni/include/ScopedLocalFrame.h:22
ClassScopedLocalRef
Legend/Native/jni/include/ScopedLocalRef.h:26
ClassScopedStringChars
A smart pointer that provides access to a jchar* given a JNI jstring. Unlike GetStringChars, we throw NullPointerException rather than abort if passed
Legend/Native/jni/include/ScopedStringChars.h:31
ClassScopedUtfChars
A smart pointer that provides read-only access to a Java string's UTF chars. Unlike GetStringUTFChars, we throw NullPointerException rather than abort
Legend/Native/jni/include/ScopedUtfChars.h:32
ClassSizeOf
################################################### ##ClassLoader will not use this version of class.## ##############################################
Legend/legendCore/src/main/java/libcore/io/SizeOf.java:10
ClassStruct
Mapping a C/C++ Struct in memory. @see StructMember @author Lody @version 1.0
Legend/legendCore/src/main/java/com/lody/legend/utility/Struct.java:15
ClassStructMember
Mapping a <strong>struct member</strong> in a <strong>Struct</strong>. @see Struct @author Lody @version 1.0
Legend/legendCore/src/main/java/com/lody/legend/utility/StructMember.java:14
ClassUniquePtr
Legend/Native/jni/include/UniquePtr.h:55
ClassUniquePtr<T[], D>
Legend/Native/jni/include/UniquePtr.h:109
ClassUnsafe
The package name notwithstanding, this class is the quasi-standard way for Java code to gain access to and use functionality which, when unsupervised,
Legend/legendCore/src/main/java/sun/misc/Unsafe.java:11
ClassVectorCounter
Legend/Native/jni/include/toStringArray.h:48
ClassVectorGetter
Legend/Native/jni/include/toStringArray.h:55
Class_JNIEnv
Legend/Native/jni/include/jni.h:135
Class_JavaVM
Legend/Native/jni/include/jni.h:136
Class_jarray
Legend/Native/jni/include/jni.h:50
Class_jbooleanArray
Legend/Native/jni/include/jni.h:52
Class_jbyteArray
Legend/Native/jni/include/jni.h:53
Class_jcharArray
Legend/Native/jni/include/jni.h:54
Class_jclass
Legend/Native/jni/include/jni.h:48
Class_jdoubleArray
Legend/Native/jni/include/jni.h:59
Class_jfieldID
Legend/Native/jni/include/jni.h:102
Class_jfloatArray
Legend/Native/jni/include/jni.h:58
Class_jintArray
Legend/Native/jni/include/jni.h:56
Class_jlongArray
Legend/Native/jni/include/jni.h:57
Class_jmethodID
Legend/Native/jni/include/jni.h:105
Class_jobject
* Reference types, in C++ */
Legend/Native/jni/include/jni.h:47
Class_jobjectArray
Legend/Native/jni/include/jni.h:51
Class_jshortArray
Legend/Native/jni/include/jni.h:55
Class_jstring
Legend/Native/jni/include/jni.h:49
Class_jthrowable
Legend/Native/jni/include/jni.h:60
EnumjobjectRefType
Legend/Native/jni/include/jni.h:122