Skip to content

Commit

Permalink
Update ConsoleIO.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
paradiseduo authored Aug 12, 2021
1 parent 88e64f6 commit 491c8d6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Sources/appdecrypt/ConsoleIO.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,16 @@ class ConsoleIO {
appdecrypt is a tool to make decrypt application encrypted binaries on macOS when SIP-enabled.
Examples:
appdecrypt /Applicaiton/Test.app/Wrapper/Test.app/Test /Users/admin/Desktop/Test
mac:
appdecrypt /Applicaiton/Test.app /Users/admin/Desktop/Test.app
iPhone:
appdecrypt /var/containers/Bundle/Application/XXXXXX /tmp
USAGE: appdecrypt encryptMachO_Path decryptMachO_Path
ARGUMENTS:
<encryptMachO_Path> The encrypt machO file path.
<decryptMachO_Path> The path output decrypt machO file.
<encryptApp_Path> The encrypt app file path.
<decrypt_Path> The path output file.
OPTIONS:
-h, --help Show help information.
Expand Down

0 comments on commit 491c8d6

Please sign in to comment.