Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does objection have the function of exporting results? #641

Open
prship opened this issue Sep 28, 2023 · 2 comments
Open

Does objection have the function of exporting results? #641

prship opened this issue Sep 28, 2023 · 2 comments

Comments

@prship
Copy link

prship commented Sep 28, 2023

When a command outputs too many results, it often overflows the console.
Is there a feature to export the results to a local file?
For example:
ios hooking list classes -o output.txt
or
ios hooking list classes >> output.txt

@IsakOCD
Copy link

IsakOCD commented Dec 22, 2023

Not during runtime, but you can use the run subcommand:
Eg: objection -q run "ios hooking list classes" >> output.txt

#314

@makimura-yu
Copy link

This command did it:
Eg: objection -g {ProcessName} run "ios hooking list classes" > output.txt

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

No branches or pull requests

3 participants