Skip to content

Commit 491c8d6

Browse files
authored
Update ConsoleIO.swift
1 parent 88e64f6 commit 491c8d6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Sources/appdecrypt/ConsoleIO.swift

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)