Florian Märkl
Florian Märkl
Related: https://github.com/radare/radare2/pull/13622 (to not clutter the output as much)
We can have some kind of buffer for output received before the MainWindow has been started. There might be something interesting in it, even without Python Plugins.
Yes, this should not be done in python. There are ways to replace/redirect the actual stderr/stdout fds.
To clarify, what we actually need is in addition to parsing a full `translation_unit` like `int a() { x = (const char *[25])y; }`, in the same application parse only...
Appending `x;` would not work for `type_descriptor`: ```c char *x; ``` ``` (translation_unit [0, 0] - [1, 0] (declaration [0, 0] - [0, 8] type: (primitive_type [0, 0] - [0,...
Thanks a lot!
I don't have time for this right now, prs welcome.
~18.04 has Qt 5.15.2 with shiboken+pyside packaged, so this might work.~ Nvm, I confused the packages. It has only Qt 5.9 and shiboken for Qt4, so that won't help us...
This already exists: ``` | acvf [offset] ([class name]) lookup function address on vtable offset ``` Should be easy to do this on the offset from an opcode, but I...
With https://github.com/rizinorg/rizin/pull/2948, we are deliberately not using meson's cmake module anymore, so calculating the relative path and generating the @PACKAGE_INIT@-like code ourselves is done on purpose. This means this issue...