so im trying to make an application that would be able to detect malware apps by taking a peek at their bytecode structure. say is it possible to be able to read a program's code in its bytecode form?
such as functions that will be called when the program will run.