Code Monkey home page Code Monkey logo

sravana's Introduction

Sravana

process the monitor data from Andbug

Sravana 用于处理有andbug获取到的android平台的监控数据,将这些数据详细解析后,保存到数据库中,并进行后续的数据处理。

目前的进展: 1、定义了相应的数据库表和各字段。 2、实现了相关监控数据的数据库存储。 3、通过apktool工具获取了对应apk文件的静态信息,并将静态信息保存到数据库中。 4、操作andbug程序的相关功能,如:安装apk,启动apk,监控apk。

未来计划: 1、将监控到的系统调用数据进行关联,生成行为数据。 如:文件对象创建函数调用 File f= File(“filepath”) 文件读写操作 f.write("write data"); 行为信息是:向“filepath”文件写入了数据“write data” 2、将行为数据与行为含义进行匹配,最终获取行为信息(已经掌握行为含义的数据),以及还不确定行为含义的数据(这些信息需要人工关注)。 3、利用模式识别的方法对行为信息进行处理,识别恶意程序。 4、apk程序的自动化触发。

sravana's People

Contributors

anbc avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.