mirror of
https://github.com/mandiant/capa.git
synced 2026-02-04 11:07:53 -08:00
Merge pull request #475 from Ana06/incompatible-viv
changelog: document incompatibility of viv files
This commit is contained in:
@@ -10,6 +10,15 @@ The capa explorer IDA plugin now helps you quickly build new capa rules using fe
|
||||
|
||||

|
||||
|
||||
### Python 2/3 vivisect workspace compatibility
|
||||
|
||||
This version of capa adds Python 3 support in vivisect. Note that `.viv` files (generated by vivisect) are not compatible between Python 2 and Python 3. When updating to Python 3 you need to delete all the `.viv` files for capa to work.
|
||||
|
||||
If you get the following error (or a similar one), you most likely need to delete `.viv` files:
|
||||
```
|
||||
UnicodeDecodeError: 'ascii' codec can't decode byte 0x90 in position 2: ordinal not in range(128)
|
||||
```
|
||||
|
||||
### Upcoming changes
|
||||
|
||||
**This is the last capa release that supports Python 2.** The next release will be v2.0 and will have breaking changes, including the removal of Python 2 support.
|
||||
|
||||
Reference in New Issue
Block a user