drozer icon indicating copy to clipboard operation
drozer copied to clipboard

fix bug interpreting booleans as ints

Open EnderGed opened this issue 9 years ago • 1 comments

Every boolean passed to drozer-agent got interpreted as int, because in python booleans are integers ( isinstance(True, int) == True ).

EnderGed avatar Aug 03 '15 12:08 EnderGed

Hi @EnderGed, thanks for taking the time to contribute to drozer. Could you help us understand how this type conversion bug affects drozer's functionality? It would be awesome if you could provide us test data to help reproduce this bug.

amarekano avatar Jun 27 '17 16:06 amarekano

We're sunsetting all issues related to drozer 2. If your issue persists in drozer 3, please open a new issue!

cyberMilosz avatar Mar 27 '24 19:03 cyberMilosz