Skip to content

Too many PopLocalFrame calls #3

Description

@oleavr

(Continuation of frida/frida-gum#166.)

As described by @dpnishant:

This following script initially works as normal initially

if (ContextWrapper.getCacheDir) {
        // Ref: https://developer.android.com/reference/android/content/ContextWrapper.html#getCacheDir()
        ContextWrapper.getCacheDir.implementation = function() {
            var cache_dir = this.getCacheDir.call(this);
            console.log('Cache Dir: ' + cache_dir.toString());
            return cache_dir;
        };
    }

but after a while (after certain amount of interaction with the app) it throws the following error.

screen shot 2016-06-28 at 4 43 08 pm

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions