pbtk icon indicating copy to clipboard operation
pbtk copied to clipboard

dex2jar creates case-sensitive files on windows resulting in missing class files

Open ahmedmani opened this issue 2 years ago • 0 comments

dex2jar creates case-sensitive class filenames for example it generates "mL2.class" while in the same apk another class with the name "Ml2" will result in the override of the first file thus the proto search is done on less classes then there actually is

ahmedmani avatar Jan 18 '23 00:01 ahmedmani