Manually deleting the .viv files seems to be required? #581
-
I wrote a small test program for use in testing out a capa rule, and by default it got compiled as
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
A .viv file is the cached workspace created by vivisect, rather like an .idb from IDA. by re-using the .viv file, subsequent runs of capa can avoid re-analyzing the binary, potentially allowing it to run faster.
|
Beta Was this translation helpful? Give feedback.
-
side note |
Beta Was this translation helpful? Give feedback.
-
#640 disables the creation of viv files by default |
Beta Was this translation helpful? Give feedback.
A .viv file is the cached workspace created by vivisect, rather like an .idb from IDA. by re-using the .viv file, subsequent runs of capa can avoid re-analyzing the binary, potentially allowing it to run faster.