pfalcon / ScratchABit

Easily retargetable and hackable interactive disassembler with IDAPython-compatible plugin API
GNU General Public License v3.0
393 stars 47 forks source link

Database migration approach #9

Open pfalcon opened 9 years ago

pfalcon commented 9 years ago

This tickets tries to capture experience implementing new YAML-based "database" format, #3. Part of that would be migrating older format to new. But I personally don't run any "production" RE project yet, and everyone knows that open-source projects are there to scratch own's itch. Nor I have knowledge about other people using it in "production" mode (like, running long, multi-session RE projects, vs just loading up a binary and looking at a particular thing, essentially in once-off manner). With that in mind, working on migration code isn't really an exciting or fulfilling part of ScrachABit hacking, at least so far.

So, this ticket is to solicit - do you use ScrachABit in "production" mode? If so, let's discuss how to handle database migrations.