x64dbg / GleeBug

Debugging Framework for Windows.
MIT License
1.2k stars 39 forks source link

thread safe functions #3

Open mrexodia opened 8 years ago

mrexodia commented 8 years ago

There should be a container line threadsafe_map and threadsafe_vector that uses SRW locks (or critical sections for XP support).

Source code of interest: https://github.com/x64dbg/x64dbg/blob/development/src/dbg/threading.h