]> git.saurik.com Git - ldid.git/history - ldid.hpp
Verify we do not overflow annoying 0x3000 padding.
[ldid.git] / ldid.hpp
2016-08-26  Jay Freeman (saurik)Drastic improvements to nested support (and Mac!).
2016-08-26  Jay Freeman (saurik)Chop bool Open() into void Open() and bool Look().
2016-08-26  Jay Freeman (saurik)Add support for signing symbolic links (sort of?).
2016-08-26  Jay Freeman (saurik)Store SHA256 as hash2 in files2 for CodeDirectory.
2016-08-26  Jay Freeman (saurik)Add -q and -Q to dump and sign "requirement data".
2016-07-29  Jay Freeman (saurik)Provide a way to maintain file permissions in IPA.
2016-07-29  Jay Freeman (saurik)Support renaming files under an ldid::UnionFolder.
2015-10-11  Jay Freeman (saurik)Technically, I should have these two header files.
2015-10-10  Jay Freeman (saurik)Port to Apple's pathetic third-world toolchain :/.
2015-10-10  Jay Freeman (saurik)Sort of support signing bundles with entitlements.
2015-10-10  Jay Freeman (saurik)UnionFolder (code for Impactor) should be in ldid.
2015-10-10  Jay Freeman (saurik)SubFolder should take a reference (not a pointer).
2015-09-28  Jay Freeman (saurik)Add ldid::Bundle to the header file, for Impactor.
2015-09-28  Jay Freeman (saurik)Avoid FTS (broken in glibc, not present on Win32).
2015-09-28  Jay Freeman (saurik)Finish implementating application bundle codesign.
2015-09-28  Jay Freeman (saurik)Slightly improve prototypes for Sign and Allocate.
2015-09-27  Jay Freeman (saurik)Move Functor implementation to header for the API.
2015-09-27  Jay Freeman (saurik)Rename resign to Sign and put into ldid namespace.