Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 758 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 758 Bytes

FridaArsenal

Frida武器库,集成常用hook脚本与代码模板,自用。

  • 下载

    git clone --recurse-submodules https://github.com/Forgo7ten/FridaArsenal
  • 或者

    git clone https://github.com/Forgo7ten/FridaArsenal
    git submodule init
    git submodule update
  • 使用

    npm install
    npm run watch
    frida -UFl _agent.js
    

License

  • The PyCharm Professional license are supported by Jetbrains.
  • PyCharm can be used to edit FridaArsenal sources.

Thanks