Skip to content

v1.3.0 - Now with Smali Debugger (sdbg)

Latest
Compare
Choose a tag to compare
@CalebFenton CalebFenton released this 30 Mar 01:14
· 34 commits to master since this release

This version has a few fixes but mostly the new new Smali Debugger tool which allows you to step through smalivm executions line by line, set breakpoints, etc. It was an experiment to see if smalivm could easily be used as a library (it's easier now) and to play with Kotlin. Check it out and let me know what you think.

Version bump to 1.3.x because of some changes to the API.

Here's the change log.

  • Many small improvements to make smalivm a better library for more than just simplify
  • Fix correctness bugs around invoking methods and maintaining correct state
  • Updated dependencies