owerosu

Results 2 issues of owerosu

Hello, This patch fix a regression where undecorated label wasn't shown in assembly view when it comes from exported symbols. Fix #2726. Regards, Owerosu

Hello, Callbacks registered there https://github.com/x64dbg/x64dbgpy/blob/v25/py.cpp#L810 are not thread safe and will produce random memory corruptions if an user script is running at the same time. We can't run python from...