bytecode-viewer
                                
                                 bytecode-viewer copied to clipboard
                                
                                    bytecode-viewer copied to clipboard
                            
                            
                            
                        Clarify APK editing
There appears to be no documentation and there is no obvious way to do it in the user interface. After editing smali assemblies, how can the currently open apk be regenerated so that it can be run on android?
For some reason, the line for adding the "Save as APK" button is commented out... https://github.com/Konloch/bytecode-viewer/blob/a306db20ab1aaa110a9e0e89606b779f4349d08f/src/the/bytecode/club/bytecodeviewer/gui/MainViewerGUI.java#L1093
The actual functionality seems to exist on the lines above the commented method call... I would thus assume it's broken in some way, but the README states this is supposed to be a supported use case... So I have no idea what's going on and why, and I have not tested trying to enable the line.