MCPcopy Create free account

hub / github.com/L-JINBIN/ApkSignatureKiller / functions

Functions4,291 in github.com/L-JINBIN/ApkSignatureKiller

↓ 6 callersMethodnext
()
dexlib2/org/jf/util/StringWrapper.java:105
↓ 6 callersMethodnext
()
mt/bin/xml/decode/AXmlResourceParser.java:79
↓ 6 callersMethododexOnly
()
dexlib2/org/jf/dexlib2/Opcode.java:432
↓ 6 callersMethodof
(Reference reference)
dexlib2/org/jf/dexlib2/immutable/reference/ImmutableReferenceFactory.java:17
↓ 6 callersMethodprepend
(@NonNull MutableTryBlock<EH> tryBlock)
dexlib2/org/jf/dexlib2/writer/util/TryListBuilder.java:165
↓ 6 callersMethodshort_integral_literal
()
dexlib2/org/jf/smali/smaliTreeWalker.java:6177
↓ 6 callersMethodshort_literal
()
dexlib2/org/jf/smali/smaliTreeWalker.java:6435
↓ 6 callersMethodtoArray
()
dexlib2/org/jf/util/ArraySortedSet.java:84
↓ 6 callersMethodwrite
(int c)
dexlib2/org/jf/util/WrappedIndentingWriter.java:94
↓ 6 callersMethodwrite
Writes bytes to ZIP entry. @param b the byte array to write @param offset the start position to write from @param length the number of bytes to
mt/bin/zip/ZipOutputStream.java:655
↓ 6 callersMethodwriteEncodedUint
(int valueType, int value)
dexlib2/org/jf/dexlib2/writer/DexDataWriter.java:204
↓ 6 callersMethodwriteSectionInfo
(DexDataWriter writer, int numItems, int offset)
dexlib2/org/jf/dexlib2/writer/DexWriter.java:1311
↓ 5 callersMethodanalyze32BitPrimitiveAget
(@NonNull AnalyzedInstruction analyzedInstruction, @NonNull Registe
dexlib2/org/jf/dexlib2/analysis/MethodAnalyzer.java:1343
↓ 5 callersMethodanalyzeBinary2AddrOp
(@NonNull AnalyzedInstruction analyzedInstruction, @NonNull RegisterType
dexlib2/org/jf/dexlib2/analysis/MethodAnalyzer.java:1483
↓ 5 callersMethodanalyzeBinaryOp
(@NonNull AnalyzedInstruction analyzedInstruction, @NonNull RegisterType dest
dexlib2/org/jf/dexlib2/analysis/MethodAnalyzer.java:1464
↓ 5 callersMethodbinarySearch
(int[] a, int start, int len, int key)
dexlib2/org/jf/util/SparseIntArray.java:245
↓ 5 callersMethodbinarySearch
(int[] a, int start, int len, int key)
mt/android/util/SparseArray.java:337
↓ 5 callersMethodbitSetOfIndexes
(int... indexes)
dexlib2/org/jf/util/BitSetUtils.java:37
↓ 5 callersMethodcanAccessClass
(@NonNull String accessorType, @NonNull ClassDef accesseeClassDef)
dexlib2/org/jf/dexlib2/util/TypeUtils.java:63
↓ 5 callersMethodchar_literal
()
dexlib2/org/jf/smali/smaliTreeWalker.java:6543
↓ 5 callersMethoddecode
@param data The byte values to decode. @return The decoded string. @throws IOException
mt/bin/zip/encoding/ZipEncoding.java:84
↓ 5 callersMethoddelete
Removes the mapping from the specified key, if there was any.
dexlib2/org/jf/util/SparseArray.java:90
↓ 5 callersMethodencode
Encode a filename or a comment to a byte array suitable for storing it to a serialized zip entry. <p> <p>Examples for CP 437 (in pseudo-notation, righ
mt/bin/zip/encoding/ZipEncoding.java:77
↓ 5 callersMethodequals
(Object o)
dexlib2/org/jf/dexlib2/analysis/RegisterType.java:71
↓ 5 callersMethodescapeString
(String value)
dexlib2/org/jf/util/StringUtils.java:98
↓ 5 callersMethodfield_reference
()
dexlib2/org/jf/smali/smaliTreeWalker.java:2461
↓ 5 callersMethodfixInstructions
()
dexlib2/org/jf/dexlib2/builder/MutableMethodImplementation.java:357
↓ 5 callersMethodfixed_32bit_literal
()
dexlib2/org/jf/smali/smaliParser.java:5515
↓ 5 callersMethodforApi
(int api)
dexlib2/org/jf/dexlib2/Opcodes.java:61
↓ 5 callersMethodgetArrayElements
()
dexlib2/org/jf/dexlib2/iface/instruction/formats/ArrayPayload.java:43
↓ 5 callersMethodgetClasses
Get a set of the classes defined in this dex file. <p> The classes in the returned set will all have unique types. @return A set of the classes defin
dexlib2/org/jf/dexlib2/iface/DexFile.java:51
↓ 5 callersMethodgetCommonSuperclass
(@NonNull TypeProto other)
dexlib2/org/jf/dexlib2/analysis/TypeProto.java:55
↓ 5 callersMethodgetDebugItems
Get a list of debug items for this method. <p> This generally matches the semantics of the debug_info_item in the dex specification, although in an ea
dexlib2/org/jf/dexlib2/iface/MethodImplementation.java:88
↓ 5 callersMethodgetDestinationRegister
()
dexlib2/org/jf/dexlib2/analysis/AnalyzedInstruction.java:619
↓ 5 callersMethodgetElementType
@return The base element type of this array. E.g. This would return Ljava/lang/String; for [[Ljava/lang/String;
dexlib2/org/jf/dexlib2/analysis/ArrayProto.java:98
↓ 5 callersMethodgetElements
(@NonNull AnnotationKey key)
dexlib2/org/jf/dexlib2/writer/AnnotationSection.java:45
↓ 5 callersMethodgetInstanceFields
()
dexlib2/org/jf/dexlib2/analysis/ClassProto.java:523
↓ 5 callersMethodgetInterfaces
Gets a list of the interfaces that this class implements. @return A list of the interfaces that this class implements
dexlib2/org/jf/dexlib2/iface/ClassDef.java:84
↓ 5 callersMethodgetItemOffset
(@NonNull Key key)
dexlib2/org/jf/dexlib2/writer/OffsetSection.java:40
↓ 5 callersMethodgetMethods
Gets all the methods that are defined by this class. <p> This is a convenience method that combines getDirectMethods() and getVirtualMethods(). <p> Th
dexlib2/org/jf/dexlib2/iface/ClassDef.java:178
↓ 5 callersMethodgetNormalizedName
(boolean preserveCase)
dexlib2/org/jf/util/ClassFileNameHandler.java:262
↓ 5 callersMethodgetOpcodes
Get the Opcodes associated with this dex file @return The Opcodes instance representing the possible opcodes that can be encountered in this dex file
dexlib2/org/jf/dexlib2/iface/DexFile.java:59
↓ 5 callersMethodgetParameters
Gets a list of the parameters of this method. <p> As per the MethodReference interface, the MethodParameter objects contained in the returned list als
dexlib2/org/jf/dexlib2/iface/Method.java:78
↓ 5 callersMethodgetRegister
()
dexlib2/org/jf/smali/WithRegister.java:35
↓ 5 callersMethodgetSourceFile
(@NonNull ClassKey key)
dexlib2/org/jf/dexlib2/writer/ClassSection.java:67
↓ 5 callersMethodgetSuperclass
(@NonNull ClassKey key)
dexlib2/org/jf/dexlib2/writer/ClassSection.java:61
↓ 5 callersMethodgetSuperclass
()
dexlib2/org/jf/dexlib2/analysis/TypeProto.java:52
↓ 5 callersMethodgetType
()
dexlib2/org/jf/dexlib2/writer/pool/PoolClassDef.java:85
↓ 5 callersMethodgetUnresolvedInterfaces
()
dexlib2/org/jf/dexlib2/analysis/ClassProto.java:311
↓ 5 callersMethodgetVerificationError
()
dexlib2/org/jf/dexlib2/iface/instruction/VerificationErrorInstruction.java:35
↓ 5 callersMethodimmutableSetOf
(@Nullable Iterable<? extends Annotation> list)
dexlib2/org/jf/dexlib2/immutable/ImmutableAnnotation.java:68
↓ 5 callersMethodimplementsInterface
Checks if this class implements the given interface. <p> If the interfaces of this class cannot be fully resolved then this method will either return
dexlib2/org/jf/dexlib2/analysis/ClassProto.java:351
↓ 5 callersMethodinteger_literal
()
dexlib2/org/jf/smali/smaliParser.java:4544
↓ 5 callersMethodintern
(@NonNull ClassDef classDef)
dexlib2/org/jf/dexlib2/writer/pool/ClassPool.java:97
↓ 5 callersMethodinternMethod
(@NonNull String definingClass, @NonNull String name,
dexlib2/org/jf/dexlib2/writer/builder/DexBuilder.java:101
↓ 5 callersMethodinternMethodReference
(@NonNull MethodReference method)
dexlib2/org/jf/dexlib2/writer/builder/DexBuilder.java:184
↓ 5 callersMethodisInterface
()
dexlib2/org/jf/dexlib2/analysis/TypeProto.java:48
↓ 5 callersMethoditerator
()
dexlib2/org/jf/dexlib2/writer/builder/BuilderClassDef.java:176
↓ 5 callersMethodkeyAt
Given an index in the range <code>0...size()-1</code>, returns the key from the <code>index</code>th key-value mapping that this SparseArray stores.
dexlib2/org/jf/util/SparseArray.java:204
↓ 5 callersMethodmethod_prototype
()
dexlib2/org/jf/smali/smaliParser.java:3852
↓ 5 callersMethodof
(ClassDef classDef)
dexlib2/org/jf/dexlib2/immutable/ImmutableClassDef.java:120
↓ 5 callersMethodonProgress
(long current, long total)
mt/bin/zip/ZipCallback.java:4
↓ 5 callersMethodparseInt
(String intLiteral)
dexlib2/org/jf/smali/LiteralTools.java:175
↓ 5 callersMethodread
(byte[] b, int a, int len)
mt/bin/io/ZInput.java:101
↓ 5 callersMethodreadIntArray
(int length)
mt/bin/io/ZInput.java:57
↓ 5 callersMethodreadLongAsSmallUint
(int offset)
dexlib2/org/jf/dexlib2/dexbacked/BaseDexBuffer.java:101
↓ 5 callersMethodregister_range
()
dexlib2/org/jf/smali/smaliParser.java:7428
↓ 5 callersMethodutf8Length
(String str)
dexlib2/org/jf/util/ClassFileNameHandler.java:156
↓ 5 callersMethodwriteStringReference
(IndentingWriter writer, String item)
dexlib2/org/jf/baksmali/Adaptors/ReferenceFormatter.java:44
↓ 5 callersMethodwriteTo
(@NonNull IndentingWriter writer, @NonNull Collection<? extends Annotation> ann
dexlib2/org/jf/baksmali/Adaptors/AnnotationFormatter.java:44
↓ 5 callersMethodwriteUbyte
(int value)
dexlib2/org/jf/dexlib2/writer/DexDataWriter.java:125
↓ 4 callersMethodaddContext
Adds a line of context to this instance. @param str non-null; new context
dexlib2/org/jf/util/ExceptionWithContext.java:131
↓ 4 callersMethodaddNewLabel
()
dexlib2/org/jf/dexlib2/builder/MethodLocation.java:189
↓ 4 callersMethodaddPredecessorSuccessor
(@NonNull AnalyzedInstruction predecessor, @NonNull AnalyzedInstructi
dexlib2/org/jf/dexlib2/analysis/MethodAnalyzer.java:561
↓ 4 callersMethodanalyzeInvokeVirtual
(@NonNull AnalyzedInstruction analyzedInstruction, boolean isRange)
dexlib2/org/jf/dexlib2/analysis/MethodAnalyzer.java:1754
↓ 4 callersMethodanalyzeInvokeVirtualQuick
(@NonNull AnalyzedInstruction analyzedInstruction, boolean isSuper,
dexlib2/org/jf/dexlib2/analysis/MethodAnalyzer.java:1791
↓ 4 callersMethodannotation
()
dexlib2/org/jf/smali/smaliParser.java:6144
↓ 4 callersMethodannotations
()
dexlib2/org/jf/smali/smaliTreeWalker.java:6685
↓ 4 callersMethodbool_literal
()
dexlib2/org/jf/smali/smaliTreeWalker.java:6600
↓ 4 callersMethodcanAccess
(@NonNull TypeProto type, @NonNull Method virtualMethod, boolean checkPackagePrivate,
dexlib2/org/jf/dexlib2/analysis/AnalyzedMethodUtil.java:44
↓ 4 callersMethodcheckShortLiteral
(int literal)
dexlib2/org/jf/dexlib2/util/Preconditions.java:92
↓ 4 callersMethodclear
Removes all key-value mappings from this SparseArray.
mt/android/util/SparseArray.java:268
↓ 4 callersMethodcomparableKeyComparator
()
dexlib2/org/jf/dexlib2/writer/DexWriter.java:173
↓ 4 callersMethodcomparator
()
dexlib2/org/jf/util/ArraySortedSet.java:139
↓ 4 callersMethodcompare
(Field field1, Field field2)
dexlib2/org/jf/dexlib2/analysis/ClassProto.java:815
↓ 4 callersMethodfind
(int prefixOrUri, boolean prefix)
mt/bin/xml/decode/AXmlResourceParser.java:667
↓ 4 callersMethodfirst
()
dexlib2/org/jf/util/ArraySortedSet.java:159
↓ 4 callersMethodfixed_32bit_literal
()
dexlib2/org/jf/smali/smaliTreeWalker.java:1714
↓ 4 callersMethodfloat_literal
()
dexlib2/org/jf/smali/smaliTreeWalker.java:6489
↓ 4 callersMethodgetDefiningClass
Gets the type of the class that defines the referenced field. @return The type of the class that defines the referenced field
dexlib2/org/jf/dexlib2/iface/reference/FieldReference.java:46
↓ 4 callersMethodgetDefiningClass
Gets the type of the class that defines the referenced method. @return The type of the class that defines the referenced method
dexlib2/org/jf/dexlib2/iface/reference/MethodReference.java:48
↓ 4 callersMethodgetElements
Gets a set of the name/value elements associated with this annotation. <p> The elements in the returned set will be unique by name. @return A set of
dexlib2/org/jf/dexlib2/iface/value/AnnotationEncodedValue.java:63
↓ 4 callersMethodgetEncode
()
mt/bin/zip/encoding/DetectEncoding.java:113
↓ 4 callersMethodgetExternalAttributes
Retrieves the external file attributes. @return the external file attributes @since 1.1
mt/bin/zip/ZipEntry.java:165
↓ 4 callersMethodgetExtraFields
Retrieves all extra fields that have been parsed successfully. @return an array of the extra fields
mt/bin/zip/ZipEntry.java:254
↓ 4 callersMethodgetFields
Gets all the fields that are defined by this class. <p> This is a convenience method that combines getStaticFields() and getInstanceFields() <p> The r
dexlib2/org/jf/dexlib2/iface/ClassDef.java:142
↓ 4 callersMethodgetInterfaces
(@NonNull ClassKey key)
dexlib2/org/jf/dexlib2/writer/ClassSection.java:64
↓ 4 callersMethodgetMode
File mode of this file. @return the file mode @since 1.1
mt/bin/zip/extrafield/AsiExtraField.java:272
↓ 4 callersMethodgetNullableItemOffset
(@Nullable TypeListKey index)
dexlib2/org/jf/dexlib2/writer/TypeListSection.java:40
↓ 4 callersMethodgetPackage
(@NonNull String type)
dexlib2/org/jf/dexlib2/util/TypeUtils.java:54
← previousnext →301–400 of 4,291, ranked by callers