Code Monkey home page Code Monkey logo

Comments (2)

shifujun avatar shifujun commented on May 23, 2024 1

这要看第三方apk是如何加载的。

如果是说拿一个应用市场上下载的、可以正常安装的apk作为“第三方apk”,那么不可以直接加载。必须是Shadow编译出来的。Shadow会在编译时插入Transform过程,修改应用的字节码,插入Shadow中间层。

如果是说通过另外一个其他的插件框架加载它原本可以支持的apk,那还是有可能支持的。我没有尝试过。但是可以这样理解,Shadow只是将宿主的一部分代码动态化了,插件代码相当于宿主代码的一部分。所以其他插件框架接入宿主还是接入Shadow插件中,其实是没区别的。

from shadow.

GaoZhenGit avatar GaoZhenGit commented on May 23, 2024

哈哈,能直接加载第三方apk的话,估计就只有vitrual apk了

from shadow.

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.