MCPcopy Create free account

hub / github.com/SlimRoms/apktool / functions

Functions4,146 in github.com/SlimRoms/apktool

↓ 6 callersMethodgetNumberOfSyntaxErrors
()
brut.apktool.smali/smali/src/main/java/org/jf/smali/LexerErrorInterface.java:36
↓ 6 callersMethodgetOpcode
()
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/builder/BuilderInstruction.java:52
↓ 6 callersMethodgetOptionalReferenceAnnotation
(@Nonnull DexBackedDexFile dexFile, int stringIndex)
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/StringIdItem.java:91
↓ 6 callersMethodgetOptionalString
(int stringIndex)
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/DexBackedDexFile.java:219
↓ 6 callersMethodgetPostInstructionRegisterType
(int registerNumber)
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/AnalyzedInstruction.java:312
↓ 6 callersMethodgetProperty
(String name)
brut.apktool/apktool-lib/src/main/java/brut/androlib/res/util/ExtMXSerializer.java:49
↓ 6 callersMethodgetReferenceIndex
(ReferenceInstruction referenceInstruction)
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/writer/InstructionWriter.java:417
↓ 6 callersMethodgetRegister
()
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/iface/debug/EndLocal.java:35
↓ 6 callersMethodgetResource
(ResResSpec spec)
brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResConfig.java:38
↓ 6 callersMethodgetShortFieldDescriptor
(FieldReference fieldReference)
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/util/ReferenceUtil.java:90
↓ 6 callersMethodgetTryBlocks
Gets a list of the try blocks defined for this method. Try blocks may overlap freely, and do not need to be strictly nested, as in java. This is a mo
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/iface/MethodImplementation.java:73
↓ 6 callersMethodgetVtableIndex
()
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/VtableIndexInstruction.java:35
↓ 6 callersMethodhasPrevious
()
brut.apktool.smali/util/src/main/java/org/jf/util/AbstractListIterator.java:47
↓ 6 callersMethodlastIndexOf
(@Nonnull Iterable<T> iterable, @Nonnull Predicate<? super T> predicate)
brut.apktool.smali/util/src/main/java/org/jf/util/CollectionUtils.java:51
↓ 6 callersMethodlistFiles
()
brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResPackage.java:110
↓ 6 callersMethodload
(String type)
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ClassPath.java:128
↓ 6 callersMethodmakeReference
(@Nonnull DexBackedDexFile dexFile, int referenceType, int referenceIndex)
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/reference/DexBackedReference.java:42
↓ 6 callersMethodnewFiles
(String[] names, File dir)
brut.apktool/apktool-lib/src/main/java/brut/androlib/Androlib.java:703
↓ 6 callersMethododexOnly
()
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/Opcode.java:381
↓ 6 callersMethodof
(Reference reference)
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/reference/ImmutableReferenceFactory.java:41
↓ 6 callersMethodperformSizedSmallUintFailureTest
(byte[] buf)
brut.apktool.smali/dexlib2/src/test/java/org/jf/dexlib2/dexbacked/BaseDexReaderTest.java:143
↓ 6 callersMethodprepend
(@Nonnull MutableTryBlock<EH> tryBlock)
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/writer/util/TryListBuilder.java:157
↓ 6 callersMethodprevious
()
brut.apktool.smali/util/src/main/java/org/jf/util/AbstractListIterator.java:52
↓ 6 callersMethodpreviousIndex
()
brut.apktool.smali/util/src/main/java/org/jf/util/AbstractListIterator.java:62
↓ 6 callersMethodread
Reads whole (including chunk type) string block from stream. Stream must be at the chunk type.
brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/StringBlock.java:43
↓ 6 callersMethodreadLargeUleb128
Reads a "large" uleb128. That is, one that may legitimately be greater than a signed int. The value is returned as if it were signed. i.e. a value of
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/BaseDexReader.java:143
↓ 6 callersMethodreadSizedInt
(int bytes)
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/BaseDexReader.java:288
↓ 6 callersMethodreadSleb128
{@inheritDoc}
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/BaseDexReader.java:52
↓ 6 callersMethodrmdir
(File dir)
brut.j.util/src/main/java/brut/util/OS.java:29
↓ 6 callersMethodrunTest
(String test, boolean registerInfo)
brut.apktool.smali/baksmali/src/test/java/org/jf/baksmali/AnalysisTest.java:84
↓ 6 callersMethodsetup
()
brut.apktool.smali/dexlib2/src/test/java/org/jf/dexlib2/writer/DexDataWriterTest.java:51
↓ 6 callersMethodwriteLong
(long value)
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/writer/DexDataWriter.java:90
↓ 6 callersMethodwriteSectionInfo
(DexDataWriter writer, int numItems, int offset)
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/writer/DexWriter.java:1211
↓ 6 callersMethodwriteTo
(@Nonnull DexDataStore dest)
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/writer/DexWriter.java:191
↓ 5 callersMethodaddLineNumber
(int lineNumber)
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/builder/MethodImplementationBuilder.java:120
↓ 5 callersMethodanalyze32BitPrimitiveAget
(@Nonnull AnalyzedInstruction analyzedInstruction, @Nonnull Regist
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/MethodAnalyzer.java:1156
↓ 5 callersMethodanalyzeBinary2AddrOp
(@Nonnull AnalyzedInstruction analyzedInstruction, @Nonnull RegisterTyp
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/MethodAnalyzer.java:1308
↓ 5 callersMethodanalyzeBinaryOp
(@Nonnull AnalyzedInstruction analyzedInstruction, @Nonnull RegisterType des
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/MethodAnalyzer.java:1289
↓ 5 callersMethodbinarySearch
(int[] a, int start, int len, int key)
brut.apktool.smali/util/src/main/java/org/jf/util/SparseIntArray.java:245
↓ 5 callersMethodbitSetOfIndexes
(int... indexes)
brut.apktool.smali/util/src/main/java/org/jf/util/BitSetUtils.java:37
↓ 5 callersMethodescapeString
(String value)
brut.apktool.smali/util/src/main/java/org/jf/util/StringUtils.java:86
↓ 5 callersMethodescapeXmlChars
(String str)
brut.apktool/apktool-lib/src/main/java/brut/androlib/res/xml/ResXmlEncoders.java:30
↓ 5 callersMethodfixInstructions
()
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/builder/MutableMethodImplementation.java:355
↓ 5 callersMethodgetAnnotationsDirectory
()
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/DexBackedClassDef.java:397
↓ 5 callersMethodgetArrayElements
()
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/formats/ArrayPayload.java:41
↓ 5 callersMethodgetAttributeValue
(int index)
brut.apktool/apktool-lib/src/main/java/android/util/AttributeSet.java:27
↓ 5 callersMethodgetBuffer
()
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/writer/io/FileDeferredOutputStream.java:84
↓ 5 callersMethodgetConsoleWidth
Attempt to find the width of the console. If it can't get the width, return a default of 80 @return
brut.apktool.smali/util/src/main/java/org/jf/util/ConsoleUtil.java:40
↓ 5 callersMethodgetDebugItems
(@Nonnull MethodKey key)
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/writer/ClassSection.java:75
↓ 5 callersMethodgetDebugItems
Get a list of debug items for this method. This generally matches the semantics of the debug_info_item in the dex specification, although in an easie
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/iface/MethodImplementation.java:85
↓ 5 callersMethodgetDefaultResource
()
brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResResSpec.java:67
↓ 5 callersMethodgetElementType
@return The base element type of this array. E.g. This would return Ljava/lang/String; for [[Ljava/lang/String;
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ArrayProto.java:76
↓ 5 callersMethodgetElements
(@Nonnull AnnotationKey key)
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/writer/AnnotationSection.java:41
↓ 5 callersMethodgetFiles
()
brut.j.dir/src/main/java/brut/directory/AbstractDirectory.java:31
↓ 5 callersMethodgetInputStream
(ZipArchiveEntry ze)
brut.j.dir/src/main/java/brut/directory/ZipExtFile.java:47
↓ 5 callersMethodgetInstanceFields
()
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ClassProto.java:358
↓ 5 callersMethodgetInstruction
()
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/AnalyzedInstruction.java:130
↓ 5 callersMethodgetInterfaces
Returns the set of interfaces that this class implements as a Map<String, ClassDef>. The ClassDef value will be present only for the interfaces that
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ClassProto.java:120
↓ 5 callersMethodgetItemOffset
(@Nonnull Key key)
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/writer/OffsetSection.java:39
↓ 5 callersMethodgetMethodByVtableIndex
(int vtableIndex)
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/TypeProto.java:48
↓ 5 callersMethodgetParameters
()
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/ProtoPool.java:92
↓ 5 callersMethodgetQualifiers
()
brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResConfigFlags.java:145
↓ 5 callersMethodgetReferenceString
(Reference reference)
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/util/ReferenceUtil.java:106
↓ 5 callersMethodgetReferent
()
brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResReferenceValue.java:59
↓ 5 callersMethodgetRegister
()
brut.apktool.smali/smali/src/main/java/org/jf/smali/WithRegister.java:35
↓ 5 callersMethodgetResourceAsFile
(String name)
brut.j.util/src/main/java/brut/util/Jar.java:35
↓ 5 callersMethodgetResult
()
brut.apktool.smali/util/src/main/java/ds/tree/VisitorImpl.java:22
↓ 5 callersMethodgetReturnType
()
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/ProtoPool.java:91
↓ 5 callersMethodgetShortMethodDescriptor
(MethodReference methodReference)
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/util/ReferenceUtil.java:42
↓ 5 callersMethodgetSubPath
(String path)
brut.j.dir/src/main/java/brut/directory/AbstractDirectory.java:231
↓ 5 callersMethodgetSuperclass
()
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/TypeProto.java:45
↓ 5 callersMethodgetTryBlocks
(@Nonnull MethodKey key)
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/writer/ClassSection.java:80
↓ 5 callersMethodgetType
()
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/PoolClassDef.java:68
↓ 5 callersMethodgetVerificationError
()
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/VerificationErrorInstruction.java:35
↓ 5 callersMethodgetVersion
()
brut.apktool/apktool-lib/src/main/java/brut/androlib/Androlib.java:661
↓ 5 callersMethodhasNext
()
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/ClassPool.java:550
↓ 5 callersMethodimmutableSetOf
(@Nullable Iterable<? extends Annotation> list)
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/ImmutableAnnotation.java:80
↓ 5 callersMethodintern
(@Nonnull ClassDef classDef)
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/ClassPool.java:87
↓ 5 callersMethoditerator
()
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/BuilderClassDef.java:102
↓ 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.
brut.apktool.smali/util/src/main/java/org/jf/util/SparseArray.java:204
↓ 5 callersMethodnewLine
()
brut.apktool/apktool-lib/src/main/java/brut/androlib/res/util/ExtXmlSerializer.java:27
↓ 5 callersMethodnewReference
(int resID, String rawValue)
brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResValueFactory.java:93
↓ 5 callersMethodnext
()
brut.apktool.smali/util/src/test/java/org/jf/util/AbstractForwardSequentialListTest.java:58
↓ 5 callersMethodof
(ClassDef classDef)
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/ImmutableClassDef.java:134
↓ 5 callersMethodreadLine
Read a line. @return a rough approximation of the 8-bit stream as a 16-bit unicode string @throws IOException @noinspection deprecation @depr
brut.apktool/apktool-lib/src/main/java/com/mindprod/ledatastream/LEDataInputStream.java:240
↓ 5 callersMethodreadOptionalUint
(int offset)
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/BaseDexBuffer.java:57
↓ 5 callersMethodremove
Alias for {@link #delete(int)}.
brut.apktool.smali/util/src/main/java/org/jf/util/SparseArray.java:104
↓ 5 callersMethodtoArray
()
brut.apktool.smali/util/src/main/java/org/jf/util/ArraySortedSet.java:75
↓ 5 callersMethodtoString
()
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/TypeListPool.java:116
↓ 5 callersMethodusage
Prints the usage message.
brut.apktool.smali/baksmali/src/main/java/org/jf/baksmali/main.java:298
↓ 5 callersMethodverbosityHelp
()
brut.apktool/apktool-cli/src/main/java/brut/apktool/Main.java:446
↓ 5 callersMethodwithContext
Augments the given exception with the given context, and return the result. The result is either the given exception if it was an {@link ExceptionWith
brut.apktool.smali/util/src/main/java/org/jf/util/ExceptionWithContext.java:48
↓ 5 callersMethodwriteStringReference
(IndentingWriter writer, String item)
brut.apktool.smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/ReferenceFormatter.java:40
↓ 5 callersMethodwriteTo
(IndentingWriter writer, Collection<? extends Annotation> annotations)
brut.apktool.smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/AnnotationFormatter.java:41
↓ 4 callersMethodaddContext
Adds a line of context to this instance. @param str non-null; new context
brut.apktool.smali/util/src/main/java/org/jf/util/ExceptionWithContext.java:125
↓ 4 callersMethodaddPredecessorSuccessor
(@Nonnull AnalyzedInstruction predecessor, @Nonnull AnalyzedInstruct
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/MethodAnalyzer.java:490
↓ 4 callersMethodaddResSpec
(ResResSpec spec)
brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResType.java:56
↓ 4 callersMethodanalyzeInvokeVirtualQuick
(@Nonnull AnalyzedInstruction analyzedInstruction, boolean isSuper,
brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/MethodAnalyzer.java:1576
↓ 4 callersMethodbuild
(RegisterFormatter registerFormatter, DebugItem debugItem)
brut.apktool.smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Debug/DebugMethodItem.java:50
↓ 4 callersMethodbuild
(File appDir, File outFile, HashMap<String, Boolean> flags, String aaptPath)
brut.apktool/apktool-lib/src/main/java/brut/androlib/Androlib.java:257
← previousnext →301–400 of 4,146, ranked by callers