HexRaysPyTools icon indicating copy to clipboard operation
HexRaysPyTools copied to clipboard

clean up stored data in an idb

Open withmorten opened this issue 5 years ago • 0 comments

I noticed that my idb has been increased in size (i.e. 43MB -> 120MB) after using this plugin a bit - it's probably the "store_xrefs" default. There is a lot of empty space with some jsons inbetween.

I've disabled it, and would like to get rid of the unnecessary data - is there any way to do that? One off code hackily edited in is fine, it doesn't need to be a proper feature.

I'm already looking through the code myself, just wanted to ask if you had any idea.

Edit: I actually managed to do that but it only cleaned up a few KB. I'm assuming at this point that it's the swapped if/else that take up the most space (which would be fine)?

withmorten avatar Dec 15 '20 22:12 withmorten