aboutsummaryrefslogtreecommitdiff
path: root/baksmali
AgeCommit message (Expand)Author
2016-05-30Reword the "multiple entries" error to match the new CLIBen 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-16Fix up the deodex warningBen Gruver
2016-05-16Add a command to list the classpath stored in an oat or odex fileBen Gruver
2016-05-16Add "list field offsets" and "list vtables" commands to baksmaliBen Gruver
2016-05-16Add a command to baksmali to list the dex files in an apk/oatBen Gruver
2016-05-16Implement various list commands in baksmaliBen Gruver
2016-05-16Update url in --version messageBen Gruver
2016-05-16Implement a new command line interface for smaliBen Gruver
2016-05-16Implement a new command line interface for baksmaliBen Gruver
2016-04-08Merge remote-tracking branch 'aosp/upstream-master' into incr-dexAlex Light
2016-03-23Replace custom rules with BUILD_PREBUILTDan Willemsen
2016-02-28Add more programmatic-friendly entry points for smali/baksmaliBen Gruver
2016-02-28Get rid of the default 6 thread maximum thingBen Gruver
2016-02-26Refactor ClassPath to take ClassProvidersBen Gruver
2016-02-20Clean up the jar namingBen Gruver
2016-02-13Merge branch 'master' into smalideaBen Gruver
2015-10-17Pass in the Opcodes to use for SyntheticAccessorFSMBen Gruver
2015-10-16Add support for static volatile opcodes in OdexedFieldInstructionMapperBen Gruver
2015-10-13Infer the register type based on the result of an instance-of instructionBen Gruver
2015-10-13Don't add an empty .param annotation when not writing debug infoBen Gruver
2015-10-01Add support for alternate field ordering starting at oat version 67Ben Gruver
2015-10-01Fix minor issue in DisassemblyTestBen Gruver
2015-10-01Merge branch 'master' into smalideaBen Gruver
2015-09-30Add support for normalizing virtual methodsBen Gruver
2015-09-30Add support for using an oat file as the boot class pathBen Gruver
2015-09-30Add oat support in DexFileFactoryBen Gruver
2015-09-29Add art-specific opcodes and opcode valuesBen Gruver
2015-09-28Merge remote-tracking branch 'aosp/upstream-master' into aosp/masterAlex Light
2015-09-24Make smali respect order of implementsAlex Light
2015-05-01Improve whitespace normalization in baksmali's AnalysisTestBen Gruver
2015-04-23Merge remote-tracking branch 'remotes/aosp/upstream-master' into HEADIgor Murashkin
2015-04-10DuplicateTest FAILED fixRover12421
2015-03-31Merge branch 'master' into smalideaBen Gruver
2015-03-20Comment out unused switch payload instructionsBen Gruver
2015-03-18Merge branch 'master' into smalideaBen Gruver
2015-03-18Don't wrap a large (>32k) register count in a register directiveBen Gruver
2015-03-18Duplicate a switch payload that is refered to multiple timesBen Gruver
2015-03-17Ensure that sparse switch items are written out in the correct orderBen Gruver
2015-03-17Don't propagate exceptions from RoundtripTest.runTest()Ben Gruver
2015-03-17Extract out a base RoundtripTest and IdenticalRoundtripTest classBen Gruver
2015-03-16Add lambda experimental dalvik opcodesIgor Murashkin
2015-03-04Merge branch 'master' into smalidea3Ben Gruver
2015-03-04Refactor how the PARAM_LIST_OR_ID thing is parsedBen Gruver
2015-03-01Use single-quotes in build.gradle files when double-quotes aren't neededBen Gruver
2015-03-01Use the proguard plugin for gradleBen Gruver
2015-02-19Merge remote-tracking branch 'remotes/aosp/upstream-master' into HEADIgor Murashkin
2015-01-20Switch the default for implicit referencesBen Gruver