weggli icon indicating copy to clipboard operation
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.

Results 53 weggli issues
Sort by recently updated
recently updated
newest added

It would be great to be able to tell weggli that all the predicates have to be following each other in a linear way. For example: ```C if (a) A;...

It would be great to able to write something like this: ``` weggli --unique --contrain '$b

While tree-sitter's error recovery is pretty good for most targets, macro heavy code can lead to parsing errors and missed results. We should add an optional flag to surface statistics...

enhancement

I am having some trouble getting my query to work the way I intend to. I want to match: ``` if (_ X _($atomic.fetch_sub())) { } ``` where X is...

enhancement

Hi: I'm using the weggli to find the code pattern, but it returns nothing. I wonder if you have any hints for me to solve this problem. The pattern I...

This adds a document that describes inner workings of weggli.

This is a draft (on top of #39 for now, although that's just a demo of flexibility for now) PR for adding outputting of linenumbers.

I seem to have some problems building the Python bindings on my Ubuntu 22.04 LTS setup. Running the Python test yields the output below. A similar error occurs if I...

I got an error where tree sitter query generation failed with weggli 0.2.4, and the cli kindly informed me this was a bug. Let me explain what I wanted to...