jchristman / PyDA

Python binary DisAssembler
http://suntzuii.github.io/PyDA/
Other
26 stars 10 forks source link

Implement Save/Load #18

Closed direwolf314 closed 10 years ago

direwolf314 commented 10 years ago

Give the ability to create and read a .pydb file via pickle. Necessarily requires that there be something worth saving first (comments, renaming, etc)...

jchristman commented 10 years ago

Implemented loading and saving.