Andreas Ziegler
Andreas Ziegler
@m3gat0nn4ge: For the last error, try using a slightly bigger terminal window. Anything smaller than **97x40** will probably always lead to the same error, as the `draw_infobox` function currently works...
This has already been reported in #2, #3 and #5, and I submitted PR #6 to fix it.
If you cannot provide the entire ELF file, can you maybe share the section header table (the output of `readelf - S`) and the program headers (`readelf - l`)? Additionally,...
I can also see that the current `master` fails with HTTP 400, but `3.15.0` still works for us. Based on that, I bisected this issue end ended up with this...