Skip to content

Releases: vova7878/DexFile

v1.5.2

28 Apr 16:29
d1eb2d1

Choose a tag to compare

  • Fixed a bug in analyzing *_2addr instructions

v1.5.1

26 Apr 13:31
8b68943

Choose a tag to compare

  • Minor typo in CodeBuiler.return_shorty

v1.5.0

25 Apr 12:23
3878450

Choose a tag to compare

  • Smali parsing preview
  • Correct analysis of instance initialization
  • Metadata pseudo-instructions in CodeBuilder
  • Many smaller changes

v1.4.1

28 Mar 15:03
d9e9ca1

Choose a tag to compare

  • Many additional methods in builders
  • Add auto-fix const-string to const-string/jumbo

v1.4.0

21 Mar 10:46
66c3b56

Choose a tag to compare

  • Support dex036 format for reading and writing
  • Support dex013 format for reading
  • Change names of some instruction formats

v1.3.4

03 Mar 08:36
8993b5d

Choose a tag to compare

  • The code navigation API has been completed

v1.3.2

28 Feb 10:12
c4e401b

Choose a tag to compare

  • More options for interacting with already generated code
  • Fixed old documentation inconsistencies (number of parameters and annotations/debug info for them)

v1.3.1

23 Feb 11:37
f101485

Choose a tag to compare

  • Many minor changes and fixes

v1.3.0

15 Feb 07:10
4732806

Choose a tag to compare

  • Added initial version of code analyzer
  • Work with code labels has been completely restructured
  • Many other minor improvements and fixes

v1.2.2

20 Dec 09:28

Choose a tag to compare

  • Added dex file balancer
  • Many new methods in different parts of the library
  • Fixes for minor CodeBuilder bugs