airbus-cert / ttddbg

Time Travel Debugging IDA plugin
Apache License 2.0
550 stars 33 forks source link

Check m_cursor before using it (fix #3) #4

Closed simsor closed 2 years ago

simsor commented 2 years ago

This PR updates the position chooser the check whether m_cursor is NULL before using it to get the current position. This way, trying to insert a position while not in debug mode gives a warning instead of crashing.