Ryan Goulden

Results 20 comments of Ryan Goulden

@nedwill Wait, two more things. Can you link your guess_the_number source, and can you check to make sure `make -C ./tracers/pin runls` succeeds?

Even the restricted form of turning 3d sketches into convex hulls would be incredibly useful. Many non-convex cases could be handled by this same feature just by subtracting a second...

Quick illustration of the behavior difference, in case I described it poorly: https://gfycat.com/SpottedNegligibleBlacklemur Also, noticed this comment: https://github.com/Vector35/binaryninja-api/issues/883#issuecomment-348392365 , but as described above this seems to only be true in...

Ah. Odd address is very easy to remember :) The issue about right-click create wasn't that it was missing; just that it was different from Hex View and does not...

(I retract my suggestion that the linear view _needs_ that arch-choosing submenu, now that I know how to make a thumb function there. Maybe it'd be good for consistency, though?...

Does sandboxing break `_NSGetExecutablePath` + `realpath`? If not, that could be added as a fallback if `Bundle.main.executableURL` fails. I am too lazy to test that or make a PR, because...

Probably the same as issues as mentioned in #10832 , #11780 , and #21334 . It may not be multi-cursor mode that's the culprit. It seems more like Zed failing...

More things I noticed that might be relevant: 1. Certain trivial functions appear to work fine. So, it's not *all* functions that return Bool. 2. Everything appears to work fine...

FWIW, one easy way to work around this if you just want to install with opam: edit your switch's `lib/ocaml/caml/camlatomic.h` to remove the `#ifdef CAML_INTERNALS` guard (and the corresponding `#endif`)....

I am running into this as well. Basically, conversion functions defined outside the class body are mis-parsed if there is something in the `function_definition` before the `qualified_declarator`, e.g. `SOMETHINGHERE ClassPath::operator...