## **PoC**
[dsc180b](https://github.com/iamsabhoho/dsc180b-malware) is primarily a android malware detection strategy.
## **Details**
classifying applications using Control Flow Graphs and different similarity-based methods including k-nearest neighbors (kNN) as well as Random Forest classifier to see if different methods can detect certain types of malware or any specific features.
Control flow analysis (CFA) is a static code analysis technique used to understand the flow of a program's execution. It involves examining the order in which individual statements, instructions, or function calls are executed or evaluated within a program.
[paper](https://iamsabhoho.github.io/dsc180b-malware/)
[video](https://www.youtube.com/watch?v=VOFIDVQDhVE)