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

Fixed #23 frida-cycript by adding global keyword #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

NSEcho
Copy link
Contributor

@NSEcho NSEcho commented Mar 26, 2021

Like the title says, this PR add supports for global keyword which used to return the message Target process terminated like in #23 issue of frida-cycript.

Now it returns correctly all the keys present inside the global without halting it.

Screen Shot 2021-03-26 at 9 53 30 AM

@duraki
Copy link

duraki commented Mar 26, 2021

I think this should stay/sit in "core" (ie. frida-cycript) rather then mjolner. From what I understood frida-cycript = internals/core, mjolner = runtime syntax

@NSEcho
Copy link
Contributor Author

NSEcho commented Mar 26, 2021

Kinda makes sense but since the choose is implemented in mjolner, I believe that global should also be here.

@duraki
Copy link

duraki commented Apr 1, 2022

@oleavr can we merge this?

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.

2 participants