CameronRedmore / memory-deck

A Decky Loader plugin that allows scanning and editing of memory values.
GNU General Public License v3.0
38 stars 11 forks source link

Update scanmem.py to ignore NoneType matches #5

Closed HeyItsWaters closed 1 year ago

HeyItsWaters commented 1 year ago

check for NoneType in results since this will cause the matches to be empty.

this should resolve part of issue #2