Releases: CompL-Research/soot
Releases · CompL-Research/soot
v0.5
- 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
Merge branch 'framework' of github.com:CompL-Research/soot into frame…
Fix for capturing bytecode offset information for units from the corresponding instruction.
v0.2 Merge branch 'framework' of github.com:CompL-Research/soot into frame…
Enhancement for setting bytecode offset in unit.
v0.1 Fixes for setting bytecode offsets for instructions.