2016-12-22 |
Jay Freeman (saurik) | Provide a simple to use implementation of ldid -e. |
blob | commitdiff | raw |
2016-10-13 |
Jay Freeman (saurik) | Simulated memory map doesn't tolerate limit Align. |
blob | commitdiff | raw | diff to current |
2016-09-04 |
Jay Freeman (saurik) | If team ID is not specified, don't output its NUL. |
blob | commitdiff | raw | diff to current |
2016-09-04 |
Jay Freeman (saurik) | Verify we do not overflow annoying 0x3000 padding. |
blob | commitdiff | raw | diff to current |
2016-08-27 |
Jay Freeman (saurik) | Add guarantee that allocations shouldn't overflow. |
blob | commitdiff | raw | diff to current |
2016-08-27 |
Jay Freeman (saurik) | Fix requirement allocation (covered by 0x3000 :/). |
blob | commitdiff | raw | diff to current |
2016-08-26 |
Jay Freeman (saurik) | Only exclude nested files when bundles are nested. |
blob | commitdiff | raw | diff to current |
2016-08-26 |
Jay Freeman (saurik) | Support iOS applications that embed WatchKit apps. |
blob | commitdiff | raw | diff to current |
2016-08-26 |
Jay Freeman (saurik) | Drastic improvements to nested support (and Mac!). |
blob | commitdiff | raw | diff to current |
2016-08-26 |
Jay Freeman (saurik) | Chop bool Open() into void Open() and bool Look(). |
blob | commitdiff | raw | diff to current |
2016-08-26 |
Jay Freeman (saurik) | Add support for signing symbolic links (sort of?). |
blob | commitdiff | raw | diff to current |
2016-08-26 |
Jay Freeman (saurik) | DiskFolder still hasn't been tested #if __WIN32__. |
blob | commitdiff | raw | diff to current |
2016-08-26 |
Jay Freeman (saurik) | Store SHA256 as hash2 in files2 for CodeDirectory. |
blob | commitdiff | raw | diff to current |
2016-08-26 |
Jay Freeman (saurik) | Support signing DiskFolders with nested resources. |
blob | commitdiff | raw | diff to current |
2016-08-26 |
Jay Freeman (saurik) | Add -q and -Q to dump and sign "requirement data". |
blob | commitdiff | raw | diff to current |
2016-08-26 |
Jay Freeman (saurik) | Apparently, I never pushed this fix to ldid -s :/. |
blob | commitdiff | raw | diff to current |
2016-08-26 |
Jay Freeman (saurik) | Remove an extraneous variable I did not ever need. |
blob | commitdiff | raw | diff to current |
2016-07-31 |
Jay Freeman (saurik) | Detect "non-standard" Mach-O binaries to codesign. |
blob | commitdiff | raw | diff to current |
2016-07-31 |
Jay Freeman (saurik) | Define local functions static to avoid collisions. |
blob | commitdiff | raw | diff to current |
2016-07-29 |
Jay Freeman (saurik) | Provide a way to maintain file permissions in IPA. |
blob | commitdiff | raw | diff to current |
2016-07-29 |
Jay Freeman (saurik) | Support renaming files under an ldid::UnionFolder. |
blob | commitdiff | raw | diff to current |
2016-07-29 |
Jay Freeman (saurik) | Embed team identifier of certificate in signature. |
blob | commitdiff | raw | diff to current |
2016-07-29 |
Jay Freeman (saurik) | Sign embedded dylibs (that are in top-level .app). |
blob | commitdiff | raw | diff to current |
2016-07-28 |
Jay Freeman (saurik) | Our list of excluded files/folders was incomplete. |
blob | commitdiff | raw | diff to current |
2016-07-28 |
Jay Freeman (saurik) | UnionFolder clobbered sub-paths in nested bundles. |
blob | commitdiff | raw | diff to current |
2015-11-13 |
Jay Freeman (saurik) | If the binary has an embedded Info.plist, sign it. |
blob | commitdiff | raw | diff to current |
2015-11-13 |
Jay Freeman (saurik) | Make the sha1 interface also work for std::vector. |
blob | commitdiff | raw | diff to current |
2015-11-13 |
Jay Freeman (saurik) | Remove a number of now-ancient MachHeader helpers. |
blob | commitdiff | raw | diff to current |
2015-11-13 |
Jay Freeman (saurik) | Allow -K argument to not specify a key (why not?). |
blob | commitdiff | raw | diff to current |
2015-11-13 |
Jay Freeman (saurik) | Improve alignment (end-of-file and non-FAT files). |
blob | commitdiff | raw | diff to current |
2015-11-12 |
Jay Freeman (saurik) | Add another hastily and poorly-thought-out #ifdef. |
blob | commitdiff | raw | diff to current |
2015-10-18 |
Jay Freeman (saurik) | Add -u, which prints the current_version of UIKit. |
blob | commitdiff | raw | diff to current |
2015-10-11 |
Jay Freeman (saurik) | Add hacky flags to turn off more complex features. |
blob | commitdiff | raw | diff to current |
2015-10-11 |
Jay Freeman (saurik) | Add hacky flag to dis-require hash(), removing -T. |
blob | commitdiff | raw | diff to current |
2015-10-10 |
Jay Freeman (saurik) | Use Apple's CommonCrypto for SHA-1 when __APPLE__. |
blob | commitdiff | raw | diff to current |
2015-10-10 |
Jay Freeman (saurik) | Sort of support signing bundles with entitlements. |
blob | commitdiff | raw | diff to current |
2015-10-10 |
Jay Freeman (saurik) | UnionFolder (code for Impactor) should be in ldid. |
blob | commitdiff | raw | diff to current |
2015-10-10 |
Jay Freeman (saurik) | SubFolder should take a reference (not a pointer). |
blob | commitdiff | raw | diff to current |
2015-09-28 |
Jay Freeman (saurik) | Avoid libplist++ (it's slow and slightly awkward). |
blob | commitdiff | raw | diff to current |
2015-09-28 |
Jay Freeman (saurik) | Replace Windows stat::st_mode with dirent::d_type. |
blob | commitdiff | raw | diff to current |
2015-09-28 |
Jay Freeman (saurik) | Windows doesn't use the mode parameter on mkdir(). |
blob | commitdiff | raw | diff to current |
2015-09-28 |
Jay Freeman (saurik) | Sadly, g++ doesn't let me cast empty initializers. |
blob | commitdiff | raw | diff to current |
2015-09-28 |
Jay Freeman (saurik) | Avoid dirent::d_namlen (not there on Linux glibc). |
blob | commitdiff | raw | diff to current |
2015-09-28 |
Jay Freeman (saurik) | Get access to std::auto_ptr by including <memory>. |
blob | commitdiff | raw | diff to current |
2015-09-28 |
Jay Freeman (saurik) | Avoid FTS (broken in glibc, not present on Win32). |
blob | commitdiff | raw | diff to current |
2015-09-28 |
Jay Freeman (saurik) | Finish implementating application bundle codesign. |
blob | commitdiff | raw | diff to current |
2015-09-28 |
Jay Freeman (saurik) | Link libplist and switch to their C++ wrapper API. |
blob | commitdiff | raw | diff to current |
2015-09-28 |
Jay Freeman (saurik) | Use std::string more often, and factor out Commit. |
blob | commitdiff | raw | diff to current |
2015-09-28 |
Jay Freeman (saurik) | Slightly improve prototypes for Sign and Allocate. |
blob | commitdiff | raw | diff to current |
2015-09-28 |
Jay Freeman (saurik) | Standardize _syscall as exactly one function call. |
blob | commitdiff | raw | diff to current |
2015-09-28 |
Jay Freeman (saurik) | Allow more useful error messages in _assert macro. |
blob | commitdiff | raw | diff to current |
2015-09-27 |
Jay Freeman (saurik) | Move Functor implementation to header for the API. |
blob | commitdiff | raw | diff to current |
2015-09-27 |
Jay Freeman (saurik) | Rename resign to Sign and put into ldid namespace. |
blob | commitdiff | raw | diff to current |
2015-09-27 |
Jay Freeman (saurik) | Simplify implementation of temporary reallocation. |
blob | commitdiff | raw | diff to current |
2015-09-27 |
Jay Freeman (saurik) | Push few filename variables into the deeper scope. |
blob | commitdiff | raw | diff to current |
2015-09-21 |
Jay Freeman (saurik) | Indirect support for .app signing via new -E flag. |
blob | commitdiff | raw | diff to current |
2015-09-21 |
Jay Freeman (saurik) | Remove unused constructor in already-long Functor. |
blob | commitdiff | raw | diff to current |
2015-09-21 |
Jay Freeman (saurik) | Correct incompatible flag checks (support for -s). |
blob | commitdiff | raw | diff to current |
2015-09-21 |
Jay Freeman (saurik) | Be more consistent in how size constants are used. |
blob | commitdiff | raw | diff to current |
2015-09-21 |
Jay Freeman (saurik) | Apply static to most (if not all) local functions. |
blob | commitdiff | raw | diff to current |
2015-09-21 |
Jay Freeman (saurik) | Use PKCS12 files to compile a real code signature. |
blob | commitdiff | raw | diff to current |
2015-09-21 |
Jay Freeman (saurik) | Generally prefer data.empty() to data.size() == 0. |
blob | commitdiff | raw | diff to current |
2015-09-21 |
Jay Freeman (saurik) | Reimplement requirements using newer abstractions. |
blob | commitdiff | raw | diff to current |
2015-09-21 |
Jay Freeman (saurik) | Move repetitive Blob magic/length logic to insert. |
blob | commitdiff | raw | diff to current |
2015-09-21 |
Jay Freeman (saurik) | Abstract SuperBlob helper to support requirements. |
blob | commitdiff | raw | diff to current |
2015-09-21 |
Jay Freeman (saurik) | Port ldid to build inside of Impactor for Windows. |
blob | commitdiff | raw | diff to current |
2015-09-21 |
Jay Freeman (saurik) | Use an std::string to store the name being signed. |
blob | commitdiff | raw | diff to current |
2015-09-21 |
Jay Freeman (saurik) | Complete padding of final fat code directory blob. |
blob | commitdiff | raw | diff to current |
2015-09-21 |
Jay Freeman (saurik) | Avoid special case for removal of code signatures. |
blob | commitdiff | raw | diff to current |
2015-09-21 |
Jay Freeman (saurik) | Update copyright year. (Wow, ldid is very old ;P.) |
blob | commitdiff | raw | diff to current |
2015-09-21 |
Jay Freeman (saurik) | Drop dependency on minimal as we port to Impactor. |
blob | commitdiff | raw | diff to current |
2015-09-21 |
Jay Freeman (saurik) | Internally stream signed output to std::streambuf. |
blob | commitdiff | raw | diff to current |
2015-09-20 |
Jay Freeman (saurik) | Extract reallocation/signature to helper function. |
blob | commitdiff | raw | diff to current |
2015-08-25 |
Jay Freeman (saurik) | Support LC_ENCRYPTION_INFO_64, for 64-bit decrypt. |
blob | commitdiff | raw | diff to current |
2015-08-25 |
Jay Freeman (saurik) | Merge -r into -S and remove all non-obvious flags. |
blob | commitdiff | raw | diff to current |
2015-08-25 |
Jay Freeman (saurik) | Avoid using minimal/mapping.h (use internal mmap). |
blob | commitdiff | raw | diff to current |
2015-08-24 |
Jay Freeman (saurik) | Avoid using minimal/string.h (prefer std::string). |
blob | commitdiff | raw | diff to current |
2015-08-23 |
Jay Freeman (saurik) | Use OpenSSL to implement SHA1 instead of our copy. |
blob | commitdiff | raw | diff to current |
2015-08-21 |
Jay Freeman (saurik) | Avoid sharing linkedit_data_commands in FAT files. |
blob | commitdiff | raw | diff to current |
2015-08-21 |
Jay Freeman (saurik) | Separate lookup of LC_ENCRYPTION_INFO from usages. |
blob | commitdiff | raw | diff to current |
2015-08-21 |
Jay Freeman (saurik) | Add libplist (and libcnary) so to sign Info.plist. |
blob | commitdiff | raw | diff to current |
2015-06-29 |
Jay Freeman (saurik) | Maintain fat_arch.align when allocating fat files. v1.2.1 |
blob | commitdiff | raw | diff to current |
2015-06-27 |
Jay Freeman (saurik) | Align size of a final embedded Mach-O to 16 bytes. v1.2.0 |
blob | commitdiff | raw | diff to current |
2015-06-27 |
Jay Freeman (saurik) | Align __LINKEDIT segment vmsize to match filesize. |
blob | commitdiff | raw | diff to current |
2015-06-27 |
Jay Freeman (saurik) | Use _syscall to verify that -S's truncate worked. |
blob | commitdiff | raw | diff to current |
2015-06-26 |
Jay Freeman (saurik) | Remove some thankfully now-obsolete UNIX includes. |
blob | commitdiff | raw | diff to current |
2015-06-26 |
Jay Freeman (saurik) | Avoid Depends: on odcctools for codesign_allocate. |
blob | commitdiff | raw | diff to current |
2015-06-26 |
Jay Freeman (saurik) | Commit old logic to force codesign's install_name. |
blob | commitdiff | raw | diff to current |
2013-12-31 |
Jay Freeman (saurik) | Very minor (critical) changes to the build script. v1.1.2 |
blob | commitdiff | raw | diff to current |
2013-09-03 |
Jay Freeman (saurik) | Add special cases to support old codesign_allocate. v1.1.0 |
blob | commitdiff | raw | diff to current |
2012-12-01 |
Jay Freeman (saurik) | Add MH_OBJECT and BIND_* definitions for later use. |
blob | commitdiff | raw | diff to current |
2012-12-01 |
Jay Freeman (saurik) | Use || instead of |... not certain how that happnened. |
blob | commitdiff | raw | diff to current |
2012-11-04 |
Jay Freeman (saurik) | Change license on ldid to AGPL3 (reflecting usage). |
blob | commitdiff | raw | diff to current |
2012-09-07 |
Jay Freeman (saurik) | Use the new -A cpu filter when using -r and -S. |
blob | commitdiff | raw | diff to current |
2012-09-07 |
Jay Freeman (saurik) | Add the cryptid= value to decryption report. |
blob | commitdiff | raw | diff to current |
2012-09-06 |
Jay Freeman (saurik) | Provide -a and -A, used to dump and select archs. |
blob | commitdiff | raw | diff to current |
2012-09-06 |
Jay Freeman (saurik) | Add -d and -D, used to dump and edit encryptions. |
blob | commitdiff | raw | diff to current |
2012-09-06 |
Jay Freeman (saurik) | Add the -O flag I used to munge extracted dylibs. |
blob | commitdiff | raw | diff to current |
2012-09-06 |
Jay Freeman (saurik) | Added a few _packed modifiers that were missing. |
blob | commitdiff | raw | diff to current |
2012-09-06 |
Jay Freeman (saurik) | Fix a few compilation warnings: const, %z, unused. |
blob | commitdiff | raw | diff to current |
next |