Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outputting of class files and jars #1

Open
kylestev opened this issue Oct 29, 2015 · 1 comment
Open

Outputting of class files and jars #1

kylestev opened this issue Oct 29, 2015 · 1 comment

Comments

@kylestev
Copy link
Owner

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.

TSedlar added a commit that referenced this issue Nov 1, 2015
Pulled from Kyle's repository.
@kylestev kylestev modified the milestone: v0.1 Release Nov 4, 2015
@kylestev
Copy link
Owner Author

kylestev commented Nov 7, 2015

Marking this for a future milestone. Probably v0.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant