bytecode-viewer icon indicating copy to clipboard operation
bytecode-viewer copied to clipboard

Clarify APK editing

Open deliciouslytyped opened this issue 4 years ago • 2 comments

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?

deliciouslytyped avatar Dec 13 '20 05:12 deliciouslytyped

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

deliciouslytyped avatar Dec 13 '20 05:12 deliciouslytyped

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.

deliciouslytyped avatar Dec 13 '20 09:12 deliciouslytyped