Skip to content

Releases: CompL-Research/soot

v0.5

07 Aug 16:14
6ba61f1
Compare
Choose a tag to compare
  • Modified ASM used.
  • Now bytecode offset for a unit can be retrieved using the API: getBytecodeOffset()
  • Additionally it is stored as a tag also. (Retrievable using the API: getTags())
  • Available for each operand's valuebox also as a tag.
  • Credits @meetesh06 @arjunhkumar for helping with workflow setup.

v0.4

07 Aug 15:59
Compare
Choose a tag to compare
Merge branch 'framework' of github.com:CompL-Research/soot into frame…

Fix for capturing bytecode offset information for units from the corresponding instruction.

04 Aug 11:10
Compare
Choose a tag to compare
v0.2

Merge branch 'framework' of github.com:CompL-Research/soot into frame…

Enhancement for setting bytecode offset in unit.

04 Aug 11:06
Compare
Choose a tag to compare
v0.1

Fixes for setting bytecode offsets for instructions.