GithubHelp home page GithubHelp logo

Comments (4)

oleavr avatar oleavr commented on August 26, 2024

Let's keep tracking this at frida/frida-java-bridge#7.

from frida-node.

enovella avatar enovella commented on August 26, 2024

Getting something very similar with latest Frida & r2frida (all in latest versions v12.2.12)

Unhandled message: {"type":"error","description":"Error: access violation accessing 0x0","stack":"Error: access violation accessing 0x0\n    at input:1\n    at frida/node_modules/frida-java/index.js:339\n    at input:1","fileName":"input","lineNumber":1,"columnNumber":1}

Any regression or something? It is only happens in the newer version of the app I'm working with. With the previous everything works fine.

from frida-node.

enovella avatar enovella commented on August 26, 2024

If I clear the cache and data of the app before starting the app, the error doesn't show up anymore. But this need to be done everytime before running Frida/r2frida.

from frida-node.

oleavr avatar oleavr commented on August 26, 2024

Interesting. The only recent change is that we hook one additional method when Java.perform() is called early in the process lifetime. However, I have heard of such crashes happening randomly in other cases, so my gut feeling is that the recent change just amplified an existing bug. Now we just have to find it. ;-) At least it's gotten more reproducible.

Did you try running the code on our V8-based runtime just for kicks? If you want to try this on r2frida you can add frida_session_enable_jit_sync (session, NULL); before the first script is created.

from frida-node.

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.