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

Bump ini from 1.3.5 to 1.3.8 in /www/t

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github...

github.com/radareorg/radare2-webui - 8cad2af6dc68818cbd08bbb04a1ee2fd5ee1910e authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Remove all the deprecated abi apis

github.com/radareorg/radare2 - 664e8800d6c0095cb7f054407306015edfff77c3 authored over 2 years ago by pancake <[email protected]>
Now that assert api uses RLog API there's no need to append a newline

github.com/radareorg/radare2 - c77f1581da1960e108746e27b17a592fdd385b7c authored over 2 years ago by pancake <[email protected]>
Add `afci` command and improve `afc?` help message

* Document `afcll` command.

github.com/radareorg/radare2 - 41a2d144e55e99b1a42292cdfc0bdc96410c37c4 authored over 2 years ago by pancake <[email protected]>
Rename the `handler_old` leftovers to follow the r2 coding style

github.com/radareorg/radare2 - dd44ca5d898c7cf4cc0f77341272871f5ca5bfe6 authored over 2 years ago by pancake <[email protected]>
Show proper error when no function found in `afv` ##shell

github.com/radareorg/radare2 - a9c8b8914c3f15f1605d2f6c270975ac0e7a64fa authored over 2 years ago by pancake <[email protected]>
Refactor, fix, and test `dd` command (#19842)

* Test dd commands
* Improve dd help text
* Move dd command into a self-contained function
* ...

github.com/radareorg/radare2 - 724d23a6c0a0b989540a4fbb3ffcadb3bb6fe011 authored over 2 years ago by Lazula <[email protected]>
Expose R_WEAK attribute and minor cleanups

* Fix memleak in cbin.relocs

github.com/radareorg/radare2 - 81c90134548cb7ca8a4f28c92d93ec4e27ba8bc3 authored over 2 years ago by pancake <[email protected]>
Improve RLog API and usage, document R2_LOG_ vars in r2 -hh ##core

github.com/radareorg/radare2 - e7816e4d6799440552ea5a5e952970168b31961d authored over 2 years ago by pancake <[email protected]>
RLog cleanup, dont use `log` is a libc function

github.com/radareorg/radare2 - cef87fbc7c5b5b4157c03ecf50131cf4e7499e6f authored over 2 years ago by pancake <[email protected]>
Use wx+ instead of wx;s+16 in pc* command ##print

github.com/radareorg/radare2 - 9598fe559275218e9903bf63ae6a70bf1f930643 authored over 2 years ago by pancake <[email protected]>
Add RAnal.use in RAnalBind to use it from RAsm ##analysis

github.com/radareorg/radare2 - 0034d2c177b98480f76dae15cfc2bd311a42a281 authored over 2 years ago by pancake <[email protected]>
Add dxrs command and tests for dx/dxr/dxrs

github.com/radareorg/radare2 - 540a357b8e24e4f36497b82ddc4d4862c245842d authored over 2 years ago by Lazula <[email protected]>
Improve variable names in r_debug_execute

github.com/radareorg/radare2 - cc8e2b3f55f14c5b426540f0c60c739099247b30 authored over 2 years ago by Lazula <[email protected]>
Honor help text capitalization

github.com/radareorg/radare2 - fc00c929c4486e0a2a3c30a3b7f14812eda102b4 authored over 2 years ago by Lazula <[email protected]>
Improve dx help and add dxa test

github.com/radareorg/radare2 - 81afa3aa987f92c368bf5d047640ea0fe2badf56 authored over 2 years ago by Lazula <[email protected]>
RBinFile size must be ut64, not signed int to open > 2GB files ##bin

* Causes `izz` to fail with invalid negative ranges
* Also affects other commands, but this brea...

github.com/radareorg/radare2 - 2a3b6cc550067d0440122b33c5dfbed7e8c11549 authored over 2 years ago by pancake <[email protected]>
After release version bump. Expect ABI breaks until 5.7.0 is out

github.com/radareorg/radare2 - 8b81e8fe1430db8a399b74b6f0a1063ec4eeb20d authored over 2 years ago by pancake <[email protected]>
Release 5.6.8 - Codename: remora

github.com/radareorg/radare2 - d94100d386e8bc349b500af309e1880447a1e9da authored over 2 years ago by pancake <[email protected]>
Add sandbox checks for the debugger io plugins ##security

github.com/radareorg/radare2 - 576e81d71d6b7b6e96c117501141c2fa5eaa56be authored over 2 years ago by pancake <[email protected]>
Fix infinite loop in -1 command ##shell

github.com/radareorg/radare2 - 87c3bbca0a39d7487b27802641989c7fdf3721c8 authored over 2 years ago by pancake <[email protected]>
Fix comma separated args in r_anal_function_format_sig ##analysis

* This is used by `pd`

github.com/radareorg/radare2 - 9386d87f1a4e0e7d2ee3c839972b350aeeb13945 authored over 2 years ago by pancake <[email protected]>
Update tests with new argument/variable ordering

github.com/radareorg/radare2 - f3b0097822d8712bca4b0ca9d6756867cd6743ef authored over 2 years ago by pancake <[email protected]>
Fix cmd_graph test when running on non-x86-64

github.com/radareorg/radare2 - 349d29298627755b15c9259829b46fe7701a829a authored over 2 years ago by pancake <[email protected]>
Fix #19876 - Smarter local variable and argument sorting ##disasm

* Fix tests

github.com/radareorg/radare2 - 3b3b83637e20606db03f266fc5c12c1fcc291a9a authored over 2 years ago by pancake <[email protected]>
Add tests for argument ordering issue #19876

github.com/radareorg/radare2 - bfa549eb437373b4f213097025acdeb42a05a9cc authored over 2 years ago by pancake <[email protected]>
Use VARPREFIX and ARGPREFIX instead of "var" and "arg"

github.com/radareorg/radare2 - 0f5b8b0809ca0e22f428278cc2d02e119a85b288 authored over 2 years ago by pancake <[email protected]>
Fix null deref in code meta commands ##crash

github.com/radareorg/radare2 - cb70fb2bcef4a751dfa7b13c2af898a3256464ce authored over 2 years ago by pancake <[email protected]>
Show args before vars in afv summary also in `pd` ##disasm

github.com/radareorg/radare2 - f933c5e86cead771de7e9df6b92d39c530a2d0e2 authored over 2 years ago by pancake <[email protected]>
Bump async from 2.6.3 to 2.6.4 in /www/t

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://gi...

github.com/radareorg/radare2-webui - 1956c8dab06cc656306551029d27e537458d7e0b authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump minimist from 1.2.5 to 1.2.6 in /www/t

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](ht...

github.com/radareorg/radare2-webui - f0fc2a99d8709a367ad4f5a4f3243e4efe363ad9 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix www root for 'runm'

github.com/radareorg/radare2-webui - 9b88d2fbc40584c9c6f9b3f8f39be13a42c61901 authored over 2 years ago by FrenchYeti <[email protected]>
Add npm and terser to package-lock

github.com/radareorg/radare2-webui - b11e4b9ee927d4d80f0e3c82aacc7eb7455d138c authored over 2 years ago by FrenchYeti <[email protected]>
Fix command names

github.com/radareorg/radare2-webui - 1bf7f29b9554580ca0df42b6eb5be183bce2962f authored over 2 years ago by Georges-B. Michel <[email protected]>
add coloring for select links

github.com/radareorg/radare2-webui - ede02ce1ba7f8974ad3f526d22097f161e83337b authored over 2 years ago by FrenchYeti <[email protected]>
Reduce size of app.js

github.com/radareorg/radare2-webui - 58e17d0318e19db7ce561a2f1aedaa5dc15061d6 authored over 2 years ago by FrenchYeti <[email protected]>
Fix html encoding issue inside FlagsWidget

github.com/radareorg/radare2-webui - 3dac6e66c3c6bd1dc6efe2604ca2437bdb24a816 authored over 2 years ago by FrenchYeti <[email protected]>
Remove useless commands for Material

github.com/radareorg/radare2-webui - ae51f0e9c3237aa7fbbceb9ea7b67719c9e0c4e7 authored over 2 years ago by FrenchYeti <[email protected]>
Add new package lock

github.com/radareorg/radare2-webui - 46a8ee70d94d85ca6d336d86544ca7bfe6f70811 authored over 2 years ago by Georges-B. Michel <[email protected]>
Add npm and terser

github.com/radareorg/radare2-webui - ad4ccb980871e2889a196dffecff3de6ce696614 authored over 2 years ago by FrenchYeti <[email protected]>
Remove old packages locks

github.com/radareorg/radare2-webui - e82e6b1702183e14ada8dfbed7d75f94b7a35ca7 authored over 2 years ago by Georges-B. Michel <[email protected]>
Fix encoding issue and style into flag list widget

github.com/radareorg/radare2-webui - 18b6c3bbeb7aad79d3c4e6849aec2533a10c2627 authored over 2 years ago by FrenchYeti <[email protected]>
Remove browserify and babel

github.com/radareorg/radare2-webui - e1922aefd6803e3fc46d67a99313bb57b270b3cc authored over 2 years ago by Georges-B. Michel <[email protected]>
Remove map and useless font files

github.com/radareorg/radare2-webui - 2901fb0ba9049934f97d84c687e776afe1ef3154 authored over 2 years ago by FrenchYeti <[email protected]>
Upgrade or remove dependencies

github.com/radareorg/radare2-webui - b8497e1a8ca71ebb3509576cfd2217428f51968c authored over 2 years ago by Georges-B. Michel <[email protected]>
Add an error return to r_core_project_cat ##projects

* Minor changes to r_core_project_cat
* Use core->num->value in r_core_project_cat
* Add a tes...

github.com/radareorg/radare2 - 7435f879820c47a9dfe144c16a345bbff5d18cd6 authored over 2 years ago by RHL120 <[email protected]>
Improve `wz` help and error handling ##shell

* Rename to wz_handler and use core, fix core return code handling

github.com/radareorg/radare2 - 9160bea40a3240055e5dd60e471d4e8787a00d8e authored over 2 years ago by Lazula <[email protected]>
Fix trailing space in `om ` command when `map->name` is empty (#19965)

github.com/radareorg/radare2 - 8bc9678023acfcc9ab2fc299665071fe3c94432e authored over 2 years ago by Lazula <[email protected]>
Add test of oobread bug in ne

github.com/radareorg/radare2-testbins - ace35f6e7a3d78fe4d7e0c35bd48b200c825656b authored over 2 years ago by pancake <[email protected]>
Fix oobread bug in NE parser ##crash

* Reported by @cnitlrt via huntrdev
* BountyID: 02b4b563-b946-4343-9092-38d1c5cd60c9
* Reprodu...

github.com/radareorg/radare2 - 1dd65336f0f0c351d6ea853efcf73cf9c0030862 authored over 2 years ago by pancake <[email protected]>
Fix `aeabj` output which returned different information than `aeab` ##json

github.com/radareorg/radare2 - a58b8d4e2e3c084ec5093bd96d3283e2a99d2fec authored over 2 years ago by mdolmen <[email protected]>
Add nenull testbin

github.com/radareorg/radare2-testbins - 97374801702cc5d125bc05229281b5a760a08d97 authored over 2 years ago by pancake <[email protected]>
Fix null deref in ne parser ##crash

* Reported by @cnitlrt via huntr.dev
* BountyID: d8b6d239-6d7b-4783-b26b-5be848c01aa1/
* Reprodu...

github.com/radareorg/radare2 - 48f0ea79f99174fb0a62cb2354e13496ce5b7c44 authored over 2 years ago by pancake <[email protected]>
Collapse bit loop into color loop and reduce color scope

github.com/radareorg/radare2 - 9540cb5279e601807c30cac3d22b69e7b23af110 authored over 2 years ago by Lazula <[email protected]>
Refactor and rename __core_cmp_bits to cmp_bits

github.com/radareorg/radare2 - f3162fda40612dd6aeb6cb06fbe585afdd3b4178 authored over 2 years ago by Lazula <[email protected]>
Improve c1 arg handling

github.com/radareorg/radare2 - 2a7b9dbfb7aab0c575a5fccadc8152f6abd93c75 authored over 2 years ago by Lazula <[email protected]>
Use a single utAny for c[1248] values

github.com/radareorg/radare2 - 0111ca4cca5477f82b324f128e23b2a45ace2b96 authored over 2 years ago by Lazula <[email protected]>
Add comments to mark commands in the switch statement

github.com/radareorg/radare2 - cd03cd9bda1ec97656da09468c230c38738c00a1 authored over 2 years ago by Lazula <[email protected]>
Fix infinite loop in getBreakpoints

github.com/radareorg/iaito - b8a42d881110fe7c4d6ce7797fad0cd258621a72 authored over 2 years ago by pancake <[email protected]>
Update r2pipe for use with docker (#19960)

github.com/radareorg/radare2 - 460b25e8f07c9ced9805e7e825eda60ba20cee32 authored over 2 years ago by n01e0 <[email protected]>
Fix #16335 - `tp` not handling blocksize properly ##types (#19955)

github.com/radareorg/radare2 - c234538b8c59c0f017cf4bfbb9e67a50839c925a authored over 2 years ago by pancake <[email protected]>
Change Repo Link (#134)

* Update r2ghidra-sleigh
* Update yara
* Update radeco
* Update www-enyo
* Update www-m
* U...

github.com/radareorg/radare2-pm - ac2de8d0b35575ee21e5633e1c0fa14545d0e977 authored over 2 years ago by Apkunpacker <[email protected]>
Add missing loongarch for the meson ##build

github.com/radareorg/radare2 - 7fc24c11a7ec209d9a48c3cfe7a35849354cad11 authored over 2 years ago by junchao-loongson <[email protected]>
ci.tolower()

github.com/radareorg/radare2 - 7afaee8b2958707c2788b8b42615fca4524a4ab1 authored over 2 years ago by pancake <[email protected]>
Update r2au repository

github.com/radareorg/radare2-pm - 934193f6cccf7c4ddd49a2722064f59790a9f9e9 authored over 2 years ago by pancake <[email protected]>
Import r2au from https://github.com/radare/radare2-au

github.com/radareorg/radare2-extras - caee60477706537184d1851d407a9e0d9b5e848c authored over 2 years ago by pancake <[email protected]>
Run r2pm from core internally ##shell

github.com/radareorg/radare2 - 2faf3c2e39ed32aa7c17085c3ebffb42eb49ee94 authored over 2 years ago by pancake <[email protected]>
Fixes for the Trim.args() for ?e ##shell

github.com/radareorg/radare2 - d4a7c58bd03b602a02256f6072825800eb43677d authored over 2 years ago by pancake <[email protected]>
update link of radeco from radare to radareorg (#133)

github.com/radareorg/radare2-pm - 26a336ce78f0f13efd98375d7eb93f013c04847f authored over 2 years ago by Apkunpacker <[email protected]>
Update example.java (#234)

github.com/radareorg/radare2-bindings - b823034a6f1b33200e8084d1ebbc14cea2fbbbe7 authored over 2 years ago by Apkunpacker <[email protected]>
Update r2ghidra-sleigh

github.com/radareorg/radare2-pm - 6e0d48f691b74fe6542d3e76e84fca2173a5d2fd authored over 2 years ago by Apkunpacker <[email protected]>
Update yara

github.com/radareorg/radare2-pm - 564adff92aec40caf8ac76cfad13dd1e5e4dbc0b authored over 2 years ago by Apkunpacker <[email protected]>
Fix three tests failing on non-x86-64 hosts

github.com/radareorg/radare2 - cb097fe79b49d08c67dac42364af5a358e40e9a4 authored over 2 years ago by pancake <[email protected]>
Increase commit log from 3 to 10 in ##r2pm

github.com/radareorg/radare2 - 8ff7008d4054ac267e597666366686af3cb20154 authored over 2 years ago by pancake <[email protected]>
Github messed up the CI

github.com/radareorg/radare2 - d3c7a5b2fada0e256aa0cdaac6f61123fe61aab0 authored over 2 years ago by pancake <[email protected]>
Hide some dyldcache parsing error messages and improve string filtering ##bin

github.com/radareorg/radare2 - fe6879c90590e0cd5b8db44c5611e628c22ac697 authored over 2 years ago by pancake <[email protected]>
Fix infinite loop in strings and better use of is_breaked() ##bin

github.com/radareorg/radare2 - d05035fc0ef6fbd9a73cf8b218cee4e104298934 authored over 2 years ago by pancake <[email protected]>
Handle ^C in fg and improve ^C in pd ##shell

github.com/radareorg/radare2 - 15463008105521a972bd27446a3ad2c2c40c34f3 authored over 2 years ago by pancake <[email protected]>
Handle ^C when loading dyldcache binaries ##bin

github.com/radareorg/radare2 - f8d42884219954895970ed7bb51450f04897531c authored over 2 years ago by pancake <[email protected]>
Show friendly warning when loading without R_DYLDCACHE_FILTER ##bin

github.com/radareorg/radare2 - 584b25ceeec8dfb61f698f47641e2da979f292c1 authored over 2 years ago by pancake <[email protected]>
Fix two more oobread bugs in the dyldcache plugin ##bin

github.com/radareorg/radare2 - 55ace025a1be59d19c7c70b75495e30e7ba25892 authored over 2 years ago by pancake <[email protected]>
Fix oobread crash in the rebasing method of dyldcache ##bin

github.com/radareorg/radare2 - cc85cbe29701203e1d363d3c694a4e5ff9d414db authored over 2 years ago by pancake <[email protected]>
Fix negative allocation attempt in izz that will surely fail ##bin

github.com/radareorg/radare2 - 74ff9890314fa35d801d0683f94b4251d206ab55 authored over 2 years ago by pancake <[email protected]>
Fix null deref in IaitoCore::getBreakpoints (#74)

* Fixed IaitoCore::getBreakpoints
This function was responible for a segfault when loading any ...

github.com/radareorg/iaito - f449b2df1ff6738eb2890b194e0de9e0cb850d0a authored over 2 years ago by Kaki <[email protected]>
Update byte signature flag name ##signatures

github.com/radareorg/radare2 - a0a5428154fae44330c106ced59531425b424d4d authored over 2 years ago by Dennis Goodlett <[email protected]>
Fix last covs - memleaks and null derefs

github.com/radareorg/radare2 - 818fc91ec85b1c67be95da451fc0b3d71f846f2b authored over 2 years ago by pancake <[email protected]>
Fix mach0 class 64bit address sorting bug ##bin

* runtime error: signed integer overflow:
* -1509921269 - 2037252608 cannot be represented in ty...

github.com/radareorg/radare2 - aa6908ddc4073582b757ba1b86070027db9a5a64 authored over 2 years ago by pancake <[email protected]>
Lowercase all the help messages for consistency (2) ##shell

github.com/radareorg/radare2 - 40ec717e09589f15a75fca1249c8a04b28e96087 authored over 2 years ago by Apkunpacker <[email protected]>
Minor cleanups in the xnu debugger codebase

github.com/radareorg/radare2 - 28533a32c5eb01c856420d336716133015bee60c authored over 2 years ago by pancake <[email protected]>
Honor escaping semicolons in macro definitions ##shell

* WIP (disabled by default) make RStr.trimArgs() work on ALL commands
* Honor escaping special ...

github.com/radareorg/radare2 - 31cd732a00a700cb1da43cc269f5e42d2af8c549 authored over 2 years ago by pancake <[email protected]>
Fix #19940 - infinite loop in x/i on invalid instructions ##crash

* Also affects pdi and pde

github.com/radareorg/radare2 - 13c2f23dd7ad011d4534364ddc92f19af4319eaa authored over 2 years ago by pancake <[email protected]>
Show 'missing X info' error in rabin2 -H ##bin

* It was previously handled only in the `iH` command

github.com/radareorg/radare2 - 2ea35bceb77b4b2c43a125750cfa3d8c2ff71a6f authored over 2 years ago by pancake <[email protected]>
Fix oobread and unaligned casts in the NE entrypoint logic ##crash

* Reported by @hmsec via huntr.dev
* Reproducer: nepocaligns
* BountyID: ec538fa4-06c6-4050-a141...

github.com/radareorg/radare2 - 0a557045476a2969c7079aec9eeb29d02f2809c6 authored over 2 years ago by pancake <[email protected]>
Lowercase all the help messages for consistency ##shell

github.com/radareorg/radare2 - 6d0bf405ac705d4a31cbe436caa44c00898fc85f authored over 2 years ago by Apkunpacker <[email protected]>
Fix random segfault happening with wrong null preconditions in iobank ##crash

* Reproducer: <undisclosed>

github.com/radareorg/radare2 - 39bdef0df9db6a9ebd6c4909ac3de8da6f9f1685 authored over 2 years ago by pancake <[email protected]>