armv7 mac 下 使用ldid簽名&再簽名

iPhone 首次簽名方法ldid -S helloiPhone 再簽名方法ldid -s helloMac OS X 首次簽名方法

export
CODESIGN_ALLOCATE=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/codesign_allocate;
ldid -S helloMac OS X
再簽名方法
export
CODESIGN_ALLOCATE=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/codesign_allocate;
ldid -s helloldid
編譯及安裝方法 (Mac OS X Intel)
curl -O http://svn.telesphoreo.org/trunk/data/ldid/ldid-1.0.476.tgz
tar
-zxf ldid-1.0.476.tgz
cd ldid-1.0.476
g++ -I . -o util/ldid{,.cpp} -x c
util/{lookup2,sha1}.c
sudo cp -a util/ldid /usr/bin
ldid 編譯及安裝方法 (Mac OS X
PPC)
curl -O http://svn.telesphoreo.org/trunk/data/ldid/ldid-1.0.476.tgz
tar
-zxf ldid-1.0.476.tgz
wget -qO- http://fink.cvs.sourceforge.net/viewvc/*checkout*/fink/dists/10.4/unstable/crypto/finkinfo/ldid.patch?revision=1.1 | patch -p0 cd ldid-1.0.476 g++ -I . -o util/ldid{,.cpp} -x c util/{lookup2,sha1}.c sudo cp -a util/ldid /usr/bin
相關文章
相關標籤/搜索