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.
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.
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.