aboutsummaryrefslogtreecommitdiff
path: root/baksmali
AgeCommit message (Expand)Author
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-24Make smali respect order of implementsAlex Light
2015-05-01Improve whitespace normalization in baksmali's AnalysisTestBen Gruver
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-01-20Switch the default for implicit referencesBen Gruver
2014-12-28Make the checkPackagePrivateAccess functionality an optionBen Gruver
2014-11-14Use options.checkPackagePrivateAccessyyjdelete
2014-11-06Implement dex entry for non classes.dex filesConnor Tumbleson
2014-08-16Merge pull request #21 from whydoubt/floating-point-valuesBen Gruver
2014-08-15No need to reevaluate 'resource != null'Jeff Smith
2014-07-19Improve the readability of the newline normalization stuff for testsBen Gruver
2014-07-19Implement implicit method/field references in baksmaliBen Gruver
2014-02-17Give comment-generating functions more precise namingJeff Smith
2014-02-16Merge remote-tracking branch 'upstream/master' into floating-point-valuesJeff Smith
2014-01-29Fix NPE when using a custom inline method tableBen Gruver
2014-01-18Refactor the maven upload build stuffBen Gruver
2014-01-17Add gradle configuration for uploading smali artifacts to mavenBen Gruver
2013-12-12Make sure we always shut down the executorBen Gruver
2013-12-10Merge remote-tracking branch 'upstream/master' into floating-point-valuesJeff Smith
2013-12-08Replace use of System.lineSeparator(), to keep compatibility with java 6Ben Gruver
2013-12-08Fix up option parsing code for resource id stuff to use 'i'Ben Gruver
2013-12-08occured -> occurredBen Gruver
2013-12-08Don't System.exit from baksmali.disassembleClassBen Gruver
2013-12-08Remove --check-package-private-access optionBen Gruver