summaryrefslogtreecommitdiffstats
path: root/ldid.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Correct incompatible flag checks (support for -s).Jay Freeman (saurik)2015-09-211-2/+15
* Be more consistent in how size constants are used.Jay Freeman (saurik)2015-09-211-14/+14
* Apply static to most (if not all) local functions.Jay Freeman (saurik)2015-09-211-16/+16
* Use PKCS12 files to compile a real code signature.Jay Freeman (saurik)2015-09-211-2/+149
* Generally prefer data.empty() to data.size() == 0.Jay Freeman (saurik)2015-09-211-2/+2
* Reimplement requirements using newer abstractions.Jay Freeman (saurik)2015-09-211-4/+8
* 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-201-2/+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
* 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-231-8/+3
* 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-211-0/+2
* 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
* Use _syscall to verify that -S's truncate worked.Jay Freeman (saurik)2015-06-261-1/+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-261-92/+128
* Commit old logic to force codesign's install_name.Jay Freeman (saurik)2015-06-261-3/+11
* Very minor (critical) changes to the build script.v1.1.2Jay Freeman (saurik)2013-12-311-0/+2
* Add special cases to support old codesign_allocate.v1.1.0Jay Freeman (saurik)2013-09-021-5/+29
* 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-031-7/+8
* Use the new -A cpu filter when using -r and -S.Jay Freeman (saurik)2012-09-061-2/+20
* Add the cryptid= value to decryption report.Jay Freeman (saurik)2012-09-061-0/+1
* 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-041-31/+14
* 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