dumpdecrypted icon indicating copy to clipboard operation
dumpdecrypted copied to clipboard

Dumps decrypted mach-o files from encrypted iPhone applications from memory to disk. This tool is necessary for security researchers to be able to look under the hood of encryption.

Results 21 dumpdecrypted issues
Sort by recently updated
recently updated
newest added

Hello, I would like to know is this compatible with iOS 11.2.6? I was working on a security research task with my colleague, it's about trying to decrypted a testing...

Discussed previously here: https://www.reddit.com/r/jailbreakdevelopers/comments/3qvcl9/dump_encrypted_appstore_app_to_be_able_to/

Killed: 9 issue on ios 12.1.1 on iphone 6+ Steps To Reproduce: 1. copy to /usr/lib/. # cp dumpdecrypted.dylib into /usr/lib Make sure it has appropriate permissions so that user...

new frida dump tool, no environment is required,support(win,macos,linux) fd bagbak 通讯录 https://github.com/a97077088/fd

I do modify the Makefile based on my iPhone SDK. Compiling with make was perfect. But, while executing the dumpdecrypted.dylib I get the following error. dyld: warning: could not load...

iPhone:~ root# DYLD_INSERT_LIBRARIES=dumpdecrypted.dylib /var/mobile/Containers/Bundle/Application/BAEEB385-FB00-4C99-81CF-F64F7D4B124A/LTao4iPhone.app/LTao4iPhone dyld: Symbol not found: ___chkstk_darwin Referenced from: dumpdecrypted.dylib Expected in: /usr/lib/libSystem.B.dylib in dumpdecrypted.dylib Trace/BPT trap: 5 iPhone5s, iOS8.4, macOS Catalina 10.15, xcode11.1 how to solve the...

dyld: Library not loaded: @rpath/QNBAutomatic.framework/QNBAutomatic Referenced from: /var/mobile/Containers/Bundle/Application/518463AE-6083-4D1E-9F98-2E10C11CBE95/live4iphone.app/live4iphone Reason: image not found Trace/BPT trap: 5

My iPhone is iPhone5 (ios 8.1).The CPU used ARMV7. How i decrypted the X64 Mach-o?

Hi! Trying to use your great utility on iOS 9 and getting this message: ``` dyld: could not load inserted library '/var/mobile/Media/dumpdecrypted.dylib' because no suitable image found. Did find: /var/mobile/Media/dumpdecrypted.dylib:...

Is this compatible with ios 10? Don't want to accidentally brick my device or anything... Thanks :)