frida-cycript icon indicating copy to clipboard operation
frida-cycript copied to clipboard

Cycript fork powered by Frida.

Results 15 frida-cycript issues
Sort by recently updated
recently updated
newest added

Upon latest build from `master`, frida-cycript is failing upon start. To replicate, you need to start `fcy#` prompt and start writing something; ie: ``` ./cycript fcy# choose [1] 31013 segmentation...

Bumps [terser](https://github.com/terser/terser) from 5.7.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Following newest Meson trend, therefore this PR. Updates meson.build script to relative path of cycript0.9. Test case: ``` $ rm -rf build && meson build --buildtype minsize --strip && ninja...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [cached-path-relative](https://github.com/ashaffer/cached-path-relative) from 1.0.2 to 1.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cached-path-relative&package-manager=npm_and_yarn&previous-version=1.0.2&new-version=1.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Trying to list all `globals` yields in unresponsive tty. Signals are ignored until suspended (Cmd+Z), ``` $ build/src/cycript cy# global Target process terminated ^C^D ``` Expected value; global definitions in...

RTLD_NEXT is bugged on MacOS 10.15.7//xnu. ``` cy# RTLD_NEXT failed to parse cached code for RTLD_NEXT: syntax error, unexpected ) throw new ReferenceError("'RTLD_NEXT' is not defined") ``` While expected: >...