Git Product home page Git Product logo

Comments (7)

ChiChou avatar ChiChou commented on September 24, 2024

如果你改过 SSH 密码,需要加环境变量
https://github.com/ChiChou/fruity-frida/blob/25e4ece40e5f/modules/ssh.ts#L42

from fruity-frida.

xiaooojun avatar xiaooojun commented on September 24, 2024

我明白问题所在了,,我采取的越狱环境 不能通过root账户登录。。。

from fruity-frida.

xiaooojun avatar xiaooojun commented on September 24, 2024

[] ios-debug app com.apple.findmy 11:20:45
signed /Developer/usr/bin/debugserver debugserver to /var/root/debugserver
remote free port 1024
attach to app
remote >> /var/root/debugserver 127.1:1024 -a 'app'
remote >> %
remote >>
remote >>
remote >> iPhone6s:
mobile% /var/root/debugserver 127.1:1024 -a 'app'
remote >>
remote >> zsh: killed /var/root/debugserver 127.1:1024 -a 'app'
remote >> %
remote >>
remote >>

大佬 这个功能没搞懂咋用

from fruity-frida.

xiaooojun avatar xiaooojun commented on September 24, 2024

我配置下环境变量

这个我看了下,最新的源码

如果你改过 SSH 密码,需要加环境变量 https://github.com/ChiChou/fruity-frida/blob/25e4ece40e5f/modules/ssh.ts#L42

这个问题,我看了下最新地源码 好像上面的逻辑,不过我把默认值改了下,完美登录

from fruity-frida.

xiaooojun avatar xiaooojun commented on September 24, 2024

[] ios-debug app com.apple.findmy 11:20:45 signed /Developer/usr/bin/debugserver debugserver to /var/root/debugserver remote free port 1024 attach to app remote >> /var/root/debugserver 127.1:1024 -a 'app' remote >> % remote >> remote >> remote >> iPhone6s: mobile% /var/root/debugserver 127.1:1024 -a 'app' remote >> remote >> zsh: killed /var/root/debugserver 127.1:1024 -a 'app' remote >> % remote >> remote >>

大佬 这个功能没搞懂咋用

看了下源码测试了下,是因为下面这个函数 获取不到对应的参数值
let target = program.getOptionValue('app');

from fruity-frida.

xiaooojun avatar xiaooojun commented on September 24, 2024

shellArgs.push('attach', node.data.pid.toString());
这里是不是少一个 - 导致参数获取不到

from fruity-frida.

ChiChou avatar ChiChou commented on September 24, 2024

shellArgs.push('attach', node.data.pid.toString()); 这里是不是少一个 - 导致参数获取不到

已修复和发布新版

from fruity-frida.

Related Issues (2)

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.