I have a jar file of which I do not have the source code for. This jar file take assembly and converts it to a binary. This jar file has several other files it uses as a config.
I also have a C++ program with source code that takes code and compiles it to assembly for the assembler.
I want to build an GUI apk file for a chromebook that will allow me to generate the assembly code using the C++ compiler and then assemble it with the assembler. Is there any way to do this?
Source: Windows Questions C++