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

Take into account interactive flag in more cases (#2208)

* Edge style
* Token highlighting

8a3b51c2913eed4095c74358cf9520a2ce67ff4d authored over 4 years ago
Cutter RC Editor - Part B (basic editor) (#2162)

1181f7ff5c8456ecc6191cce1a29d166fbbc6d8c authored over 4 years ago
Add emu.str to be saved in settings (#2205)

26cafecc4e2e12df9915d7da23bdf92789b04be8 authored over 4 years ago
Use "analysis" for -A option (#2203)

a68ce67b2a00b63b4ceb1f0152efb3da2851ce11 authored over 4 years ago
Update r2 and fix API changes (#2199)

207879027838dc480a39de90b13ea15218ace22e authored over 4 years ago
Update radare2 submodule (#2189)

* Update radare2 submodule

* Use the new API, r_meta_get_string doesn't return owned pointer ...

18a21048dde2393a89dfdee409fa5cb7d75f763a authored over 4 years ago
Update version number 1.10.3-pre2 -> 1.10.3 (#2185)

1aad797722f9fc60b80792a4cc02380c9241714a authored over 4 years ago
Switch to appveyor VS2019 image to match cutter-deps (#2184)

* Force gyp to generate vs2017 project and then upgrade it to vs2019 because version used by bre...

1eeb2c166b1375d5a492bc6ef2524279ff84d63b authored over 4 years ago
Don't do e- when resetting settings. (#2180)

cd85582164d40365e0bc89c256bb66f4e6ad0a6f authored over 4 years ago
Fix Sample C++ Plugin (#2182)

fab5f901f9ab47896b43b683d1e599c8dc169e4b authored over 4 years ago
Recreate hashes widgets when refreshing (#2181)

fe96ee1b51fa36007d5bfa77f050feed25c183fc authored over 4 years ago
Detect when native theme's darkness doesn't match color theme. (#2176)

ca7b3a623d9604de9b5e3e355d3d321cc02082e8 authored almost 5 years ago
Notify about seek change when using seek(QString). (#2175)

f65f5cab4bd2d608dc4f1dd0e42280ad544091c9 authored almost 5 years ago
Update version to 1.10.3-pre2 . (#2171)

a3661fa2595004bf255726a02a99e5141415bc9b authored almost 5 years ago
Fix issue with backslash being used in place of forward slash (#2170)

d6be2624d3a92fd8de68c46406b9b78ac3e5d5c8 authored almost 5 years ago
Add option for not loading plugins (#2160)

* Separate commandline parsing from rest of logic.
* Add options for not loading plugins.

6135fc7024678e0a743de3740351b00f345ba7ba authored almost 5 years ago
Use drrj to read values for RegistersWidget. (#2141)

* Avoids problem with 64bit value as number in json
* Keeps registers in the order reported by r2

aa8ecee8e2451a2b3fb4e765808898c93d8e9ae3 authored almost 5 years ago
Add commandline option for disabling stdout redirection (#2144)

* Add option for disabling stdout and stderr redirection.
* Add command line option description...

b69dff0fcd2a1a403783fdc4561c865dfbd1b6b2 authored almost 5 years ago
Fix errors reported by UB sanitizer (#2150)

* Use qt parent for deleting completer

Manually deleting causes some UAF due to it being inst...

4d2ef58e6a2e2c6efd1d35db1a4325a1c8079f44 authored almost 5 years ago
Use r2 c api for reading comments. (#2154)

C api allows specifying address directly thus avoiding unnecesarry reads
caused by seek(rb=true).

ccb53fedbf83113fdf666cbdc616343849c4b568 authored almost 5 years ago
update radare2 submodule (#2153)

8957e5eb64eccae1ee4dfa55cab0f217c7d0c667 authored almost 5 years ago
Resource names are strings (#2151)

a4cf66d13c5ccf2147b198d181ea8de2a428107f authored almost 5 years ago
Fix memory leak in listFlagsAsStringsAt. (#2145)

56543fa0c7c8e92a30cd63a3b8cac9b6755f47ce authored almost 5 years ago
Slight improvements to light theme (#2137)

b7d0c8531b74b831fba4da59157095d117f14292 authored almost 5 years ago
Do the depoly build on Ubuntu 16.04 (#2135)

7fbac90dcb3f937b27cdf93a310032aba1545c8f authored almost 5 years ago
Change include order to prevent warning from GNUInstallDirs (#2132)

CMake >= 3.17 warns that GNUInstallDirs might not work correctly if
included before some target...

80c21280391dd01a897513b6d2255020884c650e authored almost 5 years ago
Rename OpenFileDialog to MapFileDialog

f789337f45ff7af85dc6913e1146215d6e987f47 authored almost 5 years ago
Rename "Open" to "Map File" and "New" to "New Window"

e7691eb95635d2162b423d7a47deace5856a6a99 authored almost 5 years ago
Update cutter-deps to include qt 5.14.2 (#1868)

* Use the qt from cutter-deps on windows.
* Adjust shiboken lib name to match cutter-deps

0753147930f274db5905883445c5f0aa0bc618f8 authored almost 5 years ago
By default search r2 in /usr/local used by sys/install.sh. (#2128)

55d4ee3ce401cc70f550e0d070f2056d012f8548 authored almost 5 years ago
Add tooltip for displaying flag and comment in hexdump (#1471) (#2116)

* Add tooltip for displaying flag and comment in hexdump (#1471)

Co-authored-by: Itay Cohen...

7110d7397969826e39ebae71a45eee4f65cdb630 authored almost 5 years ago
Update github checkout action to v2. (#2126)

401b8240303e5da8678e6ed52e4059d970810a6d authored almost 5 years ago
Install ninja from backports on Ubuntu 16.04. (#2125)

742442d64a9d941a157e22e984bd1c94c26cd2ce authored almost 5 years ago
Fix redundent word in the docs (#2114)

4f649808344b5e6ffa70d4280997147a5ae880bb authored almost 5 years ago
Added function to load cutterrc from all standard paths along with home (#2109)

* added function to load cutterrc from all standard paths along with home

b06a6d0da8cecb5d4ddb9454c8665bdd0f7eca0f authored almost 5 years ago
update radare2 submodule

3f4edfb3a0baf6f0f936d5a80829882ff160f744 authored almost 5 years ago
Use cmdRaw and cmdRawAt in DisassemblerGraphView

fa2350dfb6aef289c5f2899b83016d3151385dbf authored almost 5 years ago
Use cmdRaw and cmdRawAt in Cutter.cpp

5d024490944111e75efe8eda2bf1049c1268d1d8 authored almost 5 years ago
Use cmdRaw and cmdRawAt in GraphWidget

cb1177b35cef20aac26b6666f3228e45de729561 authored almost 5 years ago
Use cmdRaw and cmdRawAt in ColorThemeListView

31c994ae4c58ce456a72eac9d4b5cebfed174979 authored almost 5 years ago
Use cmdRaw and cmdRawAt in AnalTask

cccbf62ec0ee41b4b16a429709d7957b381254b6 authored almost 5 years ago
Use cmdRaw and cmdRawAt in CommentsDialog

07a5b4a7488c6098cc35e1bdcb61ebd262b01249 authored almost 5 years ago
Use cmdRaw and cmdRawAt in ColorThemeWorker

6bd0d78b73cee3e27b7625a2569b11dc07820211 authored almost 5 years ago
Use cmdRaw and cmdRawAt in MainWindow

281e75389f9715465a2d946c60a1c794d60611ec authored almost 5 years ago
Use cmdRaw and cmdRawAt in Configuration.cpp

b735cb6f2306f55329debdb3637b082c1d9ce2bc authored almost 5 years ago
Use cmdRaw and cmdRawAt in DisassemblyContextMenu

34e2cdf960f286924d654dc0622ebcc15f9ef2bd authored almost 5 years ago
Use cmdRaw and cmdRawAt in ColorThemeEditDialog

1f41983923b8bdce3e291a93a1660508053d816c authored almost 5 years ago
Use cmdRaw and cmdRawAt in XrefsDialog

a47dcb26f9f9540cdc275963e368f29f659a1e4f authored almost 5 years ago
Use cmdRaw and cmdRawAt in WriteCommandsDialog

647978260ac7db382b64e131465315af85310500 authored almost 5 years ago
Use cmdRaw and cmdRawAt in NewFileDialog

87b9741767384a555dbec7104bd23e292ac15c82 authored almost 5 years ago
Use cmdRaw and cmdRawAt in DebugActions

4f01d544431ee35229ad9fccd7c7e25564aa2185 authored almost 5 years ago
Update docs for cmdRaw and cmdRawAt

394b6ca8d15498c838cac8abc84706228f12396c authored almost 5 years ago
Use cmdRaw and cmdRawAt in Dashboard

b98c2671b34b8047fa7bde17f71701a8718f3f6c authored almost 5 years ago
Use cmdRaw and cmdRawAt in HexdumpWidget

1849568c5f8adb9d44dd75c30cac45a5d29a976c authored almost 5 years ago
Improve cmdRaw

2cefc7444cbf2d7b617c8e6b27cecd03b0322e4b authored almost 5 years ago
Use cmdRaw and cmdRawAt in EditVariablesDialog

932318b40794066b028d094d0d4e572e861fb34e authored almost 5 years ago
Use cmdRaw and cmdRawAt in TypesWidget

638c838e6fc83fba322503f995648be1fae3dfbd authored almost 5 years ago
Install radare2 to /usr on Linux in Travis (#2113)

557fb323e7fc88d23734b3f86218aef035a2da4e authored almost 5 years ago
Version 1.10.3-pre

8501d03615ab77a98d69e34fb0ea2b8d8df82bbb authored almost 5 years ago
Update radare2 submodule (#2112)

fa4be70b0cf99c9897ad2cac4d6d0dde7068733f authored almost 5 years ago
fix statement has no effect warning (#2110)

d202b7d15d1b5bf17a7306d9e80dd3f0900f2b8b authored almost 5 years ago
fixed - a word not clearly was not clearly visible in preferences-debug (#2106)

5fb7fa5b993363ee33aef90503291966f69bf927 authored almost 5 years ago
Define dependency between python binding target and generated sources. (#2104)

1304624b03f58526791d4dfa3ba9222b0ebe3676 authored almost 5 years ago
add astyle backup .orig extension in .gitignore

867631d27ad6caf7ab52c8ff1032b8c010bbbcb7 authored almost 5 years ago
Implement some of w? commands in HexWidget (#1854)

* Implement write commands in hex widget
* Add cmdRawAt and seekSilent
* Document patching co...

e50eddb8cd45b2f8d3ee8f2582808b63d010b895 authored almost 5 years ago
Update PR Template for Cutter (#2096)

971a0c7a7725c8b91bae03ab86c342c118302ff3 authored almost 5 years ago
Add installing to CMake (#2084)

c4d7d649f1596f80a9bd6dc5ddadf67df85c4cf4 authored almost 5 years ago
Toggle remove option for string definition of instruction (#2059) (#2094)

* Toggle remove option for string definition of instruction (#2059)

ddeb7fbe5369aa83793fdf28cbca23bf3d326b12 authored almost 5 years ago
Improve cmake building instructions to support older versions (#2095)

f8a29e27cbe5315340488d6b384ffc7ce80e9896 authored almost 5 years ago
Version 1.10.2

b78df947d0a000ff38c38673fe84bae4c47a77e1 authored almost 5 years ago
Add scaling and background transparency options to graph export (#2089)

d12aae2ac0d749c9628e98ea3093b6fc475898b8 authored almost 5 years ago
Add configuration description getter to improve Initial Analysis dialog (#2088)

* Implement configuration description getter

* Use helper function and remove trimming

a327a33c3e542c44cc280e24c354226d700584f4 authored almost 5 years ago
Bump radare2 submodule to release v4.3.1 (#2083)

* Bump radare2 submodule to v4.3.1

6c8530e136cb25b2b99671407ff6c957a789cecc authored almost 5 years ago
Install sphinx from Pypi (#2082)

6e4cced12e9f19d9c53bd4e32fd6943966dc2a48 authored almost 5 years ago
Limit amount of JSON dumped in case of error. (#2081)

b173d05865e8102bb04b538a734d318e3024470e authored almost 5 years ago
Adjust menu documentation structure. (#2080)

* Adjust menu documentation structure.

58d9e526625c7cf0cba8c550cee697f85b878ca9 authored almost 5 years ago
Add initial user documentation and improve layout and style (#2078)

45f7f337803be44de97143e64f6751ce397f43c2 authored almost 5 years ago
Temporary enable manual brew update. (#2077)

a63c8823190a8f08b59c470bab826cc285048aaa authored almost 5 years ago
Update developer documentation (#2076)

* Update developer documentation
* Create a separate section for developer documentation
* Add...

50d2aba1296b279fb1e09cd110fbbf5473be4126 authored almost 5 years ago
Remove crowdin.yml

bee85ca36bfb0e1870bccd7f6e8cd88127d6e646 authored almost 5 years ago
Fix deprecated QString usage on empty relro info (#2075)

b3f2c9c6c30c2b499e8fe3fac74a99496b5dfe1c authored almost 5 years ago
Update Crowdin configuration file

a8b38a8c6243fbe1e3b5482ead4a9b839025d441 authored almost 5 years ago
Refactor hashes in dashboard to support newly added hashes (#2067)

* Fix regression of API to get all hashes
* Refactor hashes and entropy in Dashboard
* Update ...

7008d4e9b99115e719d6f32525d6389f95f422aa authored almost 5 years ago
Submodule update documentation (#2071)

* Add documentation to update the submodules (#2066)

Co-authored-by: Itay Cohen <itaycohen23@...

4b0e3c6664b58dff626468a1aa19d4ccc390bc95 authored almost 5 years ago
Change column oreder in xrefs (#2068)

c93681649b1a69a581efe3ce457dc3b4e295e41f authored almost 5 years ago
Add -B option for Base Address (#2074)

e38ff14bac7a4e14d1c62223a46c4b20892a1458 authored almost 5 years ago
Show realname on disassembly context menu (#2049)

* Show realname on disassembly context menu

dd7e01be3a4d21d4e788ec534f6ffd125372bdb4 authored almost 5 years ago
Fix typo "Adanced" -> "Advanced" (#2060)

9b7e3a3a309c1c111ee1ec2cba21f6953e4413bb authored almost 5 years ago
Add AddressableItemContextMenu bindings (#2054)

eb88c8b21a5ecd8a4b9c992932cdf5590994002d authored almost 5 years ago
Fix crash when opening theme editing window. (#2050)

5af4dce7f68019c3c9389a3d7ffba629a2657258 authored almost 5 years ago
Don't set comments to vertical when resizing (#2045)

37544b45d583bfed23bd17d5f9ef4516a7aafab8 authored about 5 years ago
Fix themes in welcome dialog (#2043)

cf65c0304a8ef4cc396ed83ea9b3e06e711d6c04 authored about 5 years ago
Version 1.10.1 (#2041)

857ca7fa8d440b70a296c8dc01f6fcc303df1343 authored about 5 years ago
Update radare2 to 4.2.1 (#2040)

d8943658503475b7df12258fd97c759b9b11909a authored about 5 years ago
Simplify and move Plugin context menu gui code out of core. (#2039)

1ae78655fa40983dc51267cc2dd50ebbe92f0cc1 authored about 5 years ago
Register refs widget improvements (#2038)

* Move register refs to the new telescoping function and add an addressable context menu

a1b5a41e56bb0db7cca94d1081192373464c1c0c authored about 5 years ago
Make breakpoints available outside of debug (#2027)

* Make breakpoints available outside of debug

969ce5ac30db4efe26bd2aaac8515aed7cd8a459 authored about 5 years ago
fix spelling errors (#2036)

57b587959335412b1688a238a8dbecff8f3508c6 authored about 5 years ago
Make user plugin path in settings a link. (#2034)

Closes #1793

63ae6e665e31bf356101bb4506b9185ad6cc8137 authored about 5 years ago
Add realname and libname to Flags and Imports widgets (#2024)

* Add realname and libname to flags and imports

8266cd074f5fc371a259466c5aff751fa5fdf188 authored about 5 years ago