ServenScorpion / VirtualApp

support android 12 应用分身、模拟设备、模拟wifi、虚拟多开、钉钉打卡、企微打卡、插件开发、XP插件、模拟用户操作、java hook、c++ hook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to change app name and package name?

dream811 opened this issue · comments

commented

I tried to modify VAConfig.gradle

    PACKAGE_NAME                = "com.carlos.multiapp"
    EXT_PACKAGE_NAME            = "com.carlos.multiapp.ext"

    VA_MAIN_PACKAGE_32BIT       = true
    VA_ACCESS_PERMISSION_NAME   = "com.carlos.multiapp.permission.SAFE_ACCESS"
    VA_AUTHORITY_PREFIX         = "com.carlos.multiapp"
    VA_EXT_AUTHORITY_PREFIX     = "com.carlos.multiapp"

But it doesn't work
Dear guys, please guide me.
Thanks.
PS: Is it possible to change plugin app name and package name too?

commented

作者大哥你好,我需要加入一些自己的hook,但是都被封装到lib-release.aar里边了。请问怎么才能获取源码来修改?

Modifying the configuration requires source code modification, which I do not currently have open source Dream @.> 于2023年7月6日周四 20:33写道:

I tried to modify VAConfig.gradle PACKAGE_NAME = "com.carlos.multiapp" EXT_PACKAGE_NAME = "com.carlos.multiapp.ext" VA_MAIN_PACKAGE_32BIT = true VA_ACCESS_PERMISSION_NAME = "com.carlos.multiapp.permission.SAFE_ACCESS" VA_AUTHORITY_PREFIX = "com.carlos.multiapp" VA_EXT_AUTHORITY_PREFIX = "com.carlos.multiapp" But it doesn't work Dear guys, please guide me. Thanks. PS: Is it possible to change plugin app name and package name too? — Reply to this email directly, view it on GitHub <#45>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATTYXRK2HBBFKIO2I3UUEWLXO2WAHANCNFSM6AAAAAA2ALYRTI . You are receiving this because you are subscribed to this thread.Message ID: @.
>

commented

hook需要修改AppComponentDelegate吧,这个类也是在aar包里的,没法修改呀。 我不知道您微信,麻烦加下我微信吧:capricorn5505

hook 你是可以自己添加的,aar 包你电报或者微信找我 Jason @.> 于2023年8月29日周二 18:23写道:

作者大哥你好,我需要加入一些自己的hook,但是都被封装到lib-release.aar里边了。请问怎么才能获取源码来修改? Modifying the configuration requires source code modification, which I do not currently have open source Dream @. > 于2023年7月6日周四 20:33写道: … <#m_-2814154760965370643_> I tried to modify VAConfig.gradle PACKAGE_NAME = "com.carlos.multiapp" EXT_PACKAGE_NAME = "com.carlos.multiapp.ext" VA_MAIN_PACKAGE_32BIT = true VA_ACCESS_PERMISSION_NAME = "com.carlos.multiapp.permission.SAFE_ACCESS" VA_AUTHORITY_PREFIX = "com.carlos.multiapp" VA_EXT_AUTHORITY_PREFIX = "com.carlos.multiapp" But it doesn't work Dear guys, please guide me. Thanks. PS: Is it possible to change plugin app name and package name too? — Reply to this email directly, view it on GitHub <#45 <#45>>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATTYXRK2HBBFKIO2I3UUEWLXO2WAHANCNFSM6AAAAAA2ALYRTI https://github.com/notifications/unsubscribe-auth/ATTYXRK2HBBFKIO2I3UUEWLXO2WAHANCNFSM6AAAAAA2ALYRTI . You are receiving this because you are subscribed to this thread.Message ID: @.> — Reply to this email directly, view it on GitHub <#45 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATTYXRPDAU5FT6UWPNII6WDXXW7KJANCNFSM6AAAAAA2ALYRTI . You are receiving this because you commented.Message ID: @.
>