aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-13Fix accidental dependency on JCommander on testLanchon
2018-06-13Fix mark/reset for new sections (closes #615)Lanchon
2018-06-13Fix accidental dependency on JCommanderLanchon
2018-06-13Fix Gradle's Task.leftShift(Closure) deprecation warningLanchon
2018-06-13Fix for method reference sizesWojtek KaliciƄski
2018-06-13MemoryDataStore: Enforce min growth step and delay allocation of bufferLanchon
2018-06-13MemoryDataStore: Efficiently multiply by 1.25Lanchon
2018-06-13MemoryDataStore: Fail fast on invalid offsetsLanchon
2018-06-13MemoryDataStore: Support InputStream mark/resetLanchon
2018-06-13MemoryDataStore: Handle weird arguments values correctlyLanchon
2018-06-13MemoryDataStore: More efficient overridable growth policyLanchon
2018-06-13MemoryDataStore: Add a data-trimming getData() methodLanchon
2018-06-13MemoryDataStore: Rename the buffer getter methodLanchon
2018-06-13MemoryDataStore: Keep track of actual size of dataLanchon
2018-06-13MemoryDataStore: Fix InputStream::read(byte[] b, int off, int len) bugLanchon
2018-06-13MemoryDataStore: Allow overriding of growth policyLanchon
2018-06-13MemoryDataStore: Fix growth calculationLanchon
2018-06-12Handle Changes in OAT Files for Android 8.1 (OAT 131)Albert Gorski
2018-06-12Simplified mapApiToArtVersionale5000
2018-06-11Bump the version to 2.2.4Ben Gruver
2018-06-11Bump the gradle version to 4.6Ben Gruver
2018-05-23Add roundtrip tests for the 2 new opcodesBen Gruver
2018-05-23Add support for const-method-handle and const-method-type in the tree walkerBen Gruver
2018-05-23Add support for const-method-handle and const-method-type in the lexer and pa...Ben Gruver
2018-05-23Add support for dex version 39 in dexlib2Ben Gruver
2018-05-23Add a roundtrip test for invoke-customBen Gruver
2018-05-23Add support for dumping the new structuresBen Gruver
2018-05-23Let baksmali infer the api level when possibleBen Gruver
2018-05-23Add full invoke-custom exampleBen Gruver
2018-05-23Add support for invoke-custom and related structures in baksmaliBen Gruver
2018-05-23Add support for method handle and call site references in ReferenceUtilBen Gruver
2018-05-23Make sure to close the writer after dumpingBen Gruver
2018-05-23Add support for invoke-custom and related structures in the tree walkerBen Gruver
2018-05-23Change the name of the invoke method handle typesBen Gruver
2018-05-23Add support for invoke-custom and related structures in the parser and lexerBen Gruver
2018-05-23Make method_prototype rule build and return a MethodProtoReferenceBen Gruver
2018-05-23"occured" -> "occurred" in SmaliTestUtilsBen Gruver
2018-05-23Implement support for new structures in DexWriterBen Gruver
2018-05-23Create separate section for encoded arraysBen Gruver
2018-05-23Fix nullable issue in annotations ruleBen Gruver
2018-05-23Add Immutable implementations of the new structuresBen Gruver
2018-05-23Fix up a few non-immutable members in immutable encoded value implementationsBen Gruver
2018-05-23Add DexBacked implementations of the new structuresBen Gruver
2018-05-23Add getItemCount method to EncodedArrayItemIteratorBen Gruver
2018-05-23Fix typo in DexBackedMethodEncodedValueBen Gruver
2018-05-23Move the map item related methods from RawDexfile to DexBackedDexFileBen Gruver
2018-05-23StaticInitialValueIterator -> EncodedArrayItemIteratorBen Gruver
2018-05-23Minor javadoc fixes in MethodProtoReferenceBen Gruver
2018-05-23Add the basic structures necessary to support invoke-customBen Gruver
2018-03-07Bump the version to 2.2.3Ben Gruver