Giter VIP home page Giter VIP logo

Comments (4)

pimterry avatar pimterry commented on August 16, 2024

It would be lovely to do that, but unfortunately I don't have any idea myself! I think this is probably a question for the Frida team, not for this specific script. I'd suggest looking through their docs or filing an issue over there to explore this further. They're also quite open to feature requests & PRs, so you could even add this as a new feature if it doesn't exist already.

I'm going to close this here, since it's not related to this specific script, but I would be very interested if you find an answer. Do let me know if there's some way to do that and I'll update the article so that other users can do the same thing. I totally agree this would make life easier!

from frida-interception-and-unpinning.

yoshimo avatar yoshimo commented on August 16, 2024

https://gist.github.com/oleavr/ae7bcbbb9179852a4731 was suggested by the frida chat team.

from frida-interception-and-unpinning.

yoshimo avatar yoshimo commented on August 16, 2024

https://gist.github.com/oleavr/ae7bcbbb9179852a4731 was suggested by the frida chat team.

@pimterry is that something we can make use of in this script?

from frida-interception-and-unpinning.

pimterry avatar pimterry commented on August 16, 2024

@yoshimo not directly. It's a separate independent thing: from what I can tell, that gist shows how to listen for new processes and automatically run scripts when they launch. This repo contains one such script, so you could run this unpinning script in that way (just replace the inline example script with this script, or load this script from a file and use it there) but you could also run any other script you like. It's a wrapper that provides a different way to run any arbitrary Frida script really.

I don't think we should change the base script to include that wrapper here, since there's many cases where you just want the script by itself. It makes more sense to have them separate, and to use them together when you want that extra functionality.

If you want to help people to automatically unpin every app, I think the best way would be to extend that example gist so it takes the target script as an argument, then publish that in some standalone form that's easy for people to download & use, and then write some docs/blog posts about how to use your published wrapper together with this script to do automatic unpinning.

from frida-interception-and-unpinning.

Related Issues (20)

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.