angr/MANIFEST.in
Fish 02c374b5b4
DecompilationCache: Serialization support. (#6624)
Also,

- Refactored variable_kb into kb.dec_variables.

- Spill decompilation cache into RuntimeDb.

- Save decompilation cache into angrDb. Decompilation results can be preserved across runs.

- No longer check in _pb2.py files; they are generated during build.
2026-07-22 03:03:40 -07:00

7 lines
162 B
Text

include LICENSE
include README.md
include Cargo.toml
include Cargo.lock
graft native
recursive-include angr/protos *.proto
recursive-exclude angr/protos *_pb2.py