The Bytecode Club
[Feature Request] More options for target ZIP file - Printable Version

+- The Bytecode Club (https://the.bytecode.club)
+-- Forum: Software (https://the.bytecode.club/forumdisplay.php?fid=19)
+--- Forum: Bytecode Viewer (https://the.bytecode.club/forumdisplay.php?fid=69)
+--- Thread: [Feature Request] More options for target ZIP file (/showthread.php?tid=1390)



[Feature Request] More options for target ZIP file - xxmicloxx - 08-27-2015

Hi,

I'd like to do a feature request for the Bytecode Viewer.
I'm currently modifying a program which requires me to leave the .jar file nearly unchanged, because it makes heavy use of reflection.
Therefore, it would be nice to have a mode where Bytecode Viewer only replaces the .class files that you modified and saves everything else the way it was before.
When I try to save as .zip currently, the whole META-INF folder gets deleted and other classes are missing, too...


RE: [Feature Request] More options for target ZIP file - zooty - 08-27-2015

Good suggestion, you might want to post this as a GitHub issue to make it easier to see.
https://github.com/Konloch/Bytecode-Viewer/issues


RE: [Feature Request] More options for target ZIP file - Konloch - 09-08-2015




RE: [Feature Request] More options for target ZIP file - Konloch - 11-09-2015

Just checking up on this, are you still experiencing this issue? If so please send me a jar that produces this issue.