iaito icon indicating copy to clipboard operation
iaito copied to clipboard

Official QT frontend of radare2

Results 38 iaito issues
Sort by recently updated
recently updated
newest added

## Environment Details iaito : commande introuvable sam. 16 juil. 2022 21:32:53 CEST radare2 5.7.5 28539 @ linux-x86-64 git.5.7.4-52-g10a2fc99d commit: 10a2fc99d80beb8e0c2cd8dedb209127afb06f2d build: 2022-07-16__21:19:34 Linux x86_64 ## Description when i run...

## Environment Details Below script run from cygwin prompt, even though iaito is typically run by just double-clicking on it. ```sh $ ./iaito.exe -v error while loading shared libraries: Qt5Networkd.dll:...

``` Thread 1 "iaito" received signal SIGPIPE, Broken pipe. __GI___libc_write (nbytes=70, buf=0x555556ff8ea0, fd=1) at ../sysdeps/unix/sysv/linux/write.c:26 26 ../sysdeps/unix/sysv/linux/write.c: No such file or directory. (gdb) bt #0 __GI___libc_write (nbytes=70, buf=0x555556ff8ea0, fd=1) at...

------------------------------------- Translated Report (Full Report Below) ------------------------------------- Process: iaito [44167] Path: /Applications/iaito.app/Contents/MacOS/iaito Identifier: org.radare.iaito Version: 5.7.0 (5.7.0) Code Type: X86-64 (Native) Parent Process: launchd [1] User ID: 502 Date/Time: 2022-06-06...

**Your checklist for this pull request** - [ ] I've read the [guidelines for contributing](https://cutter.re/docs/contributing/code/getting-started.html) to this repository - [ ] I made sure to follow the project's [coding style](https://cutter.re/docs/contributing/code/development-guidelines.html)...

**Your checklist for this pull request** - [ ] I've read the [guidelines for contributing](https://cutter.re/docs/contributing/code/getting-started.html) to this repository - [ ] I made sure to follow the project's [coding style](https://cutter.re/docs/contributing/code/development-guidelines.html)...

## Environment Details Despite we only fix issues reproducible in git-master branch, it's fine to report issues found in releases. And those will be closed when a new release comes...

``` -clang -F/usr/local/Cellar/qt/6.0.2/lib -o RichTextPainter.o ../src/common/RichTextPainter.cpp ../src/widgets/OverviewView.cpp:95:38: warning: 'localPos' is deprecated: Use position() [-Wdeprecated-declarations] initialDiff = QPointF(event->localPos().x() - rangeRect.x(), event->localPos().y() - rangeRect.y()); ^ /usr/local/Cellar/qt/6.0.2/lib/QtGui.framework/Headers/qevent.h:268:5: note: 'localPos' has been explicitly marked...

**Feature Request Description**

Since drop of cmake, this program doesn't build anymore as it doesn't get proper flags to link against c python: ``` ./configure \ --prefix=/usr \ --with-python \ --with-python-bindings make ```...