Giter VIP home page Giter VIP logo

Comments (7)

dengtongtongtong avatar dengtongtongtong commented on May 29, 2024 1

can not launch 1.05 with this error
AttributeError: 'AppWindow' object has no attribute 'welcome_window'

from dwarf.

dengtongtongtong avatar dengtongtongtong commented on May 29, 2024

In addition, I found when I start dwarf with '-bs' following below steps, it can not stopped at breakpoint

start with '-bs -t android' option
add some breakpoint
resume hooked app
interact hooked app to trigger the breakpoint

While it can stopped following these steps below

start with '-bs -t android' option
resume hooked app
add some breakpoint
interact hooked app to trigger the breakpoint

Can somebody give some advice

dwarf version:1.0.4
frida 12.8.14

from dwarf.

dengtongtongtong avatar dengtongtongtong commented on May 29, 2024

What I need is start with '-bs' option, add some breakpoint, resume the app, and watch these breaks

from dwarf.

PinkiePieStyle avatar PinkiePieStyle commented on May 29, 2024

think your problem is that the class isnt loaded at initbp

can u try with

var targetClass = 'android.widget.ListView';

hookClassLoaderClassInitialization(targetClass, function() {
    putBreakpoint(targetClass + '.setAdapter', function(args) {
        console.log('bp');
    });
});

from dwarf.

dengtongtongtong avatar dengtongtongtong commented on May 29, 2024

thx, I think what you say make sense. But still it cannot break. And even the breakpoint winidow does not show it when I start dwarf with
dwarf -t android com.example.king.testappsflyer -s debug.js
nothing on that window

image

from dwarf.

PinkiePieStyle avatar PinkiePieStyle commented on May 29, 2024

Test with 1.0.5

from dwarf.

PinkiePieStyle avatar PinkiePieStyle commented on May 29, 2024

1.0.6

from dwarf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.