weggli
weggli copied to clipboard
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.
Hi! First of all, thank you for such a fun tool to use - I've been enjoying it! So I am not 100% sure what is expected, what isn't but...
Awesome tool I just had a question if I do not see that there there is a way to restrict the match to only include the match it self if...
One bugfix when printing results, add support to search in more than one PATH, bring the README up to date, plus smaller fixups: ---- Fix result truncation being off by...
When using `not:` in this case, the order of the lines are not considered ```bash weggli '{ function(_($param)); NOT: $foo = _; function(); }' /target/src ``` for example, with this...
Is it possible to search label in C/C++ ? I tried ``` weggli '{ abc: }' ~/project ``` but it got ``` Error! Query parsing failed: { abc: [MISSING ;...
Hi, I am trying to use weggli to check of usages of an API call. The API call is wrapped in a macro ``` #define wrapper_call(arg1) foo(arg1) ``` When I...
It would be nice to have a flag like the `--error` flag in semgrep that exit 1 if there are findings.
Hi @felixwilhelm ! Thanks for the updates related to adding line numbers to the output display. We wanted to use that feature. Wondering if you could release a new version...
I'm quite new to Weggli, but as far as I can tell, it currently does not support providing input and output files. And each rule pattern check requires a separate...
Hi! Thanks a lot for Weggli! Could you please clarify the current status of the project? If it's abandoned, I think it would be a good idea to put Weggli...