Coder Social home page Coder Social logo

smafile's Introduction

smafile's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

smafile's Issues

SmaliDir - 带过滤器初始化

实际上,很多系统包,第三方SDK,都不是分析的对象。
在初始化的时候就过滤掉比较好。

# iterator存放的是,用于过滤类的字符串。
SmaliDir(smali_dir, iterator=None)

如,初始化的时候,不会初始化包含android.support或test的类。

filters = ['android.support', 'test']
SmaliDir(smali_dir, filters) 

更新方法错误

查找 .method public static native unprotect(JJ)Z 时,会匹配到 .method public static native munprotect(JJ)Z

3a7dad193197e56604765c2947f325bc

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.