File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,16 @@ class ConsoleIO {
3333 appdecrypt is a tool to make decrypt application encrypted binaries on macOS when SIP-enabled.
3434
3535 Examples:
36- appdecrypt /Applicaiton/Test.app/Wrapper/Test.app/Test /Users/admin/Desktop/Test
36+ mac:
37+ appdecrypt /Applicaiton/Test.app /Users/admin/Desktop/Test.app
38+ iPhone:
39+ appdecrypt /var/containers/Bundle/Application/XXXXXX /tmp
3740
3841 USAGE: appdecrypt encryptMachO_Path decryptMachO_Path
3942
4043 ARGUMENTS:
41- <encryptMachO_Path > The encrypt machO file path.
42- <decryptMachO_Path > The path output decrypt machO file.
44+ <encryptApp_Path > The encrypt app file path.
45+ <decrypt_Path > The path output file.
4346
4447 OPTIONS:
4548 -h, --help Show help information.
You can’t perform that action at this time.
0 commit comments