Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SignInfo没有具体实现 #58

Open
firmianay opened this issue Nov 7, 2023 · 2 comments
Open

SignInfo没有具体实现 #58

firmianay opened this issue Nov 7, 2023 · 2 comments

Comments

@firmianay
Copy link
Contributor

师傅,这个是没写还是开源删掉了,有没有建议的实现方式?

@Serializable
data class BasicInfo(
    var AppInfo: AppInfo? = null,
    var ComponentsInfo: MutableMap<String, MutableMap<String, ComponentDescription>>? = null,
    var PermissionInfo: MutableList<String>? = null,
    var SignInfo: SignInfo? = null,
    var JSNativeInterface: List<String>? = null
)

@Serializable
data class SignInfo(
    @SerialName("Is signed v1") var isSignedV1: Boolean,
    @SerialName("Is signed v2") var isSignedV2: Boolean,
    @SerialName("Is signed v3") var isSignedV3: Boolean,
    var certs: MutableList<Cert>,
    var pkeys: MutableList<String>
)
@nkbai
Copy link
Collaborator

nkbai commented Nov 8, 2023

这些主要是通过Manifest获取的,有一部分没有开源。

@firmianay
Copy link
Contributor Author

SignInfo不在Manifest里吧,是调shell脚本用apksigner实现的吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants