-
Notifications
You must be signed in to change notification settings - Fork 201
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
大佬,请问dpt的jar包,打包是用的java什么版本,打包后的jar包会有报错,报错如下 #1
Comments
这个项目打包用的Java8。不过感觉和Java版本没关系,仓库里打好的包能用吗? |
打包好的项目可以用,ac版本就会出问题,然后win下release的很稳,其实我是打算用来ctf比赛出题的,所以想把包名抹了,然后加自己的东西,怕被选手搜到这个项目哈哈哈,大佬微信有联系方式吗,我跟您详聊下 |
Closed
Closed
ghost
mentioned this issue
Sep 10, 2024
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
DexCode offset = 12
DexCode offset = 14
fileOffset = 10686
insns item count:0,method count : 0
insns item count:24,method count : 24
java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Integer
at pxb.android.axml.AxmlWriter$NodeImpl.write(AxmlWriter.java:240)
at pxb.android.axml.AxmlWriter$NodeImpl.write(AxmlWriter.java:256)
at pxb.android.axml.AxmlWriter.toByteArray(AxmlWriter.java:390)
at com.wind.meditor.core.ManifestEditor.processManifest(ManifestEditor.java:74)
at com.wind.meditor.core.FileProcesser.processManifestFile(FileProcesser.java:83)
at com.luoye.dpt.util.ApkUtils.setExtractNativeLibs(ApkUtils.java:134)
at com.luoye.dpt.Dpt.processApk(Dpt.java:37)
at com.luoye.dpt.Dpt.main(Dpt.java:16)
The text was updated successfully, but these errors were encountered: