rustanlys / rupta

A Pointer Analysis Framework for Rust
https://rustanlys.github.io/rupta/
GNU General Public License v3.0
36 stars 6 forks source link

feat: library entry funcs #5

Open jialunzhang-psu opened 2 months ago

jialunzhang-psu commented 2 months ago

Add a feature: when the crate being analyzed is a library and no entry function is provided, the analyzer will include all public interface functions of the library in the entry function list and start the analysis.

Please feel free to push to this fork to update it.