Results 16 comments of u

Same issue while analyzing ARM, EABI5 library on Linux x64 Platform: Debian 12 Ghidra 11.0.1 Java: Corretto-17.0.9.8.1-linux-x64 BTIGhidra version: 0.0.6 File: [libc-2.23.so.zip](https://github.com/trailofbits/BTIGhidra/files/14251472/libc-2.23.so.zip) ``` Running type inference failed java.lang.RuntimeException: Running type...

another note: fox2 goes first, deps from fox2 go after this is just an observation without conclusion

Issue is still there after SteamVR 2.14.3 update.

You can do it like this with buttons, should be easy to adapt to sliders. ```cpp // out of the draw loop auto cond = ImPlotCond_Once; ... if (ImGui::Button("Shift to...

Same issue, in my case it's slice with custom type: ```go type Smth struct { Value string } type Data []Smth interface conversion: interface {} is config.LimitListEntry, not time.Time gopkg.in/ini%2ev1.reflectSliceWithProperType(0xc0003243f0,...