mirror of
https://github.com/angr/angr
synced 2026-08-17 12:23:11 -04:00
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.
7 lines
162 B
Text
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
|