codecat / ClawSearch

A memory scanner plugin for x64dbg, inspired by Cheat Engine.
GNU General Public License v3.0
274 stars 40 forks source link

Update csScanner.cpp #2

Closed HydeDied closed 7 years ago

HydeDied commented 7 years ago

BridgeFree() does not set pointer to null. Double free was causing a crash on the second non 'first scan' because conditional was dependent on it being set to nullptr. Added nullptr assignment to find after free().

codecat commented 7 years ago

Good catch! If you can fix that one comment I wrote I'll merge this. 👍

HydeDied commented 7 years ago

Sure, removed it.

codecat commented 7 years ago

Thank you!