aboutsummaryrefslogtreecommitdiffstats
path: root/ldid.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't include fields for later directory versions.Jay Freeman (saurik)2018-09-161-4/+4
|
* Require user to store streambufs for UnionFolders.Jay Freeman (saurik)2017-12-271-5/+6
|
* Add support for alternate SHA256 code directories.Jay Freeman (saurik)2017-12-111-73/+152
|
* Report progress (in terms of percent and logging).Jay Freeman (saurik)2017-03-121-47/+75
|
* Avoid duplicate Find when remapped during iterate.Jay Freeman (saurik)2017-03-121-8/+8
|
* Make Folder::Find const, removing internal Save().Jay Freeman (saurik)2017-02-121-50/+46
|
* Support separate provisioning for bundled plugins.Jay Freeman (saurik)2017-02-061-5/+18
|
* Avoid blowing up the stack hashing large binaries.Jay Freeman (saurik)2017-01-061-7/+12
|
* Provide a simple to use implementation of ldid -e.Jay Freeman (saurik)2016-12-211-0/+28
|
* Simulated memory map doesn't tolerate limit Align.Jay Freeman (saurik)2016-10-131-1/+3
|
* If team ID is not specified, don't output its NUL.Jay Freeman (saurik)2016-09-031-1/+2
|
* Verify we do not overflow annoying 0x3000 padding.Jay Freeman (saurik)2016-09-031-3/+6
|
* Add guarantee that allocations shouldn't overflow.Jay Freeman (saurik)2016-08-271-0/+2
|
* Fix requirement allocation (covered by 0x3000 :/).Jay Freeman (saurik)2016-08-271-1/+1
|
* Only exclude nested files when bundles are nested.Jay Freeman (saurik)2016-08-261-4/+8
|
* Support iOS applications that embed WatchKit apps.Jay Freeman (saurik)2016-08-261-30/+26
|
* Drastic improvements to nested support (and Mac!).Jay Freeman (saurik)2016-08-251-38/+90
|
* Chop bool Open() into void Open() and bool Look().Jay Freeman (saurik)2016-08-251-18/+23
|
* Add support for signing symbolic links (sort of?).Jay Freeman (saurik)2016-08-251-29/+70
|
* DiskFolder still hasn't been tested #if __WIN32__.Jay Freeman (saurik)2016-08-251-1/+1
|
* Store SHA256 as hash2 in files2 for CodeDirectory.Jay Freeman (saurik)2016-08-251-20/+68
|
* Support signing DiskFolders with nested resources.Jay Freeman (saurik)2016-08-251-1/+3
|
* Add -q and -Q to dump and sign "requirement data".Jay Freeman (saurik)2016-08-251-12/+45
|
* Apparently, I never pushed this fix to ldid -s :/.Jay Freeman (saurik)2016-08-251-1/+1
|
* Remove an extraneous variable I did not ever need.Jay Freeman (saurik)2016-08-251-1/+0
|
* Detect "non-standard" Mach-O binaries to codesign.Jay Freeman (saurik)2016-07-301-11/+46
|
* Define local functions static to avoid collisions.Jay Freeman (saurik)2016-07-301-4/+4
|
* Provide a way to maintain file permissions in IPA.Jay Freeman (saurik)2016-07-291-26/+30
|
* Support renaming files under an ldid::UnionFolder.Jay Freeman (saurik)2016-07-291-12/+32
|
* Embed team identifier of certificate in signature.Jay Freeman (saurik)2016-07-281-3/+49
|
* Sign embedded dylibs (that are in top-level .app).Jay Freeman (saurik)2016-07-281-10/+19
|
* Our list of excluded files/folders was incomplete.Jay Freeman (saurik)2016-07-281-3/+5
|
* UnionFolder clobbered sub-paths in nested bundles.Jay Freeman (saurik)2016-07-271-6/+7
|
* If the binary has an embedded Info.plist, sign it.Jay Freeman (saurik)2015-11-131-9/+43
|
* Make the sha1 interface also work for std::vector.Jay Freeman (saurik)2015-11-131-3/+6
|
* Remove a number of now-ancient MachHeader helpers.Jay Freeman (saurik)2015-11-131-113/+2
|
* Allow -K argument to not specify a key (why not?).Jay Freeman (saurik)2015-11-131-1/+2
|
* Improve alignment (end-of-file and non-FAT files).Jay Freeman (saurik)2015-11-131-3/+43
|
* Add another hastily and poorly-thought-out #ifdef.Jay Freeman (saurik)2015-11-121-0/+10
|
* Add -u, which prints the current_version of UIKit.Jay Freeman (saurik)2015-10-181-0/+28
|
* Add hacky flags to turn off more complex features.Jay Freeman (saurik)2015-10-101-0/+27
|
* Add hacky flag to dis-require hash(), removing -T.Jay Freeman (saurik)2015-10-101-1/+19
|
* Use Apple's CommonCrypto for SHA-1 when __APPLE__.Jay Freeman (saurik)2015-10-101-14/+31
|
* Sort of support signing bundles with entitlements.Jay Freeman (saurik)2015-10-101-4/+4
|
* UnionFolder (code for Impactor) should be in ldid.Jay Freeman (saurik)2015-10-101-0/+35
|
* SubFolder should take a reference (not a pointer).Jay Freeman (saurik)2015-10-101-5/+5
|
* Avoid libplist++ (it's slow and slightly awkward).Jay Freeman (saurik)2015-09-281-44/+50
|
* Replace Windows stat::st_mode with dirent::d_type.Jay Freeman (saurik)2015-09-281-13/+29
|
* Windows doesn't use the mode parameter on mkdir().Jay Freeman (saurik)2015-09-281-0/+5
|
* Sadly, g++ doesn't let me cast empty initializers.Jay Freeman (saurik)2015-09-281-1/+2
|