Coder Social home page Coder Social logo

Comments (6)

zhy1905 avatar zhy1905 commented on July 17, 2024

@jimor1234567

from zeusplugin.

jimor1234567 avatar jimor1234567 commented on July 17, 2024

这个框架被掌阅iReader上亿用户验证过兼容性,几乎可以不做修改线上部署。

from zeusplugin.

zhy1905 avatar zhy1905 commented on July 17, 2024

单独编译宿主与插件,怎么处理混淆? 保留宿主的mapping文件,然后插件使用这份mapping文件做混淆?@jimor1234567

from zeusplugin.

zhy1905 avatar zhy1905 commented on July 17, 2024

@jimor1234567 主要解决各插件使用宿主公共库问题

from zeusplugin.

jimor1234567 avatar jimor1234567 commented on July 17, 2024

建议对被插件使用的宿主类、方法、成员变量等不进行混淆。其关系正如android系统和APK的关系,被APK使用的android系统的类是不能更改的。可以建立一个类似android.jar的宿主sdk,里面包含了插件可能会用到的各种类和方法。我们一般实践的做法是被插件使用的类、方法和成员添加到不混淆名单。

from zeusplugin.

zhy1905 avatar zhy1905 commented on July 17, 2024

@jimor1234567 好的 ,谢谢

from zeusplugin.

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.