Update README.md

This commit is contained in:
Maurice Heumann
2025-02-05 11:40:11 +01:00
committed by GitHub
parent f32fd92d59
commit 518a813003

View File

@@ -27,7 +27,7 @@ Built in C++ and powered by the Unicorn Engine.
* 🧵 __Threading Support__
* Provides a scheduled (round-robin) threading model
* 💾 __State Management__
* Supports both full state serialization and fast in-memory snapshots
* Supports both full state serialization and ~~fast in-memory snapshots~~ (currently broken 😕)
* 💻 __Debugging Interface__
* Implements GDB serial protocol for integration with common debugging tools (IDA Pro, GDB, LLDB, VS Code, ...)