serialize
summary: serialize and deserialize the decompilation output
- description:
Decompiles the current function and serializes it into two byte vectors: one for mba and one for cfunc_t. Then deserializes these bytes and creates new mba and cfunc_t objects.
This sample shows how the decompilation output can be converted into a pair of strings that can later be stored somewhere.
level: beginner
Functions
|
Module Contents
- serialize.main()