美文网首页
Frida定制

Frida定制

作者: chensem | 来源:发表于2020-02-02 22:41 被阅读0次

前言

for bypassing some check points , need to rebuild it 。

正文

  • request environment
    complete-it-yourself [command line tools]

  • clone frida code

git clone https://github.com/frida/frida.git
git submodule update
  • rebuild frida-server and modify it's source [android-arm64]
make core-android-arm64 # make frida-server & frida-inject
# source directory ./frida/frida-core/server/server-glue.c 
# core file ./frida/frida-core/server/server.vala ==> vala to c
# modify file ./frida/build/tmp-android-arm64/frida-core/server/b3eacd3@@frida-server@exe/server.c
  • config location & modify it [listen addr & default port & tmp dir]
image.png

相关文章

网友评论

      本文标题:Frida定制

      本文链接:https://www.haomeiwen.com/subject/wtxcxhtx.html