KJCracks / Clutch

Fast iOS executable dumper
3.69k stars 647 forks source link

Wrong behaviour if bundle id starts with a digit #175

Open eofom opened 7 years ago

eofom commented 7 years ago

In main.cpp, line 182 (if (!(key = selection.intValue))...) if selection starts with a digit, intValue is not nil and the code thinks that we are using number. Just in case, app with a bundle-id starting with a digit: https://itunes.apple.com/us/app/clarity-money-budget-management-expense-tracker/id1148133022?mt=8

Tatsh commented 7 years ago

In this scenario use the number. Strange bundle ID because I thought bundle IDs must begin with [a-z].