x64dbg/x64dbg

Review/remove asserts

Open

#3159 aperta il 1 ago 2023

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)C++ (2734 fork)batch import
enhancementgood first issue

Metriche repository

Star
 (48.381 star)
Metriche merge PR
 (Merge medio 1g 3h) (2 PR mergiate in 30 g)

Descrizione

https://github.com/x64dbg/x64dbg/pull/3155

While debugging, I got the "Trying to get last error of a thread that doesn't exist!" assert and had to comment it out.

This would happen if the RegistersView is trying to refresh right after a thread exits... There are likely more asserts that are not correct...

Guida contributor