- 博客(10)
- 资源 (1)
- 收藏
- 关注
转载 Android apk签名算法解析
安卓 Apk签名是 Sun Jar 签名的一种特例。在安卓 Apk 签名时,除了META‐INF,其他每个文件都要先算 SHA1 Digest 放在META‐INF/Manifest.MF,然后用私钥加密 Manifest.MF 产出META‐INF/CERT.SF,证书等写入 META‐INF/CERT.RSA。具体可以参考安卓签名和分析。 从普通证书追朔到根证书,形成一个证书链。不过在安卓开发
2015-11-18 15:45:29
1036
原创 PendingIntent源码分析
一、 重要api和参数首先看下官方解释:A description of an Intent and target action to perform with it. Instances of this class are created with getActivity(Context, int, Intent, int), getActivities(Context, int
2015-07-16 17:10:05
963
转载 将Android源码中的公私钥对转换为keystore的方法
一、前言goolge为我们提供了4个标准的key,以签名测试程序:testkey -- a generic key for packages that do not otherwise specify a key.platform -- a test key for packages that are part of the core platform.shared --
2014-11-17 13:24:37
915
转载 从Process xxxx (pid xxx) has died分析
AppDeathRecipient cbinderDiedappDiedLocked
2014-11-06 10:29:04
8071
转载 解压还原ramdisk.img
一、解包Ramdisk.img1 查看文件格式: fileramdisk.imgramdisk.img: gzipcompressed data, from Unix可知ramdisk.img是一个压缩包,当然ramdisk.img的压缩不是必需的 2 解压ramdisk.img压缩包:gunzip -S .img ramdisk.img由于文件名不是.gz,所以要加-S,
2014-11-04 10:11:54
837
转载 Android4.4 PackageManagerService详细分析
一、systemserver中建立 installer 与 installd 的 socket 联接// Wait for installdto finished starting up so that it has a chance to// create criticaldirectories such as /data/user with the appropriate//
2014-05-13 16:33:42
1505
1
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人