Mark Jansen
Mark Jansen
Thanks for the suggestion, I'll look into it.
@shodanx2 I have added an CSV export to the results window: https://github.com/learn-more/WindowsHookEx/releases/tag/0.8.0 This does not allow filtering inside the WindowsHookEx view (which requires a rewrite of some parts). Hopefully this...
> Yes that certainly is going to help. > > I was trying to capture WM_PAINT message for the cmd.exe/conhost.exe console, unfortunately it seems to be impossible to do in...
At first glance this seems like it is a pygame issue, not specific to pyimgui?
This is something that I am interested in.
Why not use the official c++ bindings? https://github.com/kaitai-io/kaitai_struct_cpp_stl_runtime edit: I see this is only the runtime, and it needs to generate code per type. That is indeed not going to...
> > edit2: This could be combined with the wish for a scripting language? > > javascript, lua, python all seem to be supported by kaitai, so adding script bindings...
If you want to thrown an exception in that function if it cannot decode it, that seems like a sensible approach, however the exception being thrown right now is simply...