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

Add SM4 block cipher ##crypto

github.com/radareorg/radare2 - 5abc76e288e510095cf11e0e91b7f66adb351bfb authored about 2 years ago by Sylvain Pelissier <[email protected]>
Fix leaks in VE mode ##cons

github.com/radareorg/radare2 - 1bcc3670a76faae686c427e8f0ebf7806109aed7 authored about 2 years ago by Paul B Mahol <[email protected]>
Fix background color for dark theme ##cons

github.com/radareorg/radare2 - d703818be6de9c4948e1836439fef12199ce6901 authored about 2 years ago by Paul B Mahol <[email protected]>
Simplify ansi color mapping ##cons

github.com/radareorg/radare2 - 6b28daadb2e8893d0e43c54b5161f5d7a0174718 authored about 2 years ago by Paul B Mahol <[email protected]>
Add to all themes 'ecd' at start ##cons

Ensures defined behaviour when switching themes,
otherwise theme would take colors for missinge ...

github.com/radareorg/radare2 - 6f7840a8ece8ff89a06c369caf31d804af332389 authored about 2 years ago by Paul B Mahol <[email protected]>
Fix 'num' display with gentoo theme on 256 term ##cons

github.com/radareorg/radare2 - 2853c85fc202d06027ae44d8c01d6cfa4b1b9be3 authored about 2 years ago by Paul B Mahol <[email protected]>
Fix several bugs when interacting in VE mode ##cons

No need to handle non-truecolor mode separately,
there is conversion internally to lesser format...

github.com/radareorg/radare2 - 090bba7945c9d0f00527a7dff2f1d627557e8c83 authored about 2 years ago by Paul B Mahol <[email protected]>
Fix leak in nextpal() ##cons

github.com/radareorg/radare2 - 454e8c61abbd8f96b825bc419a96780b2191a2c4 authored about 2 years ago by Paul B Mahol <[email protected]>
Remove duplicate entry for basic theme ##cons

github.com/radareorg/radare2 - b8605f9a4425f2a5034a3658cda20d9cd3157358 authored about 2 years ago by Paul B Mahol <[email protected]>
Fix leak of memory returned by r_str_ansi_crop() ##cons

github.com/radareorg/radare2 - c163b3a71503725ae71ceb0647f47bde26c28fc7 authored about 2 years ago by Paul B Mahol <[email protected]>
Check for RGraph in r_graph_free() ##util

github.com/radareorg/radare2 - b4d929f2c4b9e6f9f7762005533c59ee88770cc1 authored about 2 years ago by Paul B Mahol <[email protected]>
fix: src/core/Iaito.cpp SIGABRT in IaitoCore::initialize -> RCoreLocked::~RCoreLocked

github.com/radareorg/iaito - 1f9b0c2d69ad856499196e75906c0083e4db05de authored about 2 years ago by Arhzi <[email protected]>
Enable emulation in /as, it's fast enough and results are better ##search

* Use x16 on macOS and x8 on Linux
* Add test against glibc

github.com/radareorg/radare2 - c0d3c226f161663248975fc90e20af464b683b27 authored about 2 years ago by pancake <[email protected]>
Silence compilation warning in show_reg_args() ##anal

github.com/radareorg/radare2 - 11c2d8de0731aa9676d4e4553f7bb6681d2df6d6 authored about 2 years ago by Paul B Mahol <[email protected]>
Fix leak in 'aex' command. ##anal

github.com/radareorg/radare2 - 19f82350621624e250d19ba1bf2729f7d88c0337 authored about 2 years ago by Paul B Mahol <[email protected]>
Fix compilation warning ##anal

Fix logic in code.

github.com/radareorg/radare2 - 4ac5862a902d3f1d15c3feac47b20c20fe0e0b6a authored about 2 years ago by Paul B Mahol <[email protected]>
Fix leak in r_core_esil_step() ##anal

github.com/radareorg/radare2 - d747f49147eea8d676e43f0eab8a8d20e0ef66f1 authored about 2 years ago by Paul B Mahol <[email protected]>
Test and benchmark --with-sysmagic in the CI ##search

* Improve output of search.verbose
* Remove conflictive magic signature

github.com/radareorg/radare2 - ddf483893e92f9edcd3d65f1098231b000bfe28a authored about 2 years ago by pancake <[email protected]>
Fix unnecessary large allocation on fuzzed machos

github.com/radareorg/radare2 - 474c258c29f077dc4e1de8050a48e70c9265ed02 authored about 2 years ago by pancake <[email protected]>
Fix null deref on non-capstone builds ##crash

github.com/radareorg/radare2 - 4f1cbdc6fc80dfa0edcc30a40dd74f22c437540a authored about 2 years ago by pancake <[email protected]>
Fix leak of list when using asj command ##anal

github.com/radareorg/radare2 - 0f2e7dfdcc4a41a5cf24c01df25893c4a7faff5f authored about 2 years ago by Paul B Mahol <[email protected]>
Fix leak of RAnalBlock in false return code path ##anal

Block should be unreferenced after it have been referenced
above while loop.

Fixes possible lea...

github.com/radareorg/radare2 - 6d3e0346b76b7ad831b6feef1af32b805c72522e authored about 2 years ago by Paul B Mahol <[email protected]>
Fix broken 'rafind2 -e' test

github.com/radareorg/radare2 - 36347f19f2ba84850977a4a1ee618fa2652dfdd6 authored about 2 years ago by Paul B Mahol <[email protected]>
Check that vector length is not 0 ##anal

github.com/radareorg/radare2 - 75deea0d96d135b7acf6519ee43c62c68570cf55 authored about 2 years ago by Paul B Mahol <[email protected]>
Check list allocation return value ##anal

github.com/radareorg/radare2 - ac4ef739a155cd3bb02c28593f4933e6c008ba52 authored about 2 years ago by Paul B Mahol <[email protected]>
Fix several issues in r_syscmd_join() ##util

Fix crash if reallocation happens when using r_str_append().
Fix leaks in function.

github.com/radareorg/radare2 - 10eb24198a10bf652c139f53f313c46f922b2759 authored about 2 years ago by Paul B Mahol <[email protected]>
Fix leaks caused by not calling r_anal_op_fini() ##anal

github.com/radareorg/radare2 - e5234b920cd199d532c1ab05e95df725ebd746d6 authored about 2 years ago by Paul B Mahol <[email protected]>
Fix leak of char* in r_table_visual_list() ##util

github.com/radareorg/radare2 - a9956f7192a2a276bb909a82d1c36a6469aa7e17 authored about 2 years ago by Paul B Mahol <[email protected]>
Fix leak in bin_sections ##bin

No need to call strdup for last r_listinfo_new() parameter.
r_listinfo_new() strdups internally.

github.com/radareorg/radare2 - 9b9a7ee8926ce385f184a41b637ec4f6f393ae7f authored about 2 years ago by Paul B Mahol <[email protected]>
Fix integer overflow in R_BIN_NM_BLOCKS

github.com/radareorg/radare2 - ef0b0ddc7f24d12020ed4c0f43aa8f65f48d78f6 authored about 2 years ago by Paul B Mahol <[email protected]>
Fix leak of pointer left behind ##core

github.com/radareorg/radare2 - bca169d07f56bf631dd2e2048b8f1cfb581d4912 authored about 2 years ago by Paul B Mahol <[email protected]>
Fix integer overflow in match_c_lui() ##asm

github.com/radareorg/radare2 - 833b8d92a004cf82b6a97c11e42b3f2f1d384882 authored about 2 years ago by Paul B Mahol <[email protected]>
Fix leak by inappropriate use of realloc()

github.com/radareorg/radare2 - 3a6e3c797fd7dc90c0979c9e2cfebdf50dee97ea authored about 2 years ago by Paul B Mahol <[email protected]>
Fix leaks on error path in r_io_zip_open_many() ##io

github.com/radareorg/radare2 - 2d496db14ae9e0789f381938d8cc53cf04638b19 authored about 2 years ago by Paul B Mahol <[email protected]>
Fix leak in error path of r_core_anal_search_xrefs() ##core

github.com/radareorg/radare2 - 7246782899218858b47d5bad4ff8dac319f3a243 authored about 2 years ago by Paul B Mahol <[email protected]>
Fix memory leak on error path of rabin_do_operation() ##tools

github.com/radareorg/radare2 - cafbed4ea83364c30cdda363800e8a90b723ce4e authored about 2 years ago by Paul B Mahol <[email protected]>
Fix integer overflow in R_ANAL_JAVA_COND_OP

github.com/radareorg/radare2 - c79b5f76cf22ff23445cad628dbf32f52d91d5f1 authored about 2 years ago by Paul B Mahol <[email protected]>
Emit json when radiff2 is run with -Cj ##diff

github.com/radareorg/radare2 - 0133e927099272612e5d7900a74870b2c91efbe3 authored about 2 years ago by erfur <[email protected]>
Tell correct command for function renaming

github.com/radareorg/radare2 - cc4a6115f681d1941582487328446700dc57a464 authored about 2 years ago by Paul B Mahol <[email protected]>
Fix leaks of allocated memory for duplicate plugins ##tools

github.com/radareorg/radare2 - 802eb32aa24bf17cfd9cb167be0143db663abda6 authored about 2 years ago by Paul B Mahol <[email protected]>
Check return value of r_list_new() ##tools

github.com/radareorg/radare2 - ab4efd117c6ff7484f4bef8fd4ac93cb6c6b3d66 authored about 2 years ago by Paul B Mahol <[email protected]>
Fix leak in some yanking cases ##util

github.com/radareorg/radare2 - dc2862970735c473770adedf17792669bf2a2f04 authored about 2 years ago by Paul B Mahol <[email protected]>
Fix leak in r_log_vmessage() ##util

github.com/radareorg/radare2 - da0f39b082ee2c07a9ffe9ba5cf0b32591c75ada authored about 2 years ago by Paul B Mahol <[email protected]>
Check if RList* is available before calling r_list_get_n() ##util

github.com/radareorg/radare2 - 038287c551f218555203b24c5662d3e225feacc8 authored about 2 years ago by Paul B Mahol <[email protected]>
Fix possible leak of list after each loop iteration ##util

github.com/radareorg/radare2 - 2853a125e4d685ed38d32766e4f3116cdd47f73e authored about 2 years ago by Paul B Mahol <[email protected]>
Move eprintf message to debug log ##util

github.com/radareorg/radare2 - 6ca1563d21d4bfa2f85587a5eb9f1dff8ecb6c8b authored about 2 years ago by Paul B Mahol <[email protected]>
Fixing debian version mismatch issue

github.com/radareorg/r2ghidra - dcdfa8706bec39ea820fe0c8858747b2f1e3e1be authored about 2 years ago by Pau RE <[email protected]>
Improve pid directive in rarun2, better info reporting ##tools

github.com/radareorg/radare2 - d6cd7e74ba392ea3c224572d031c61c100403257 authored about 2 years ago by pancake <[email protected]>
Ci improvements (#87)

* Fix git clone to clone specific tag
* Simplify CI artifacts
* Add download artifacts script
...

github.com/radareorg/r2ghidra - 296c3da1521099311e1f0e048042475b9527e71d authored about 2 years ago by PauRE <[email protected]>
Add pickle descriptions ##anal

github.com/radareorg/radare2 - a28d10f2228974c55b5a0d30e5e52b7b25d198b7 authored about 2 years ago by Dennis Goodlett <[email protected]>
After release version bump

github.com/radareorg/radare2 - a1c68b92dd02caa2f29a19add2f96669deddd68d authored about 2 years ago by pancake <[email protected]>
Upgrade to the latest capstone-next for ppc purposes ##arch

github.com/radareorg/radare2 - a66f301d1848cbdd22c5e72567c389167557e834 authored about 2 years ago by pancake <[email protected]>
Fix artifact path for the release step

github.com/radareorg/r2ghidra - 92fbfe8681e7a729c202adb8cc3befad93c8ee1a authored about 2 years ago by pancake <[email protected]>
Separate R2V and R2G version numbers in the CI script

github.com/radareorg/r2ghidra - cca4ac737a8f1fa7d71cc37c68ac891c6a29d7db authored about 2 years ago by pancake <[email protected]>
Fix free(stack) crash in fortunetypes list

github.com/radareorg/radare2 - 116bb77ffc518c7ec0301ab0821952a93eeece58 authored about 2 years ago by pancake <[email protected]>
Fix typo in m1 build script

github.com/radareorg/radare2 - 54d66a1536ec608831f32500197d48dcb1f69f23 authored about 2 years ago by pancake <[email protected]>
Move BPF to radare2 (#310)

github.com/radareorg/radare2-extras - 15b05687aed5127668b8d827c9042e526343f9a9 authored about 2 years ago by Richard Patel <[email protected]>
Remove obsolete tip, and fix another one.

github.com/radareorg/radare2 - bf386b221d2787efdddd6ac9b1fc65cdfde8db1e authored about 2 years ago by Paul B Mahol <[email protected]>
Remove BPF (now in core r2) (#142)

github.com/radareorg/radare2-pm - c0626751d762d4c1fab90db709a14e5ada9c90d7 authored about 2 years ago by Richard Patel <[email protected]>
Release 5.7.6

github.com/radareorg/r2ghidra - 263e36bda500c47e5f73c55d271ae48aa829f3cd authored about 2 years ago by pancake <[email protected]>
Release 5.7.6 - codename mapi

github.com/radareorg/radare2 - 2913f019f93bce04a21f9b29f3d0e98d7d51a767 authored about 2 years ago by pancake <[email protected]>
Refactor a few eprintf 'Cannot …' to R_LOG_ERROR

github.com/radareorg/radare2 - b78855c38d43e076b29e6adc183d271fb665c07c authored about 2 years ago by Richard Patel <[email protected]>
GIT_TAP=$R2_VERSION if no .git is found ##build

github.com/radareorg/radare2 - 34323f2c30767bf2a3d14013b621a823a79f16b9 authored about 2 years ago by pancake <[email protected]>
More REL files

github.com/radareorg/radare2-testbins - f8f30af214dd90ef13407b97a4b71c3f02324e44 authored about 2 years ago by Richard Patel <[email protected]>
Minor indent fixes in projects.c

github.com/radareorg/radare2 - a86c2a1aaad65a4a8c848af0a892e67b715eef51 authored about 2 years ago by RHL120 <[email protected]>
Fix for riscv ##asm

github.com/radareorg/radare2 - e874bc55c1915637960af1ed5be5c38841d0a206 authored about 2 years ago by Paul B Mahol <[email protected]>
Fix r_cons_printf call in calculator ##view

github.com/radareorg/radare2 - 4e47807078bf5a30e4795c8768307c86125b224b authored about 2 years ago by Paul B Mahol <[email protected]>
Fixes riscv w64 build and improve console printing

github.com/radareorg/radare2 - 4f0fd49b1d2ddba21271b2c6f28d335779d5f4f8 authored about 2 years ago by pancake <[email protected]>
Fix consola

github.com/radareorg/radare2 - 8c51861578ef2e3090a3ec6a66cdc6f13cac5f48 authored about 2 years ago by pancake <[email protected]>
Add `Assembler` entry in Tools/ ##panels

github.com/radareorg/radare2 - 8b44cee545f0d095cd8f89b41440b2ced3e80273 authored about 2 years ago by pancake <[email protected]>
Fix another uaf in the macho swizzling

github.com/radareorg/radare2 - 0fded98afa68ebb84f6773e305b00a68a4deafa1 authored about 2 years ago by pancake <[email protected]>
Add mnemonic API to pickle arch ##anal

github.com/radareorg/radare2 - 8e3142b3326a060a3eb70e4c491e93438c028220 authored about 2 years ago by Dennis Goodlett <[email protected]>
Fix riscv test

github.com/radareorg/radare2 - 36e337227e52751865abbc0c25c07f532eb3858c authored about 2 years ago by pancake <[email protected]>
Fix drf for esil in panels and indent the egg

github.com/radareorg/radare2 - 9b1bc3f85f919d64e6e603ae434138218c573907 authored about 2 years ago by pancake <[email protected]>
Add FPU/XMM/YMM panel displays ##view

github.com/radareorg/radare2 - 8a11b2992771c83a148c96a16598ddcfc8547897 authored about 2 years ago by Paul B Mahol <[email protected]>
Fix riscv left shift bugs and implement archinfo ##arch

github.com/radareorg/radare2 - bcff5df91d647fff7868ff8d7a4770e4a165463c authored about 2 years ago by pancake <[email protected]>
Refactor a few eprintf to R_LOG_ERROR ##refactor

github.com/radareorg/radare2 - dcd740dd531a7ecd1751f17ecf5ae650d750acae authored about 2 years ago by Richard Patel <[email protected]>
Speed up rendering by caching context pointer ##cons

github.com/radareorg/radare2 - a9badb01ce833b1a2f54e88939312456e1970a82 authored about 2 years ago by Paul B Mahol <[email protected]>
Merge asm.riscv into anal.riscv ##refactor

github.com/radareorg/radare2 - 02989468cdad24e2888f94de7c48fe04c714bad0 authored about 2 years ago by pancake <[email protected]>
Release 5.7.2

github.com/radareorg/iaito - 1dd91e9816c46083992d229bfa258d72608ae4c9 authored about 2 years ago by pancake <[email protected]>
Fix #20439 - rafind2 -V search for values like in /v ##tools

github.com/radareorg/radare2 - fec0a64b41c87a1a1ae9480ea3d6c0898fffbd01 authored about 2 years ago by pancake <[email protected]>
Fix #16209 - ragg2 on macOS ##tools

github.com/radareorg/radare2 - a2007867bb14155a2fbd0ed318ca3861359c931b authored about 2 years ago by Adwaith V Gautham <[email protected]>
Add REL file

github.com/radareorg/radare2-testbins - a4d524c7056d1f385835a1f565cff2a4ef487c1e authored about 2 years ago by Richard Patel <[email protected]>
Be more strict when parsing numbers ##util

github.com/radareorg/radare2 - 5662271054b5d2eb4f7cad0e26857f381a6959c7 authored about 2 years ago by pancake <[email protected]>
Revert "Update capstone which improves the PPC support ##arch"

This reverts commit a175015eb3e642d0986762446557fd51c12defc2.

github.com/radareorg/radare2 - fb67f995b70f3d429b95ceef9c981ba38dbe27dc authored about 2 years ago by pancake <[email protected]>
Update ghidra-native-0.2.5 to fix an internal null deref

github.com/radareorg/r2ghidra - 16b3fd70936dada7b4f8627edf7513b61952804d authored about 2 years ago by pancake <[email protected]>
Update capstone which improves the PPC support ##arch

github.com/radareorg/radare2 - a175015eb3e642d0986762446557fd51c12defc2 authored about 2 years ago by pancake <[email protected]>
Add patch fixing an internal null-deref bug

github.com/radareorg/ghidra-native - 1e93cb9a985e3acb2c6bdcb722607fbbec4435ef authored about 2 years ago by pancake <[email protected]>
Add the infamous command `tac` ##shell

github.com/radareorg/radare2 - 8df818b2dea154c0c1fa78bd5570ebda80b90710 authored about 2 years ago by pancake <[email protected]>
Fix leak in pseudo x86 parser

github.com/radareorg/radare2 - d4c2c61df153ec005563cf442d8d7aa93329374e authored about 2 years ago by Paul B Mahol <[email protected]>
Fix leak when showing lib versions

github.com/radareorg/radare2 - 5aad604a273b4dcf7474e9f1dcca7776c0a27871 authored about 2 years ago by Paul B Mahol <[email protected]>
Fix leaks when switching color themes

github.com/radareorg/radare2 - 02e306efa28840edc4b4cf3fbbeabd00b4ab4259 authored about 2 years ago by Paul B Mahol <[email protected]>
Fix leak in backtrace_fuzzy()

The stack pointer is written once and then read
and after that is abandoned.

github.com/radareorg/radare2 - 2cc93d76c230248a6fd6d92f3db2b110491a97fc authored about 2 years ago by Paul B Mahol <[email protected]>
Fix leak of anal_arch in r_core_anal_cc_init()

github.com/radareorg/radare2 - 5cb5f9aab2cb8ede9d82be1a6622277a4c17a8e2 authored about 2 years ago by Paul B Mahol <[email protected]>
Check for memory allocation failure in backtrace_fuzzy()

github.com/radareorg/radare2 - 75a206cb173dded45190cd2b9ce2a43ad6fd0030 authored about 2 years ago by Paul B Mahol <[email protected]>
Fix memory leak when calling tcc_sym_push()

github.com/radareorg/radare2 - a2a29d8a24db5effced39481cc71844bc0369858 authored about 2 years ago by Paul B Mahol <[email protected]>
Update tests using the deprecated anal.noncode

github.com/radareorg/radare2 - d2af6a76f8a4d4e70c73e00974e47b3cffd388bd authored about 2 years ago by pancake <[email protected]>
Add cmd.undo and handles it for `w` and `CC` commands ##core

* Improve undo command listing
* The cmd.undo variable when set some commands add entries into t...

github.com/radareorg/radare2 - 1cd49a8d1ce125f95ef3e8e6603d497878ff6471 authored about 2 years ago by pancake <[email protected]>
Initial support for wasm via ghidra-native 0.2.4

github.com/radareorg/r2ghidra - 6ef4055c91fca7fac045439d021b964430cf4ea3 authored about 2 years ago by pancake <[email protected]>