Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/radareorg/iaito

Official QT frontend of radare2
https://github.com/radareorg/iaito

CMake windows python packaging (#2406)

* First version of cpack scripts
* Fix python binding building using CMake on windows
* Packag...

6fc902894d2f43f75424251f183cc9596234086d authored over 4 years ago
Add more options to the Analysis widget (#2405)

2c84e07bfa0ac98fd40c8b267bb8cbc4ef205984 authored over 4 years ago
Save layout of the Decompiler Widgets (#2410)

* Create decompiler widgets when loading a layout
* Do not translate the dock widget names used...

d7ef6e9e91e2226bc4d2582f26210dda4cfc3f6a authored over 4 years ago
Synchronized Decompiler and Enabling Multiple Decompiler Widgets (#2402)

* Sync/Unsync decompiler widgets.

* Add multiple decompiler widgets with its own decompiler a...

691de14853dae315a7189b0f79e18d92bb8a77af authored over 4 years ago
Disable Plugins menu if no plugins are installed (#2318) (#2401)

ec22b01086299786fc3165523fc01bd2127870ea authored over 4 years ago
Center 'Rename Function' dialog for Disassembly and Decompiler view (#2408)

Previously the 'Rename Function' dialog would pop-up in the top left
corner if triggered inside...

013bdba902090e67db44c6278dd1752521f9afc8 authored over 4 years ago
Add shortcut for Advanced string definition and set focus to size specifier (#2340)

1955288058065c02fb1791ccae1d7af42848ab85 authored over 4 years ago
add minimal VS Code project config (#2393)

* add minimal VSCode project config

* update docs

* add extension recommendations

Co-...

abe43262c2d44a39316e77a768f62c70c18db97a authored over 4 years ago
Add large bin foreground analysis issue (#2337)

05af1c64040b9fdb908bdf76b4bb697e4dbfcc85 authored over 4 years ago
Do not open multiple setting dialogs to fix #2314 (#2392)

4fe94cd95956be5bcf722ef6ebc6771689e5b792 authored over 4 years ago
Decompiler Documentation + Clean up (#2374)

b7d1059a1b029160c56bbbc7545279e9cc19eccb authored over 4 years ago
Display jumping fix useless decompilation (#2351)

* save scroll position and reset to that if the newly decompiled function is the same as the pre...

b42a19e995ccf22bfb9fcbfd6ca5993fb156af97 authored over 4 years ago
Global variable actions and Show in action and refactoring (#2295)

* Show in action for global variables and functions
* Copy address of global variable or functio...

37fc01478fd655a314e76101d5d63fee9e09c5bd authored over 4 years ago
Skelton for dedicated context menu + action to copy selection (#2256)

ea9f3f1831c68b709f15d2753aefa8814a47e746 authored over 4 years ago
Intercept right-click event in the decompiler widget (#2281)

Update cursor before opening context menu for right-click

88f837465f55ffb68a2e5fefb1aff307c771c21c authored over 4 years ago
Edit/Rename Variables Actions for function variables (#2357)

* Edit Function Variables Action

* Rename Function Variables Action

* CutterCore::renameFuncti...

1c86f54c955326fdc0f6b7ed09935e7b37063510 authored over 4 years ago
Comment Menu for the Decompiler Context Menu (#2265)

8b4c58e07da99c150d13bf7159afc931c49d9977 authored over 4 years ago
Action to rename functions in the decompiler context menu (#2286)

eef9baa30045fc8d165df72ca8cfb66c6d32b79e authored over 4 years ago
Breakpoint Menu and Debug Menu in the Decompiler Context Menu (#2260)

a4174271f618a6a7a565035b1ee94ed3469cefed authored over 4 years ago
Xrefs action for references (#2352)

* X-Refs for references (functions, global variables, constant variables with addresses) in the ...

6ed32d5d1d2fb7f4b9c23c1cad968b14a6f66dc7 authored over 4 years ago
Explain how to build Cutter docs (#2380)

2e573cc17114491ab5637c2026c0915abacd57b8 authored over 4 years ago
Get rid of circular include between Cutter.h and CutterPlugin.h (#2390)

48192d799a4b0fdae5c3f253576fb2b76c2a9d8f authored over 4 years ago
Update R2 submodule (#2378)

* Handle r2 sdb include path changes.

83cd7e86986879704db5269b678e3642e3060d11 authored over 4 years ago
Add "Documentation" button to the "help" menu (#2381)

63d3acb8a2a33ad51bf66184c85dd6d12d97c261 authored over 4 years ago
Add new Analysis section to the Preferences widget (#2332)

9e346275c5a532459500e88a34b0bdec0076b264 authored over 4 years ago
Adjust r2 paths (#2338)

724d3f26b4020d90dc9103e7f6ee19f74b3a1577 authored over 4 years ago
Add examples for how not to use signals. (#2377)

32adf0b5bad91a60026d6ad4ea82db1e616786de authored over 4 years ago
Clazy warnings (#2371)

* Refactor some of the connect calls.
* Refactor more old style signal connect calls.

d6d2e9002895a686841dc8b85b83a5281002d10b authored over 4 years ago
Output colors in rgb:nnnnnn format instead of #nnnnnn. (#2376)

ec name #nnnnnn can get mixed up with comment.

c149f38f118d607e1cd0e2fbb62575e262355480 authored over 4 years ago
Fix an off by 1 bug during hexwidget cursor blinking. (#2368)

1 pixel line sometimes remained on during hexwidget cursor blinking.

dcb9970f91fbcf1bbaa0b9debd108cec3782577e authored over 4 years ago
Improve building documentation (#2366)

* small changes in documentation

* small documentation change

* documents change

* Upda...

2d95786f6ee7beeab86db2ccee020fad930c8d92 authored over 4 years ago
Xrefs enhancement (#2362)

* Add number of found results to xrefs dialog
* Hide xref from if the item is not an VA

2cfa4916c33b358af0380f52cbd109cfccafd6dc authored over 4 years ago
Refactor old style macro based signal connect. (#2360)

8f5fbeddde24428be7fc47842116a040592c7778 authored over 4 years ago
Prevent potential crash when opening theme editor dialog. (#2359)

45daf2d1d5ce0b9a49660d3af814bab2544d7a9c authored over 4 years ago
Add symbol exports. (#2345)

* Add symbol exports required for external native plugins to work on Windows
* Make Linux build...

7c9c7e6fe48f5afe0b31f359597096705e451dff authored over 4 years ago
Create minimal widows CMake build job. (#2356)

* Create minimal widows CMake build job.

e3aeb770ee3e7a3a0860952c8987fb1e4ad11e2b authored over 4 years ago
Use previos Appveyor image because shibokken doesn't work on latest one (#2347)

186ad03fdb2840606fce1129c00f27b8550fac18 authored over 4 years ago
Temporary workaround for brew problems in github actions. (#2346)

0a15b2f55a93386df60d606f22e1487ebde5c04d authored over 4 years ago
Xref for function variables in disassembly view (#2297)

f2a867ca28ad2020f6de0c9476ca208e76e41194 authored over 4 years ago
issue-template: add downloaded Cutter from website (#2336)

Co-authored-by: Itay Cohen <[email protected]>

cf96775b74b07ba977869ab7a6a06ef8e65d9c66 authored over 4 years ago
Fix double jquery in docs (#2335)

0c4f6cd0249fbd5b7e9f3cf8c56b8d44dfa61430 authored over 4 years ago
misc. documentation updates (#2259)

* move building errors to the troubleshooting section

* add submodule out of sync issue to tr...

79b2314e5a002d3b43b545a4272fdd5d97786bbd authored over 4 years ago
Change "Run Script" to "Run radare2 script" (#2330)

* Improve "Run script" title to make it more clear
* Update docs to reflect the change

e0bfcccb8737d506a1e7835ad051f16ed18c4f13 authored over 4 years ago
Fix sorting resources by index, vaddr and size (#2308)

* Fix sorting resources by index, vaddr and size

73f99c696f0154fab565c6c190a5fbd663f91b8f authored over 4 years ago
Update version to 1.11.0. (#2327)

00595da5ab23942ebcf23f208acfd7fb1174a235 authored over 4 years ago
Update translation submodule and add the new languages. (#2320)

7ca6a1eda0e4eef2371d05a4fc099b0985043772 authored over 4 years ago
Install the python used for build scripts using pyenv (#2323)

781a7c6288d85babe51ea41ed383b3047cfb32c1 authored over 4 years ago
Remove debug output. (#2315)

a0eb9e3fa9a5816a91467510ea7fcaf482bf8c40 authored over 4 years ago
Document the location of the documentation (#2306)

* add notes to explain the documentation is split in two on cutter.re repository and the Cutter ...

d3e5245441d1a5892734e7889c220147afad8b88 authored over 4 years ago
Update version number to 1.11.0-rc1. (#2313)

6ba1834f6dba94ad82ad4d167cd74205c828701b authored over 4 years ago
add SECURITY.md (#2312)

6e0ed8142c4d0a9a34361d3c0ac11a6f341a4561 authored over 4 years ago
Don't use @a: for listing cpus. (#2307)

For some architectures like 8051 doing @a: has sideeffects.

249ad7ad0e11a9e6c5c68bde45ac15ae874fa0f5 authored over 4 years ago
Reset last seen memory widget during layout switching. (#2303)

f92c42d09e5b357b1c4e521507aa4ff37b1210ae authored over 4 years ago
Fix the "all green" navbar (#2305)

* Specify the search range for search.in
* Add config_set(key, const char*) overloads to preve...

c923576b7e9bc9a1e424f804aede1e6d0a8d94e9 authored over 4 years ago
Update r2 to 4.5 and fix renamed configuration variables. (#2288)

e14d0d8ef6d42cd9824c0cfeceb719370597bacb authored over 4 years ago
Improve contribution guidelines (#2293)

* Improve contribution guidelines

d9645944984737d6c67946ea68a487699890f6c2 authored over 4 years ago
Reorganize R2GraphWidget UI (#2298)

* Reorganize R2GraphWidget UI.

65a668943a4a7059c9486e716e1c6dbb50f448c0 authored over 4 years ago
IDE setup instructions and comparison (#2290)

6294343e6ef8d4eb1c2acb09e6ab6055f578cd30 authored over 4 years ago
Switch Travis to newer macOS image and disable brew update (#2292)

Brew update takes almost half of the CI time pushing it close to time limit.
Newer macOS image ...

caabf1c739b5412003590a43bfd0a3ea87ef0904 authored over 4 years ago
Run apt update to refresh package list. (#2291)

It seems that github action VMs have cached bad package list.

313abbf50fdc3da8ea53bc931a4531663709724f authored over 4 years ago
Add more graph widgets (#2273)

* Add generic r2 graph.
* Add Callgraph widgets
* Add more graphviz layouts.
* Fix some edge ...

e5d7bd660af558330b98249857e8ea109208cddc authored over 4 years ago
Bye bye RenameDialog

ca84c3d1dcd5111e1c4b0afc75da0f652e338887 authored over 4 years ago
Use QInputDialog in Functions widget

447d2cfa20ddbbeaa2e5e4d64b5b17fe184e8aa2 authored over 4 years ago
Use QInputDialog in Classes widget

9c0d5d72d1956c9e6ae35f3af0f53f8583d59159 authored over 4 years ago
Remove redundant renaming function in Main Window

d6edae4cedfdb4aaed127558e8e740fac563fa52 authored over 4 years ago
Use QInputDialog in Flags widget

21aef22c454d476a8dc383dad26db743e81042af authored over 4 years ago
Use QInputDialog in Disassembly context menu

02ce60d1af4ce9d75317d508000b63292781d3dd authored over 4 years ago
Use fixed meson version. Latest causing problems for r2. (#2289)

3b2abf4984ccf8c8789b74a4394ab67a987f9883 authored over 4 years ago
Add links to Telegram and IRC in the issue template page (#2280)

48b84bfa5c7fd7c7aa8595b8f742c9d8081d09fc authored over 4 years ago
Update r2 submodule. (#2263)

2a10a7733f1100f875bfc62fb8800b189f212a75 authored over 4 years ago
Graph optimize placment (#2255)

Add optional placement optimization pass which tries to push everything together and ignores the...

8c526273124cfd93195a6e19fa2803f71b860f52 authored over 4 years ago
Rename a context menu item (#2267)

4685f4faaf0aeee4cc58e36d7bbc5bc9a4ec605e authored over 4 years ago
Implemented No Results Found warning when search result is empty (#2258)

e88ad82968be0d62285a8ff22458c4e947ada30f authored over 4 years ago
Update Cutter compilation documentation (#2238)

* add linux dependencies to the list
* make a common git clone section

061636d7140ea12da9c2245f2273f2ab3f16302b authored over 4 years ago
Fixed Memory Leak in R2DecDecompiler::decompileAt (#2257)

d26e48f3f5c9d67d01862eb376d01575bd2cd504 authored over 4 years ago
Add missing dependency to dockerfile. (#2253)

Build failed to patch executable missing.

d33eae4cb9b196c22aafb98fa2d74c894bba2f70 authored over 4 years ago
Use cmake for linux DEPLOY build. (#2223)

* Add cmake script for building and installing translations.
* Improve APPIMAGE related path ha...

cd42adc832284acfe485656fbe7bc70f960bbf34 authored over 4 years ago
Add missing includes on VS2019. (#2251)

53da90625c6b58c06e73112970733cd81e0c3d56 authored over 4 years ago
Expose asm.reloff.flags in Preferences (#2244)

7736088ea9aa3bbd03b62e6e5ca7eb5745912580 authored over 4 years ago
Add options for tweaking graph layout. (#2246)

* Fix overview refresh when switching layout.

e28ee3bebda960ed7b899a2006187c122ee6e1d7 authored over 4 years ago
Link cutter r2ghidra decompiler against ghidra_core.

1d8c9de37c5816a40139af0be0c1c2b58a50c4b6 authored over 4 years ago
Refactored Decompiler Widget and R2Dec Plugin to use RAnnotatedCode (#2227)

255ffe120891da592508bd510100d0c05d67fcf3 authored over 4 years ago
Expose asm.reloff in configuration (#2243)

* Expose asm.reloff in configuration

498d2076c8f631607daecd5946955f187b01d149 authored over 4 years ago
Improve warning for multiple x-refs causing unexpected behavior (#2236)

* Improve warning for multiple x-refs causing unexpected behavior

592c0506175a7edf023882a69a88e5f356619622 authored over 4 years ago
Reduce amount of warnings (#2233)

* Deal with QT depracated warnings

76773eadd614d4a8a65a7815ca27ac78f6080355 authored over 4 years ago
Horizontal graph (#2234)

* Create adapter for converting vertical layout into horizontal

* Fix edge spacing override f...

837dd63e6b6f754de60eead37be76adcf69202d4 authored over 4 years ago
Fix qt>5.15 build (#2231)

56c2e3741afdab11b4f52d91192b83f2876fea82 authored over 4 years ago
Fix mismatch closing parenthesis (#2232)

7127f0e556955acb8aacc81d95ca907c6c204cb6 authored over 4 years ago
Rewrite part of graph layout code (#2207)

* Rewrite node placement and edge routing parts of graph layout code
* Document the high level ...

54ecc33ca96fab43cf11c0a8ec3906b77bcc29f0 authored over 4 years ago
Add documentation for TempConfig. (#2221)

1e9b82839efb7eee4def01017811bedaba1ca555 authored over 4 years ago
refactor hexdumpwidget sidepanel parsing (#2222)

Avoid use of magic numbers.

5dcf53dff62d88627830d3868e782addaf715eef authored over 4 years ago
add pci to hexwidget sidepanel (#2219)

4ddba1b8d3515fe347511e2b56610715d5173765 authored over 4 years ago
Cmdline option to open a file in write mode (#2216)

* Added an option to directly enable write mode via -w/--writemode to the command line option pa...

cd6fc26ed1c91f88056cb3708dcaec4ba86069f7 authored over 4 years ago
updated radare2 after shifting rannotatedcode to r2 (#2217)

433f056ec5b5a54a29689c9fd65c8f4d856a300b authored over 4 years ago
Fix Coverity build (#2215)

7b779159e860eaa6268f1983999836c1bd533e28 authored over 4 years ago
Toggle Console Widget and clear output (#2213)

* Add shortcuts to toggle Console and clear its output
* Update the docs

Co-authored-by: Kār...

bfec29f825f7789d30431f2d166b75ffe24e674d authored over 4 years ago
export cutter version before building Appimage (#2212)

b1e79ec6a6cea90dce423935503216ab96f72034 authored over 4 years ago
Add UI for managing layouts (#2211)

* Add dialog for deleting and renaming layouts.

* Add documentation.

Co-authored-by: Itay ...

0ea5d6fa4b86609b680267fa464b2c960dd14afe authored over 4 years ago
Add menu options for changing IO mode (#2187)

6f75fa1a719d8847868b8c30e2708e8f4cd15e5f authored over 4 years ago
Rewrite layout management code (#2172)

* Use QDockWidget::toggleViewAction instead of custom solution.
* Improve new dock placement.

3545f059f10dc30886b8403b48b51812f65726d5 authored over 4 years ago