judovana / java-runtime-decompiler

GNU General Public License v3.0
68 stars 14 forks source link

allow to setup sources path #211

Closed judovana closed 1 year ago

judovana commented 2 years ago

However weird it may be, for runtime compilation, it may be better to work with direct sources, rather than with decompiled ones. It should be fairly simple to provide a source path, so one can use both decompiled and original view. Maybe third panel next to decompiled source view and byte view?

AurumTheEnd commented 2 years ago

Do you mean just... showing the byte array we get from the agent? Or what? I don't understand how it could be on par with the Source and Binary buffer...

judovana commented 2 years ago

it can be both.

I imagine now our source/byte panel as child of top level tabbed pane, with tabs of fresh/local, where each have txt and byte[] panes.

If you have both local sources and binaries set, and the class is found, then both will be prefilled, if just one, then just oen will be prefiled.

judovana commented 1 year ago

done