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

Create a replrc configuration file #85

Open
yotamN opened this issue Feb 5, 2022 · 1 comment
Open

Create a replrc configuration file #85

yotamN opened this issue Feb 5, 2022 · 1 comment
Labels
type:enhancement New feature or request

Comments

@yotamN
Copy link
Member

yotamN commented Feb 5, 2022

A common use case I see is passing some helper script files to the REPL so it would be easier to work with. This and the configuration flags I'm adding (#76, #82) and plan to add (#83, #84), can make the frida command repetitive and long. Maybe we could add a simple configuration file which is simply a list of REPL commands? I'm thinking of something like this:

%autoperform on
%autoreload off
%load -y ~/Scripts/Frida/repl-utils.js
@yotamN
Copy link
Member Author

yotamN commented Feb 17, 2022

Before working on a run control file, it would be wise to refactor the magics parsing to use shlex instead of doing it ourselves. It will fix the problems with files that contain spaces.

@yotamN yotamN added the type:enhancement New feature or request label Jan 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant