BinaryAnalysisPlatform / bap

Binary Analysis Platform
MIT License
2.07k stars 273 forks source link

adds smart constructors and destructors to the C types library #1493

Closed ivg closed 2 years ago

ivg commented 2 years ago

It is now much easier to construct and deconstruct C types, e.g.,

C.Type.basic `char

We also added a bunch of predicates and deconstructors. See the PR for more information.