Josh F
Josh F
40/hr seems reasonable for now - hopefully we'll figure out why ghidra's perf is so bad and it won't end up with a giant backlog so easily. Thanks for the...
Sadly rn every decompiler runs for every binary so it'll still clog up ghidra but :shrug:
This is because the param is a typedef to an anonymous struct and instead of stopping resolution at the typedef we go all the way to the bare struct type....
looking at this more, it seems like we're making a pointer to the type pointed to by a named type reference instead of a pointer to the typedef
Does it repro with the latest free version? Should be 4.1.4958
If after those steps you: 1. Open the file again 2. Let analysis finish 3. Close the tab Does memory usage drop back to ~417MB?
This is fixed in `4.1.5594-dev`, I think the exact version it was fixed in is `4.1.5239-dev`
There aren't any empty lines
We're somehow losing track that a variable is being used. From the end of step 1 of hlil debug report:  is turning into  Note the `eax_428#2` on the...
Are you using the build.rs from the guide?