weggli-rs / weggli

weggli is a fast and robust semantic search tool for C and C++ codebases. It is designed to help security researchers identify interesting functionality in large codebases.
Apache License 2.0
2.34k stars 130 forks source link

Adds inner_range to python exports #94

Open quidity opened 3 months ago

quidity commented 3 months ago

Runs cargo fmt.

Adds inner_range to python.rs and result.rs - this returns the offsets of the query match ignoring the containing function, this is more useful for find/replace operations based off weggli searches.