aboutsummaryrefslogtreecommitdiff
path: root/dexlib2
AgeCommit message (Expand)Author
2015-10-16Add support for static volatile opcodes in OdexedFieldInstructionMapperBen Gruver
2015-10-14Fix register propagation when overriding a register type from a predecessorBen Gruver
2015-10-13Infer the register type based on the result of an instance-of instructionBen Gruver
2015-10-01Bump up MAX_OAT_VERSION to 71Ben Gruver
2015-10-01Add support for alternate field ordering starting at oat version 67Ben Gruver
2015-09-30Add support for normalizing virtual methodsBen Gruver
2015-09-30Add support for calculating field offsets for artBen 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-29Add a minimal parser for oat filesBen Gruver
2015-09-24Make smali respect order of implementsAlex Light
2015-09-05Add ability to list methods/fields/types when assembling with smaliBen Gruver
2015-08-26Handle invalid debug item offsets more gracefullyBen Gruver
2015-06-18Add backwards compatible version of DexFileFactory.loadDexFile and OpcodesBen Gruver
2015-06-18Replace a missed usage of Iterators.emptyIterator()Ben Gruver
2015-06-18Remove usages of the deprecated Iterators.emptyIterator() methodBen Gruver
2015-05-23Add the generated accessorTest to source controlBen Gruver
2015-04-09Ensure the stream is closed in DexFileFactory.loadDexFileBen Gruver
2015-03-17Ensure that sparse switch items are written out in the correct orderBen Gruver
2015-03-16Add Member and Annotatable interfacesBen Gruver
2015-03-16Make sure the elements are sorted in an encoded annotationBen Gruver
2015-03-16Don't assume dx is on-path. Rather, grab it from maven centralBen Gruver
2015-03-16Add lambda experimental dalvik opcodesIgor Murashkin
2015-03-03Merge pull request #29 from yirkha/masterBen Gruver
2015-03-01Simplify how the accessorTest is built and runBen Gruver
2015-02-19Fix for Dalvik VM crash on parameter annotationsJiri Hruska
2014-12-28Make the checkPackagePrivateAccess functionality an optionBen Gruver
2014-12-28Merge pull request #25 from yyjdelete/patch-1Ben Gruver
2014-12-28Fix some generics issues when compiling with java 8Ben Gruver
2014-12-28Fix some javadoc issuesBen Gruver
2014-12-28Expose the various fixed-size item counts in DexBackedDexFileBen Gruver
2014-12-28Refactor VariableSizeLookaheadIteratorBen Gruver
2014-11-14Use options.checkPackagePrivateAccessyyjdelete
2014-11-14checkPackagePrivateAccess only for API 17(4.2)yyjdelete
2014-11-06Add some additional checks related to instruction sizeBen Gruver
2014-11-06Implement dex entry for non classes.dex filesConnor Tumbleson
2014-08-29Fixed the bug of not setting the location field of the instruction in addInst...edwardxwu
2014-07-21Allow but ignore multiple exception handlers for the same exceptionBen Gruver
2014-07-19Fix potential NPE in MethodAnalyzerBen Gruver
2014-07-19Implement implicit method/field references in baksmaliBen Gruver
2014-07-15Add missing "break" from switch statement in BuilderClassPoolBen Gruver
2014-07-15Ensure the annotation elements are sorted when writtenBen Gruver
2014-02-02Add support for non-standard invoke-object-init/range instructionsBen Gruver
2014-01-18Add new experimental dex rewriter functionalityBen Gruver
2014-01-18Minor comment fix in MutableMethodImplementationBen Gruver
2014-01-18Refactor the maven upload build stuffBen Gruver
2014-01-17Add gradle configuration for uploading smali artifacts to mavenBen Gruver
2014-01-16Lazily create the lists in MethodLocationBen Gruver
2013-12-12Skip the call to String.format when annotating, if there are no valuesBen Gruver