Glenn Smith

Results 99 comments of Glenn Smith

This is actually present in all sidebar widgets, since the navigation system only understands locations in main view areas, so undoing an operation (which causes navigation) will focus the main...

What's the status on this? It seems like that PR was closed after submodule changes and was never actually merged. If needed, I can remake them, since it seems like...

Just throwing my opinion on here since I was tagged on the issue: I don't think that transmute is safe (the rust parameter types probably don't map cleanly to c...

I have a couple of these in https://github.com/CouleeApps/bn_inspectors (linear_inspector and graph_sidebar)

Dev builds >= 4.1.4923 have a setting `analysis.types.parserDefaultArgs` which allows users to specify custom arguments used for all type parser operations. Unfortunately for now, this setting is only applied globally...

Further investigation suggests the proper solution to this is blocked by Platforms not actually having a callback system. There are a couple solutions to that: - Block on #1977 introducing...

Sounds like the plan for this for now is going to be Block on #1977 since it sounds like progress is being made on that which will enable this soon.

An additional solution sketch: Extend clang/lib/Basic/Targets.cpp!AllocateTarget to support a binja-driven custom target and implement the various binja types in that target. It won't completely fix the issue though, since many...

This has been implemented as of >= 4.1.5408-dev. Platforms can now implement Platform::AdjustTypeParserInput (or Platform.adjust_type_parser_input in Python) and make adjustments to both the parser arguments _and_ the source files/contents. A...