xmwenfeng
xmwenfeng
Right:mov r8b, 0x1 》》》》wrong: mov al, 0x01 Right:mov r9b, 0x1 》》》》wrong: mov cl, 0x01 Wait a lot。。。。。 Right:fstsw ax 》》》》wrong:wait fstsw And so on, a series of things。。。。。。 Right:add rax,...
提交BUG
某些APK会出现这种错误 Exception in thread "main" java.util.zip.ZipException: only DEFLATED entries can have EXT descriptor at java.util.zip.ZipInputStream.readLOC(ZipInputStream.java:310) at java.util.zip.ZipInputStream.getNextEntry(ZipInputStream.java:122) at com.nmmedit.apkprotect.ApkProtect.zipExtractNeedCopy(ApkProtect.java:540) at com.nmmedit.apkprotect.ApkProtect.zipCopy(ApkProtect.java:565) at com.nmmedit.apkprotect.ApkProtect.run(ApkProtect.java:114) at com.nmmedit.protect.Main.main(Main.java:52)