danielplohmann / apiscout

This project aims at simplifying Windows API import recovery on arbitrary memory dumps
BSD 2-Clause "Simplified" License
241 stars 41 forks source link

Fix bug for Python 2 AttributeError: 'tuple' object has no attribute … #20

Closed trietptm closed 4 years ago

trietptm commented 4 years ago

…'system'

Python 2 is different from Python 3 where platform.uname().system exists.

danielplohmann commented 4 years ago

thanks a lot!