aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2019-04-11AOSP-specific changes for v2.2.7Ben Gruver
2019-04-08Merge v2.2.7 from upstreamBen Gruver
2018-07-01Refactor most of the utility classes from util into dexlib2Ben Gruver
2018-06-14Fix accidental dependencies on JCommander outside of dexlib2Lanchon
2017-12-08Convert external/smali to Android.bpColin Cross
2016-09-19Refactor how classpath loading worksBen Gruver
2016-09-17Fix how parameter delegates are handledBen Gruver
2016-09-17Change the classpath arguments to be split only by a colonBen Gruver
2016-09-05Do a cleanup pass on the various commands/arguments/help textBen Gruver
2016-05-28Revamp the CLI usage/help formattingBen Gruver
2016-05-28Revamp how classpath loading worksBen Gruver
2016-05-16Add a --classes parameter to the list vtables commandBen Gruver
2016-05-16Remove unneeded commons_cli stuff from util projectBen Gruver
2016-05-16Implement a new command line interface for baksmaliBen Gruver
2015-03-31Merge branch 'master' into smalideaBen Gruver
2015-03-20Fix a bounds check problem in IndentingWriterBen Gruver
2015-03-18Merge branch 'master' into smalideaBen Gruver
2015-03-17Fix up the whitespace normalization in TextUtils.normalizeWhitespaceBen Gruver
2015-03-16Add lambda experimental dalvik opcodesIgor Murashkin
2015-03-04Merge branch 'master' into smalidea3Ben Gruver
2015-03-01Don't try to test for reserved file namesBen Gruver
2015-01-21Add lexer implementation based on existing smali lexerBen Gruver
2015-01-20Make ClassFileNameHandler thread-safeBen Gruver
2015-01-07Refactor ClassFileNameHandlerBen Gruver
2014-12-28Fix some javadoc issuesBen Gruver
2014-07-19Implement implicit method/field references in baksmaliBen Gruver
2014-02-01Truncate filenames based on their utf-8 lengthBen Gruver
2014-01-18Refactor the maven upload build stuffBen Gruver
2014-01-17Add gradle configuration for uploading smali artifacts to mavenBen Gruver
2013-12-08occured -> occurredBen Gruver
2013-09-14Make windows reserved filename detection more robustBen Gruver
2013-09-14Truncate the filename for overly long class namesBen Gruver
2013-09-14Add missing copyright/license headersBen Gruver
2013-09-08Generify the IO requirements for writing a dex fileBen Gruver
2013-05-12Make baksmali thread safe, and add -j optionBen Gruver
2013-05-03Fix up line number handling to be unsigned int safeBen Gruver
2013-04-30Clean up some TODOsBen Gruver
2013-04-27Implementation of new generificationified writer functionalityBen Gruver
2013-04-17Tweak how hashCode and equals works for MethodReferencesBen Gruver
2013-04-16Fix IndentingWriter.printUnsignedLongAsHex and printSignedIntAsDecBen Gruver
2013-04-16Switch to new parameter syntaxBen Gruver
2013-04-09Improve the performance of the IndentingWriterBen Gruver
2013-04-08Fully remove the dependency on the old dexlib from baksmaliBen Gruver
2013-03-30Port MethodAnalyzer and various dependencies from dexlibBen Gruver
2013-03-03Refactor/rewrite the AnnotatedBytes class and helpersBen Gruver
2013-03-03Factor out dependency versions, and upgrade to gradle 14.0Ben Gruver
2013-03-02Annotate StringDataItemsBen Gruver
2013-03-02Annotate CodeItemsBen Gruver
2013-02-24Beginning of annotated dump implementationBen Gruver
2013-02-24Create AbstractForwardSequentialList util classBen Gruver