Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Add -wait and -ssl <lib> options #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

rgov
Copy link

@rgov rgov commented Jul 27, 2018

Features:

  • Added a -wait flag that spins until the named process launches. This is useful if the target process's lifecycle is not directly controlled by the user.

  • Added a -ssl <lib> flag that allows the user to resolve ambiguities where multiple libSSL libraries are present in the target process. Without this change, the Frida script gives up if multiple libraries match *libssl*.

Misc:

  • Added a requirements.txt file to make it easier to install Frida. Granted, there is only the one dependency, but the Frida.re website leads the user to install Frida command line tools, not the main package itself.

  • Simplified argument parsing code. Optional arguments (-xyzzy) are not required by default, and the store_true action simplifies some boolean flags (and appropriately sets the default).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants