README.md in headdesk-0.11.0 vs README.md in headdesk-0.11.1

- old
+ new

@@ -46,11 +46,11 @@ $ headdesk $ headdesk help [COMMAND] -Analyze an APK +### analyze -- Analyze an APK $ headdesk analyze [APK] This will unpack the APK to a temporary path, analyze and print to STDOUT the results in plaintext. @@ -58,18 +58,28 @@ $ headdesk analyze --path [path to unpacked APK] This will analyze an already unpacked APK. -Unpack an APK +### unpack -- Unpack an APK $ headdesk unpack APK [DESTINATION] This will unpack an APK to the specified DESTINATION, or to the current working directory. $ headdesk unpack APK [DESTINATION] --analyze This will unpack an APK to the specified DESTINATION, or to the current working directory, and then perform analysis. + +### blame -- Find Symbols Inside AAR/JAR Files + + $ headdesk blame SYMBOL [PATH] + +This will search for all JAR and AAR files in PATH for SYMBOL, and display matching packages and symbols. + +PATH defaults to the current directory. + +For JSON output pass `--json`. ## headdesk-lambda You can use `headdesk` easily from anywhere, without installing anything, using the hosted version. ### Usage