Ecosyste.ms: OpenCollective

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

radareorg

Radare.Org is a collective of radare2 maintainers and developers
Collective - Host: opensource - https://opencollective.com/radareorg - Website: https://rada.re - Code: https://github.com/radareorg

Update translations submodule

github.com/radareorg/iaito - 81fa1a5f53bc57831b0ded82ccd40cc83c05fc1a authored over 3 years ago by pancake <[email protected]>
Update translations from crowdin

github.com/radareorg/iaito-translations - 9e4b6de0d1cbf8f8bf077240b54532cc32b384b4 authored over 3 years ago by pancake <[email protected]>
Add bin.cache in the Initial Options Dialog

github.com/radareorg/iaito - 05fd2eb752208bb354c662d192a82ff485b326ec authored over 3 years ago by pancake <[email protected]>
Fix double Quit issue

github.com/radareorg/iaito - 320d63a9a7dd135ae7cac884fc0cc73b1c5b42d2 authored over 3 years ago by pancake <[email protected]>
Workaround translation issue on macos

github.com/radareorg/iaito - b8040a7c7f8c15239b3472c8e2f849c880c944b1 authored over 3 years ago by pancake <[email protected]>
Improve light theme tab widget background color

github.com/radareorg/iaito - e307129c510df9a3a90c621a6fe25a592d3a4faf authored over 3 years ago by pancake <[email protected]>
Force build the translations on install if not found

github.com/radareorg/iaito - 37611551a68387de5b0d537b872b505ab6853382 authored over 3 years ago by pancake <[email protected]>
CI Build issues

github.com/radareorg/iaito - a60fb8ef89b22220e673d3b42d7ebcbeeb26de8e authored over 3 years ago by pancake <[email protected]>
More Iaito rebranding and cmake fixes

github.com/radareorg/iaito - 693612156073b1592b8a912fe593b66bf1239db5 authored over 3 years ago by pancake <[email protected]>
Use latest 5.2.0 release

github.com/radareorg/iaito - 037ebe09d2e6de8edf87b7f4b3d04f8b5f27350e authored over 3 years ago by pancake <[email protected]>
Release 5.2.0

github.com/radareorg/r2ghidra - 81cf63a8ef3aafcc67248ab952a454e69199df3f authored over 3 years ago by pancake <[email protected]>
Release 5.2.0 - codename: "morens"

github.com/radareorg/radare2 - cf3db945083fb4dab951874e5ec1283128deab11 authored over 3 years ago by pancake <[email protected]>
Tried to fix certain problems in r_file_dir_recursive and added it to a cmd.c (#18552)

* Fixed some of the glaring issues found in r_file_dir_recursive()
* Added a command to access ...

github.com/radareorg/radare2 - 4c2a518b7516e3d74781c818b80f43f90744b0f3 authored over 3 years ago by RHL120 <[email protected]>
Enumerate supported values for asm.cpu in the asm plugin

github.com/radareorg/r2ghidra - 064a0c98bb0195f6d101a17515137f990198a318 authored over 3 years ago by pancake <[email protected]>
Import @siguza's arm64 xref finder ##search (#18572)

* Support finding all xrefs
* For now it's just a core plugin named `sixref` (as in siguza's xr...

github.com/radareorg/radare2 - 7f5cab66d6b1a91e846de24464f2c57f3d0f2c39 authored over 3 years ago by pancake <[email protected]>
Parse the symbols from the ELF .gnu_debugdata section ##bin

github.com/radareorg/radare2 - 17a160cc7705e4af7bf92e6d6b11e9f706cb31e2 authored over 3 years ago by pancake <[email protected]>
Improve acll test

github.com/radareorg/radare2 - 33075505d06a5bcb4e5fa349b09dc0a4fda2b07d authored over 3 years ago by pancake <[email protected]>
iVj must print valid json, not empty output (#18571) ##json

Co-authored-by: pancake <[email protected]>

github.com/radareorg/radare2 - b52bf757a8233ed35626c7137507a42965758e44 authored over 3 years ago by pancake <[email protected]>
Support x86_64 and macOS dyld caches (#18570) ##bin

Co-authored-by: meme <[email protected]>

github.com/radareorg/radare2 - 0745702234e9172238763876d1638000f919b026 authored over 3 years ago by meme <[email protected]>
Remove duplicate definitions of `esilprintf` (#18567)

github.com/radareorg/radare2 - 764c1282931cd1f8a8d071e95d8d38366a0220c4 authored over 3 years ago by pancake <[email protected]>
Use =RS 8 for avr ##anal (#18568)

github.com/radareorg/radare2 - afb59d6f6cc2e2eabe003054f84313cd62f4e6de authored over 3 years ago by pancake <[email protected]>
Fix wrong demangling of tiff swab16 bit data ##bin (#18566)

github.com/radareorg/radare2 - d6e91498f2c55616647c14b1366965fa84889ac5 authored over 3 years ago by pancake <[email protected]>
Remove some exit() calls in libr ##api (#18565)

Co-authored-by: Anton Kochkov <[email protected]>

github.com/radareorg/radare2 - da3db59a2261705f9744e1be0a54702c4299a0a6 authored over 3 years ago by pancake <[email protected]>
Prevent r_print_hexdump to get a negative size (#18564)

Co-authored-by: Giovanni <[email protected]>

github.com/radareorg/radare2 - 777ca01c1860582836fc2836af5d32f1a8d7bd7f authored over 3 years ago by pancake <[email protected]>
Use r_bin_import_free() as <free> cb for imports list (#893) ##bin (#18563)

github.com/radareorg/radare2 - 3f7d6b17602941ab93124e9130a939bb2486c97c authored over 3 years ago by pancake <[email protected]>
Add test for the latest two commits (=RS and PYC)

github.com/radareorg/radare2 - beb4fa46d67a20591db0aea6942cbfeb3c8e7653 authored over 3 years ago by pancake <[email protected]>
Improve python disassembler and binary parser ##bin (#18561)

* Fix segfault when loading pyc9 file
* Lowercase all instructions (user can later decide asm.u...

github.com/radareorg/radare2 - ab295f224a8c61661d28e86d197e3f8b67b2fe9b authored over 3 years ago by pancake <[email protected]>
Fix null printf issue in arpi command ##reg

github.com/radareorg/radare2 - ed8a150867d74fb24f9e02ddd14620d24977d187 authored over 3 years ago by pancake <[email protected]>
Initial working implementation of =RS

github.com/radareorg/radare2 - 3231c0d585e0835b9f8bc2fa96b79075c11d2e6e authored over 3 years ago by pancake <[email protected]>
Add =RS directive in reg profiles to define default value ##anal

github.com/radareorg/radare2 - 4bb90e2399a782c8ce2f21e46fa29fd7fb9c37cf authored over 3 years ago by pancake <[email protected]>
Add a bunch of py test files

* https://github.com/rizinorg/rizin-testbins/tree/master/pyc

github.com/radareorg/radare2-testbins - 495f947a411e31c63eaa23498eee686af815d445 authored over 3 years ago by pancake <[email protected]>
Add support of freebsb-x86-32 in the sflib #ragg2

github.com/radareorg/radare2 - af8d904409dc191305c5bb3ee4ded8866f888748 authored over 3 years ago by temp1337 <temp1337@github>
Fix Ctrl-J issue and remove redundant code in 'Ctrl-J' block ##cons

github.com/radareorg/radare2 - b3941078a4073c3360b10f7c567ef11fdd32c3c2 authored over 3 years ago by valdaarhun <[email protected]>
Improve error reporting in winkd://

github.com/radareorg/radare2 - 476efd4d2fb56a28ecce6a9fc48db5a13a4a1310 authored over 3 years ago by pancake <[email protected]>
Implement wv[fdD] for float, double and long double and fix pf [fF] #print

github.com/radareorg/radare2 - d996327f36975392fcc32d5e9371f7ba742f6966 authored over 3 years ago by pancake <[email protected]>
Implement r_sys_unxz

github.com/radareorg/radare2 - 0000e053eb207681753d4f686d0c31ba4fdfcc59 authored over 3 years ago by pancake <[email protected]>
Implement pFX command exemplifying the use of r_sys_unxz() ##print

* Add support for xz decompression, that will be the base for future
api handling internal imp...

github.com/radareorg/radare2 - 0a268e67a5f717e70ddd22c5d8909ee6be1bb850 authored over 3 years ago by pancake <[email protected]>
Rename r_cons_memcat to r_cons_write ##api (#18559)

github.com/radareorg/radare2 - 3862fb7e821d6ca0392537d6c503b5862bf49828 authored over 3 years ago by pancake <[email protected]>
Fix tcc unused var warnings (#18557)

github.com/radareorg/radare2 - 6bcd2466aac99dbc7bf2eab30757bd601009b29f authored over 3 years ago by pancake <[email protected]>
r2libr generated on Sat Apr 10 02:02:10 UTC 2021

github.com/radareorg/radare2-bindings - 858fc2f40151ddd86fb8db21cff93d645a8cbcdc authored over 3 years ago by mio <[email protected]>
Fix meson missing r_util/r_axml.h

github.com/radareorg/radare2 - 36beac2a014178fa470e975cfb114e3fcdfe6a63 authored over 3 years ago by mio <[email protected]>
Cleanup libr/parse/c/*tcc* -227LOC

github.com/radareorg/radare2 - 49cf315d9e9f229f0b6c031fcfec4af7b9ddef65 authored over 3 years ago by pancake <[email protected]>
Rename import r2 to import r2libr

github.com/radareorg/radare2-bindings - 906ab1dc45822657b24e74f1c821b51a45e7c536 authored over 3 years ago by mio <[email protected]>
Fix static builds with meson (duplicated tcc symbols)

github.com/radareorg/radare2 - 4a04583bb31766f187d988571f415659a574e57b authored over 3 years ago by pancake <[email protected]>
Move shlr/tcc into libr/parse/c ##build

github.com/radareorg/radare2 - 1e0f8e1841a3bc1c96a06c11b70cf8080dd05652 authored over 3 years ago by pancake <[email protected]>
Fix meson build issues related to grub (#18554) ##build

github.com/radareorg/radare2 - 26d12a4404070ece079bde47aac2c2968975f2dd authored over 3 years ago by pancake <[email protected]>
Minor white theme fix

github.com/radareorg/radare2 - 3f70b40af0951c21c7be5ecdbaa31e3174e79990 authored over 3 years ago by pancake <[email protected]>
Fix proper hash comments & quotes mix (#18551) ##shell

The problem was that the quotes are not checked to be before or after
the hash comment.

Fixe...

github.com/radareorg/radare2 - 198ef7e997d30fcc3c78d6552330d09a3cae8c52 authored over 3 years ago by Alucowie <[email protected]>
Coverity fixes for Android Binary XML (#18553)

Co-authored-by: meme <[email protected]>

github.com/radareorg/radare2 - 6354a1ed39b07dc0b31e13c50c31d4e8df588bdd authored over 3 years ago by meme <[email protected]>
Android Binary XML support (#18545) ##print

github.com/radareorg/radare2 - b23a063c3c9fab4c2dedeca005f3cdf0f802f22b authored over 3 years ago by meme <[email protected]>
r2libr generated on Thu Apr 8 14:35:52 UTC 2021

github.com/radareorg/radare2-bindings - 1c5e2ad7373082acb286a97127a5ef1f09bf0431 authored over 3 years ago by mio <[email protected]>
Bump r2libr version to 5.1.0-1 to fix project url

github.com/radareorg/radare2-bindings - 9fdae2c5b35b794edac8a849b6b65a94094f2970 authored over 3 years ago by mio <[email protected]>
Update README for r2libr

github.com/radareorg/radare2-bindings - 18f24f1eb5009fb0ddfd4c741da3e07306448030 authored over 3 years ago by mio <[email protected]>
r2libr generated on Thu Apr 8 13:55:12 UTC 2021

github.com/radareorg/radare2-bindings - 6ee14feda33bf13a1cb732ad6925c98de91db123 authored over 3 years ago by mio <[email protected]>
Also allow manual trigger

github.com/radareorg/radare2-bindings - ab7cae0a4c9deac5192b718ab12398ed1368c03c authored over 3 years ago by mio <[email protected]>
Better control for workflow

github.com/radareorg/radare2-bindings - 5ee013c47f15d928f1f2b810a23681e1e917c0c8 authored over 3 years ago by mio <[email protected]>
r2api generated on Thu Apr 8 11:23:05 UTC 2021

github.com/radareorg/radare2-bindings - 920dc20d40cf107bb1757b76c2f87a31a3991e9f authored over 3 years ago by mio <[email protected]>
Fix for cwd and allow to publish manually

github.com/radareorg/radare2-bindings - 6b1908f5c50e64b8e065c82820e383a511b53fde authored over 3 years ago by mio <[email protected]>
Use a fixed version of ctypeslib2

github.com/radareorg/radare2-bindings - 7637bb762cc3719bded24091604cbe643f107f0a authored over 3 years ago by mio <[email protected]>
Moved from https://github.com/wtdcode/pyr2

github.com/radareorg/radare2-bindings - 26a72cee8fda65e4e617c341c072cf899c827c80 authored over 3 years ago by mio <[email protected]>
Fix jump table analysis issue for r2ghidra.v850 (#18550) ##anal

github.com/radareorg/radare2 - 3fedf8003687cccd25bc739427b95b2f40742c03 authored over 3 years ago by pancake <[email protected]>
Drop the gradient in the midnight QDockWidgets

github.com/radareorg/iaito - d6655ee136b2d199d3ea369e5b997a6de78274fc authored over 3 years ago by pancake <[email protected]>
Fix aop.type=ret for v850.dispose (#26)

github.com/radareorg/r2ghidra - 36b860759f62166f85635ecd0092080848292f9d authored over 3 years ago by pancake <[email protected]>
Show results after pressing ^C in /ad ##search (#18549)

github.com/radareorg/radare2 - 13318a5262dc95516e528955b0c36c73810d19bb authored over 3 years ago by pancake <[email protected]>
Update the README

github.com/radareorg/iaito - 4387a28f28c4729a2830a0448f1f8215f05d0035 authored over 3 years ago by pancake <[email protected]>
Dont use the travis, github actions is enough

github.com/radareorg/iaito - 1000025fd1325446d6aadc01d2cedfad7ee46453 authored over 3 years ago by pancake <[email protected]>
Update README

github.com/radareorg/iaito - 46db1266c0c465a67df5ad6d6a79e4c008253da7 authored over 3 years ago by pancake <[email protected]>
Fix crash and also load locales from qtdir

github.com/radareorg/iaito - 217724f3a80cd7014331187fcf6b2a0948278baa authored over 3 years ago by pancake <[email protected]>
Fix submodule path

github.com/radareorg/iaito - 5b99f55bd44202b45c68cc5fe5f38e3655b6fba7 authored over 3 years ago by pancake <[email protected]>
Update translation submodule

github.com/radareorg/iaito - 6c45fc8897a2da39005364906da7935a52cb1ebf authored over 3 years ago by pancake <[email protected]>
Fix application icon

github.com/radareorg/iaito - 5b198d7cfe37cc101b53183784b476d76028dc0c authored over 3 years ago by pancake <[email protected]>
Fix large loading times when parsing encrypted/fuzzed macho ##bin (#18547)

* Strip flags from entsize when checking bounds

Co-authored-by: pancake <[email protected]>...

github.com/radareorg/radare2 - f0cafe9198f1e53061a59dd0c4aee0cc68688fca authored over 3 years ago by pancake <[email protected]>
Do not consider ELFs with .gnu_debugdata section as stripped ##bin (#18548)

Co-authored-by: pancake <[email protected]>

github.com/radareorg/radare2 - fcf3ad1e1d95f493f0648b42f60a6901be53c5e5 authored over 3 years ago by pancake <[email protected]>
Update r2 submodule

github.com/radareorg/iaito - 1d3bf7ddcaf9162e55886e90d569c6436234e5d0 authored over 3 years ago by pancake <[email protected]>
Add Esperanto, Galician, Basque and Tokipona

github.com/radareorg/iaito - 3e6fdd8a18d0f9dc992c1c53f07cebff55e7df9f authored over 3 years ago by pancake <[email protected]>
Add .gitignore file

github.com/radareorg/iaito-translations - 5a52138d1cbb2f130c170a3c531ebaa19acc035d authored over 3 years ago by pancake <[email protected]>
Add Basque, Esperanto and Tokipona

github.com/radareorg/iaito-translations - fe4bf639f1445fd37011e2dc9d8d3b0604224b00 authored over 3 years ago by pancake <[email protected]>
Load languages from user's home too

github.com/radareorg/iaito - 865487d444ae17b0a971f79f033b50f73ef54bd9 authored over 3 years ago by pancake <[email protected]>
Add install targets

github.com/radareorg/iaito-translations - fb2d3916b92c88f3ac86e996d3ef733d53d3ba60 authored over 3 years ago by pancake <[email protected]>
Initial crowdin sync

github.com/radareorg/iaito-translations - df400de3fd45dc1c0f1f12eaf3a6aa21e3118b27 authored over 3 years ago by pancake <[email protected]>
Use iaito-translations instead of cutter-translations

github.com/radareorg/iaito - ce820ba3917045740a3aec4f7615c7faaedddf31 authored over 3 years ago by pancake <[email protected]>
Rebranding back to Iaito

github.com/radareorg/iaito-translations - 549acb09846334260880a7c3b906c20c1cf5963c authored over 3 years ago by pancake <[email protected]>
Enable emu.str by default

github.com/radareorg/iaito - db8736c102cd9d780d8987a4bbd66c2c22311283 authored over 3 years ago by pancake <[email protected]>
Version bump for r2pipe-promise 1.6.1

github.com/radareorg/radare2-r2pipe - cef4239a48b81c8a5a00fdf7e2617d70307f5d46 authored over 3 years ago by pancake <[email protected]>