raptor

Results 46 comments of raptor

Sure, thank you for the reply. Here's a playground example based on [bugged](https://lore.kernel.org/netdev/4zlmy3qwneijnrsbygfr2wbsnvdvcgvjyvudqnuxq5zvwmyaof@tarta.nabijaczleweli.xyz/t/#u) (but harmless in this case) Linux kernel [code](https://github.com/torvalds/linux/blob/master/net/sunrpc/addr.c): https://semgrep.dev/playground/s/rx2bJ Basically, what I'm trying to do is match...

Some additional details: ``` % semgrep --verbose --lang c --dump-ast xmlparse.c [00.06][INFO]: Semgrep version: 1.132.0 [00.16][ERROR]: Error: exception Parsing_error.Syntax_error (xmlparse.c:1:0 "/* d19ae032c224863c1527ba44d228cc34b99192c3a4c5a27af1f4e054d45ee031 (2.7.1+)\n __ __ _\n ___\\ \\/ /_ __...

My PR at https://github.com/gaasedelen/lighthouse/pull/157 should fix this issue.

It looks like you haven't applied my patch (see https://github.com/gaasedelen/lighthouse/pull/157 or https://github.com/0xdea/lighthouse/tree/ida92-fixes). This was indeed one of the errors that my PR aims to fix. Please try the following: ```...

> I noticed that IDA crashes on exit, but this seems unrelated to the changes in this pull request since the original version also crashes. Environment: IDA 9.2 on macOS...