RMMSecurity / dex2jar

Automatically exported from code.google.com/p/dex2jar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"d2j-decrpyt-string" is misspelled, it should be "d2j-decrypt-string"

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. After running "mvn install", the d2j-decrypt-string.sh/.bat files in 
"dex-tools/target" are misspelled.

What is the expected output? What do you see instead?
The filenames should be d2j-decrypt-string.bat/.sh. Instead, the output files 
are:

target » unzip -l dex2jar-0.0.9.15.zip 
      897  02-10-14 16:46   dex2jar-0.0.9.15/d2j-decrpyt-string.bat
     1160  02-10-14 16:46   dex2jar-0.0.9.15/d2j-decrpyt-string.sh

What version of the product are you using? On what operating system?
I am running the latest build (0.0.9.15?) on OSX 10.8.5.

Please provide any additional information below.
Grepping for the "decrpyt" keyword finds several misspellings, such as in 
dex-tools/src/main/java/com/googlecode/dex2jar/tools/DecryptStringCmd.java.

Original issue reported on code.google.com by dwayney...@gmail.com on 11 Feb 2014 at 1:07