summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Use || instead of |... not certain how that happnened.Jay Freeman (saurik)2012-12-011-1/+1
|
* Change license on ldid to AGPL3 (reflecting usage).Jay Freeman (saurik)2012-11-032-87/+75
|
* Add minimal as a git submodule for easier access.Jay Freeman (saurik)2012-11-032-0/+3
|
* Use the new -A cpu filter when using -r and -S.Jay Freeman (saurik)2012-09-061-2/+20
|
* Attept to autodetect support gcc architectures.Jay Freeman (saurik)2012-09-061-1/+8
|
* Add the cryptid= value to decryption report.Jay Freeman (saurik)2012-09-061-0/+1
|
* Add a build environment for iOS+Cydia packaging.Jay Freeman (saurik)2012-09-066-1/+39
|
* Provide -a and -A, used to dump and select archs.Jay Freeman (saurik)2012-09-061-0/+29
|
* Add -d and -D, used to dump and edit encryptions.Jay Freeman (saurik)2012-09-061-1/+42
|
* Add the -O flag I used to munge extracted dylibs.Jay Freeman (saurik)2012-09-061-1/+9
|
* Added a few _packed modifiers that were missing.Jay Freeman (saurik)2012-09-061-4/+4
|
* Fix a few compilation warnings: const, %z, unused.Jay Freeman (saurik)2012-09-061-5/+3
|
* Change software license from GPLv3 from Modified BSD.Jay Freeman (saurik)2012-07-042-31/+688
|
* Support ldid -r on fat, big-endian, and 64-bit.Jay Freeman (saurik)2011-10-221-19/+95
|
* Support read-only mmap when possible.Jay Freeman (saurik)2011-10-221-3/+3
|
* Add a -> operator to FatHeader for parity.Jay Freeman (saurik)2011-10-221-0/+4
|
* Add a ton more load command structs.Jay Freeman (saurik)2011-10-221-9/+98
|
* Add ldid -r: reverse ldid.Jay Freeman (saurik)2011-10-221-0/+58
|
* Support universal (fat) binaries.Jay Freeman (saurik)2011-05-191-253/+333
|
* Update copyright and description.Jay Freeman (saurik)2011-02-091-2/+2
|
* Have make.sh output what it is doing.Jay Freeman (saurik)2011-01-131-0/+2
|
* Support compilation on Mac OS X 10.4.Jay Freeman (saurik)2011-01-131-1/+9
|
* Fix swap on MH_DYLDLINK enforce.Jay Freeman (saurik)2011-01-131-1/+1
|
* Support running ldid on ppc.Jay Freeman (saurik)2010-11-082-3/+12
|
* Support ldid on PPC binaries.Jay Freeman (saurik)2010-11-051-9/+23
|
* Add a simple build environment.Jay Freeman (saurik)2010-11-052-0/+3
|
* Add support for i386 and x86_64 binaries.Jay Freeman (saurik)2010-11-051-7/+47
|
* Fix a stupid warning with printf().Jay Freeman (saurik)2010-11-051-1/+1
|
* Be a little more explicit about types for Cygwin.Jay Freeman (saurik)2009-08-131-16/+16
|
* Make ldid workaround the stupid inode issue.v1.0.610Jay Freeman (saurik)2009-05-201-0/+16
|
* Add MH_DYLDLINK before attempting codesign_allocate.Jay Freeman (saurik)2009-04-211-0/+4
|
* Checkpointing work on -n and -w before adding MH_DYLDLINK.Jay Freeman (saurik)2009-04-201-0/+156
|
* Added string.h for memset. (toelooper)Jay Freeman (saurik)2009-02-221-0/+1
|
* Added ldid -e.v1.0.476Jay Freeman (saurik)2008-09-151-2/+22
|
* Fixed a stupid bug in ldid that caused incorrect signatures occasionally.v1.0.371Jay Freeman (saurik)2008-07-221-2/+2
|
* Added usage to ldid.v1.0.363Jay Freeman (saurik)2008-07-201-1/+7
|
* Added codehash update-only and entitlement hashing.Jay Freeman (saurik)2008-07-181-7/+55
|
* Switched to minimal's strndup.Jay Freeman (saurik)2008-07-061-1/+2
|
* Added support for entitlement XML files.Jay Freeman (saurik)2008-07-061-24/+60
|
* Added .ar and .elc determinism.Jay Freeman (saurik)2008-06-161-0/+29
|
* Added a #define for a DYLIB_STUB, not that I need to use it, apparently.Jay Freeman (saurik)2008-06-161-3/+4
|
* Maintain permissions during codehashing.Jay Freeman (saurik)2008-06-141-0/+7
|
* Added requirement slots and armv6 support to ldid/codesign.Jay Freeman (saurik)2008-06-141-7/+41
|
* Forgot to add this file many blue moons ago.Jay Freeman (saurik)2008-06-141-0/+416
|
* Replaced codesign with ldid -S.Jay Freeman (saurik)2008-06-133-26/+670
|
* Drastic, sweeping modifications to support iPhone 1.2.0/2.0.Jay Freeman (saurik)2008-04-061-0/+297
|
* Revision numbers on packages now being bumped, moved files around in Apple ↵Jay Freeman (saurik)2008-01-040-0/+0
packages to the correct folders (adjusting for conflicts), added numerous Java packages, and fixed dependencies on findutils, coreutils, inetutils, and gnupg.