You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a crucial feature to have in a bytecode library if it is intended to be used for modification and not strictly static analysis.
While this shouldn't be too hard to do for the current code base, things like:
Methods need to compute maxes/frames
When items are added/removed or swapped in the constant pool, invalid indices should be removed
Might be useful to have a JVM verification package for verifying the format of the various class file members (fields, attributes, constant pool, etc.)
Need to be taken into consideration when implementing this feature.
The text was updated successfully, but these errors were encountered:
This is a crucial feature to have in a bytecode library if it is intended to be used for modification and not strictly static analysis.
While this shouldn't be too hard to do for the current code base, things like:
Need to be taken into consideration when implementing this feature.
The text was updated successfully, but these errors were encountered: