summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Move repetitive Blob magic/length logic to insert.Jay Freeman (saurik)2015-09-201-24/+12
* Abstract SuperBlob helper to support requirements.Jay Freeman (saurik)2015-09-201-28/+38
* Port ldid to build inside of Impactor for Windows.Jay Freeman (saurik)2015-09-201-13/+13
* Use an std::string to store the name being signed.Jay Freeman (saurik)2015-09-201-5/+5
* Complete padding of final fat code directory blob.Jay Freeman (saurik)2015-09-201-3/+4
* Avoid special case for removal of code signatures.Jay Freeman (saurik)2015-09-201-122/+182
* Update copyright year. (Wow, ldid is very old ;P.)Jay Freeman (saurik)2015-09-201-1/+1
* Drop dependency on minimal as we port to Impactor.Jay Freeman (saurik)2015-09-203-5/+52
* Internally stream signed output to std::streambuf.Jay Freeman (saurik)2015-09-201-191/+280
* Extract reallocation/signature to helper function.Jay Freeman (saurik)2015-09-191-257/+259
* Support LC_ENCRYPTION_INFO_64, for 64-bit decrypt.Jay Freeman (saurik)2015-08-251-1/+2
* Merge -r into -S and remove all non-obvious flags.Jay Freeman (saurik)2015-08-251-216/+88
* Avoid using minimal/mapping.h (use internal mmap).Jay Freeman (saurik)2015-08-241-14/+95
* The Archive Identity Editor is a separate project.Jay Freeman (saurik)2015-08-241-30/+0
* Avoid using minimal/string.h (prefer std::string).Jay Freeman (saurik)2015-08-241-9/+6
* Use OpenSSL to implement SHA1 instead of our copy.Jay Freeman (saurik)2015-08-234-399/+8
* Avoid sharing linkedit_data_commands in FAT files.Jay Freeman (saurik)2015-08-211-1/+1
* Separate lookup of LC_ENCRYPTION_INFO from usages.Jay Freeman (saurik)2015-08-211-10/+16
* Add libplist (and libcnary) so to sign Info.plist.Jay Freeman (saurik)2015-08-217-20/+60
* Maintain fat_arch.align when allocating fat files.v1.2.1Jay Freeman (saurik)2015-06-291-5/+10
* Align size of a final embedded Mach-O to 16 bytes.v1.2.0Jay Freeman (saurik)2015-06-261-0/+1
* Align __LINKEDIT segment vmsize to match filesize.Jay Freeman (saurik)2015-06-261-4/+11
* Older versions of Apple's compiler give me errors.Jay Freeman (saurik)2015-06-261-0/+2
* Use _syscall to verify that -S's truncate worked.Jay Freeman (saurik)2015-06-261-1/+1
* Apple's newer LLVM backends generate garbage code.Jay Freeman (saurik)2015-06-261-0/+1
* Remove some thankfully now-obsolete UNIX includes.Jay Freeman (saurik)2015-06-261-4/+0
* Avoid Depends: on odcctools for codesign_allocate.Jay Freeman (saurik)2015-06-265-95/+135
* Commit old logic to force codesign's install_name.Jay Freeman (saurik)2015-06-261-3/+11
* Fix compile using newer Xcode SDK or gcc on Linux.Jay Freeman (saurik)2015-02-081-11/+9
* Very minor (critical) changes to the build script.v1.1.2Jay Freeman (saurik)2013-12-313-2/+4
* Fix a typo mistake copying Telesphoreo description.v1.1.1Jay Freeman (saurik)2013-09-051-1/+1
* Add special cases to support old codesign_allocate.v1.1.0Jay Freeman (saurik)2013-09-021-5/+29
* The iOS package script installed ldid as ldid.arm.Jay Freeman (saurik)2013-09-021-1/+1
* Add MH_OBJECT and BIND_* definitions for later use.Jay Freeman (saurik)2012-12-011-0/+17
* 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