emoon/ProDBG

Allow save/load from Rust plugins

Closed this issue · 1 comments

emoon commented

Right now save/load callbacks are set to None so this has to be fixed.

Rust API to save and load plugin state was added in #284
Memory view (as an example of usage) saves its state in #285
Macros to simplify serialization also were added in #285
I guess, this issue can be closed now.