You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/resources/strings/strings.properties
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ decode_usage=d [Options, flags]
51
51
dump_dex_markers=Dumps dex markers (applies only when smali mode).
52
52
duplicate_option_exception=Duplicate option '%s'
53
53
dex_lib=Dex library to use\:\n 1) internal : Use internal library, supports dex versions up to 042.\n 2) jf : Use library by JesusFreke/smali, supports dex versions 035 and below.\n *Default = internal\n *See <Notes> below.
54
-
dex_protect_level=Dex protection level (0-5).\n 0 - Off\n 1 - Basic\n 2 - Normal (Not implemented yet)\n 3 - High (Not implemented yet)\n5 - High (Not implemented yet)\n * Default 0
54
+
dex_protect_level=Dex protection level (0-5).\n 0 - Off\n 1 - Basic\n 2 - Normal (Not implemented yet)\n 3 - High (Not implemented yet)\n4 - Max (Not implemented yet)\n * Default 0
55
55
empty_command_args_exception=Empty command, run with -h to get help
56
56
empty_command_option_exception=Empty options, run with <command> -h to get help
57
57
encode_dex_profile=Encodes decoded dex profile json files to binary assets/dexopt files.
0 commit comments