Git Product home page Git Product logo

frida_common_tools's Introduction

Frida常用工具脚本集合 -- 创作中

  • 记录日常使用Frida时经常使用到和学习到的一些工具类库集合。
  • 同时也是Frida入门学习的可参考资料

目录

  • Frida 文件读写IO工具类
    • 由于官方仅有文件写入的工具类,因此封装通过libc.so中的open、fgets等函数完成文件读取,实现readFileToString
    • 通过官方File API完成文件写入
  • Frida 简单过反调试
    • 常用的反调试中存在检测/proc/self/status、/proc/self/stat等文件来判断是否被ptrace,而Frida虽然也利用到了ptrace,但Frida只会短暂的使用ptrace便会deattach,因此可以使用frida spawn方式和重定向的方式来绕过这些简单的文件反调试。

frida_common_tools's People

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.