From cdd9c0fdae31bc0f7b12884cce015b79e817367d Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Wed, 21 Dec 2016 16:44:35 -0800 Subject: Provide a simple to use implementation of ldid -e. --- ldid.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'ldid.hpp') diff --git a/ldid.hpp b/ldid.hpp index b603bbd..fbacc86 100644 --- a/ldid.hpp +++ b/ldid.hpp @@ -152,6 +152,7 @@ Bundle Sign(const std::string &root, Folder &folder, const std::string &key, con typedef std::map> Slots; +std::string Analyze(const void *data, size_t size); std::vector Sign(const void *idata, size_t isize, std::streambuf &output, const std::string &identifier, const std::string &entitlements, const std::string &requirement, const std::string &key, const Slots &slots); } -- cgit v1.2.3-56-ge451