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

feat (script): Add post method to Script #134

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

charleywright
Copy link
Contributor

@charleywright charleywright commented May 23, 2024

This PR adds support for sending data to scripts which can be read using the recv function as detailed in the frida docs. Until RPC support is implemented (#105) this can be used to achieve a similar effect.

EDIT: RPC appears to be implemented using messages, see the python implementation here which could make this PR a requirement for an RPC implementation

@s1341
Copy link
Contributor

s1341 commented Jun 3, 2024

Can you please rebase on main?

@charleywright
Copy link
Contributor Author

Done

@s1341
Copy link
Contributor

s1341 commented Jun 3, 2024

Thanks!

@s1341 s1341 merged commit e325343 into frida:main Jun 3, 2024
15 checks passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants