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

Fix x86_cs cmpbs esil ##anal ##esil (#18251)

github.com/radareorg/radare2 - d8c8851a42333faedc9b3523d3da356f37b33ee4 authored almost 4 years ago by condret <[email protected]>
Fix memleak in db/esil/apple (#18238) ##bin

* Add r_skiplist_insert_autofree and fix memleaks in db/esil/apple

github.com/radareorg/radare2 - b8784098f7f7c2d4b7b97564ca4039eeb0e5ef96 authored almost 4 years ago by Liumeo <[email protected]>
Fix #rizin302 - Fix function modification detection false ##rizin

github.com/radareorg/radare2 - c972d6a5232c4e2c5bb3633524c8e39c3220a9de authored almost 4 years ago by GustavoLCR <[email protected]>
Clear syscall and sysregs sdbs if their files are not found (#379)

* Clear syscall and sysregs sdbs if their files are not found
* "Fix" cmd_k tests

Co-authored-b...

github.com/radareorg/radare2 - 3073b0f8d8c4051905352106dbe5e8da1e15614c authored almost 4 years ago by Khairul Azhar Kasmiran <[email protected]>
Fix trace crash caused by a mismatch between the register profile and op anal ##rizin

github.com/radareorg/radare2 - 7919b993057cd3d142f3e7f205b652f0e1d602b6 authored almost 4 years ago by yossizap <[email protected]>
Unbreak "avr stop anal when invalid instruction" test (#377)

github.com/radareorg/radare2 - f6f0fcc58b1c7d32fad51d2a845c2c7ec31d6c72 authored almost 4 years ago by Khairul Azhar Kasmiran <[email protected]>
Add missing files and remaining patches from import

github.com/radareorg/radare2 - 0dbc4ee537a1098a49928a6330fda5dbc01b6d90 authored almost 4 years ago by pancake <[email protected]>
Add derizin script and workflow description

github.com/radareorg/radare2 - 021c5bc81d9d876ab9c30a34337ff111c2c92d30 authored almost 4 years ago by pancake <[email protected]>
Tighten utf16le auto-detection rules

github.com/radareorg/radare2 - 60c08f311198a3962d4087a3dd13c706031fe104 authored almost 4 years ago by Khairul Azhar Kasmiran <[email protected]>
fixed double free in ds_update_ref_lines

github.com/radareorg/radare2 - f2314d45336086bb53bd98b4a157f92b74c5b879 authored almost 4 years ago by wargio <[email protected]>
Simplify the Makefile

github.com/radareorg/radare2 - 2285024b88233faad1dd991b1f05a2cd49af790a authored almost 4 years ago by Anton Kochkov <[email protected]>
AVR: Fixed profile, (null) instruction and anal ##rizin

github.com/radareorg/radare2 - 3de5f99e682c7ad33ca9cf21dd0a1fc192eedb0a authored almost 4 years ago by wargio <[email protected]>
Support evar filtering in eq and check for bool type in RConfig.toggle ##core

github.com/radareorg/radare2 - a2b3adb6717a5e81eb97cc333c01c45eb998199a authored almost 4 years ago by Riccardo Schirone <[email protected]>
Fixing clang flow warnings (#321) ##rizin

github.com/radareorg/radare2 - 5ffe3e42401f55816515e7c99fa1766135296d84 authored almost 4 years ago by Giovanni <[email protected]>
Add Meson for static build

github.com/radareorg/radare2 - 1a7a2d5bc471701971be6d1282698ae05fda9b6d authored almost 4 years ago by Anton Kochkov <[email protected]>
Fixed AVR anal plugin warning due unpopulated mnemonic ##rizin

github.com/radareorg/radare2 - cfcf4f86ac5871be1d13defe2247c89b91b6da49 authored almost 4 years ago by wargio <[email protected]>
Added test: search ROP for AVR

github.com/radareorg/radare2 - 034d2f05afed9ab84b757357c4b9fcf0f1814ef2 authored almost 4 years ago by wargio <[email protected]>
Fixed ACR build scripts to build AVR disassembler and anal plugins

github.com/radareorg/radare2 - 085125b4ba27377b63cd85358e1d60b797e85189 authored almost 4 years ago by wargio <[email protected]>
Fix minunit -Wformat-overflow= warning by increasing

github.com/radareorg/radare2 - 0b607b38e0f0b5106af224f6f3716baab4766f07 authored almost 4 years ago by Khairul Azhar Kasmiran <[email protected]>
Fix dead increment libr/util/utype.c

github.com/radareorg/radare2 - 78dc2b5b5f8d28a7975367d5082f37dfce094667 authored almost 4 years ago by Alexis Ehret <[email protected]>
Refactoring function r_type_func_guess

github.com/radareorg/radare2 - 8ad2d817c29be6f202d6a8c8dc73ac616ffd93d6 authored almost 4 years ago by Alexis Ehret <[email protected]>
Fix potential null-deref in r_rbtree_cont_foreach() ##rizin

github.com/radareorg/radare2 - 0967e24b400feaec3e2d832f912b9d418b537ba7 authored almost 4 years ago by Florian Maerkl <[email protected]>
minunit.h: Use snprintf instead (#367)

* #define minunit buf size

* Use snprintf instead in minunit.h

* Use snprint_mem instead

Co-a...

github.com/radareorg/radare2 - 509d3f673b24a68f06132e0bf78d021b2c76e993 authored almost 4 years ago by Khairul Azhar Kasmiran <[email protected]>
Fix dead initialization libr/core/agraph.c

r_list_foreach assign already a value for 'gn';

github.com/radareorg/radare2 - 9683174a57d326aa00fc312eee7a7cb7c47d70c2 authored almost 4 years ago by Alexis Ehret <[email protected]>
Refactoring function r_str_isnumber

github.com/radareorg/radare2 - 4827f58ea687f148e80029450163047d9c9b267c authored almost 4 years ago by Alexis Ehret <[email protected]>
Fix dead increments in places

github.com/radareorg/radare2 - a3f05a9b1a212430eaa5368f078626b60b64838f authored almost 4 years ago by Alexis Ehret <[email protected]>
Remove all dead assignment detect by clang sa (#310) ##rizin

github.com/radareorg/radare2 - 21c98d60ac2005ba9029b1c0febccd25284d5db4 authored almost 4 years ago by Alexis Ehret <[email protected]>
add REPEAT, change todo, trap, and syscall behavior

github.com/radareorg/esilsolve - a189717144cd7a4fe9f165531cca7464446a4b73 authored almost 4 years ago by aemmitt-ns <[email protected]>
change usage message so it at least mentions all options. Still need to clean up options with arguments

github.com/radareorg/radare2 - 5a207ff69c1d3bd262351995ccf098f36156eb9f authored almost 4 years ago by Allen McIntosh <[email protected]>
Make description of -O match code and help output

github.com/radareorg/radare2 - faee03c0ece7f722ab03359a6060e7b121f20764 authored almost 4 years ago by Allen McIntosh <[email protected]>
If radiff2 can't open first file, don't claim that second file can't be opened

github.com/radareorg/radare2 - 33421f00c625e12a37daaa602202c28f4d43c2be authored almost 4 years ago by Allen McIntosh <[email protected]>
Fix r_anal_diff_fcn() so that case where only one function has NULL name is not treated the same as two functions with equal names

github.com/radareorg/radare2 - 4ca278c2cb93db37993674c593201a04dee4d9c9 authored almost 4 years ago by Allen McIntosh <[email protected]>
Fix CI badge

github.com/radareorg/r2ghidra - d8f090636b6482db5d559aa4d08e1a7c6e03c7cb authored almost 4 years ago by pancake <[email protected]>
Update GHIDRA submodule, fix install and FreeBSD build

github.com/radareorg/r2ghidra - e9d36ca6598eaacca9de1aa5bc459fbff2a3c5a1 authored almost 4 years ago by pancake <[email protected]>
Add CI for linux-acr,cmake,asan and macos-acr

github.com/radareorg/r2ghidra - 70486360896699d6b66ccc644e1aa24778c26219 authored almost 4 years ago by pancake <[email protected]>
Check for r_asm and r_anal in configure.acr

github.com/radareorg/r2ghidra - fc34574429fe64d17d318194f69c1b2797f91af5 authored almost 4 years ago by pancake <[email protected]>
Add Dockerfile for Debian Buster

github.com/radareorg/r2ghidra - 253db5e225e48b059349052428886a16b8069658 authored almost 4 years ago by pancake <[email protected]>
Improve Debian build system

github.com/radareorg/r2ghidra - c4d5702cd0841a8407372149d20005c680e2eadb authored almost 4 years ago by pancake <[email protected]>
Fix crash in XNU kernel parsing (no cache) ##bin

Also handle corresponding chained pointers format
and rename made up name.

github.com/radareorg/radare2 - fb45d1de305a8626da759b0232ee63919f5b578d authored almost 4 years ago by Francesco Tamagni <[email protected]>
One more -Werror=maybe-uninitialized

github.com/radareorg/radare2 - ae9ffe4a833915efac4622d24d2dc3dfd4bed427 authored almost 4 years ago by pancake <[email protected]>
One more -Werror=maybe-uninitialized issue fixed

github.com/radareorg/radare2 - 9b862a8ad87931153255a09e274f14bc4b3b039c authored almost 4 years ago by pancake <[email protected]>
Fix -Wmaybe-uninitialized issue

github.com/radareorg/radare2 - c66b83c679f565b6cde84b71669571de6d098e95 authored almost 4 years ago by pancake <[email protected]>
Update n/radare2.html's Documentation section (#146)

github.com/radareorg/radare.org - 3bee728752d1555de1cd043848da1b64ea46c698 authored almost 4 years ago by Alex Bender <[email protected]>
Add esil2reil plugin

github.com/radareorg/radare2-pm - f6d5ed5203389eb1e383c9c716dcca7d49410ace authored almost 4 years ago by pancake <[email protected]>
Remove ESIL->REIL code and commands ##refactor

* Despite being working it was not complete, not in
* sync with latest ESIL, not tested and we n...

github.com/radareorg/radare2 - ee5fca96ff70f1d3fe371c9021f23d426b8defac authored almost 4 years ago by pancake <[email protected]>
Add history logs for the e2r thing

github.com/radareorg/radare2-extras - 5a14def4af39f113e0e745b694dcda07e4d9c31e authored almost 4 years ago by pancake <[email protected]>
Add esil2reil plugin ripping code from r2

github.com/radareorg/radare2-extras - c8cb79e175c3ca6d55b8a70d6ee71f03609b9f97 authored almost 4 years ago by pancake <[email protected]>
Fix android and ios artifact names

github.com/radareorg/radare2 - b433916b254bc0208de9e2e4e102306c6eb4a7ed authored almost 4 years ago by pancake <[email protected]>
Type and null check fixes for RConfig

github.com/radareorg/radare2 - 3d2856bb8180664bc5d0fb57e40aab59ff4f9fbb authored almost 4 years ago by pancake <[email protected]>
Expose RConfigNode.options APIs to avoid messing with internals ##core

github.com/radareorg/radare2 - 773695d835807773d56f4e64490331f63fb8c0f6 authored almost 4 years ago by pancake <[email protected]>
Simpler CI

github.com/radareorg/sdb - a0538d75715207b143a4350ec5a67b2bc1d17245 authored almost 4 years ago by pancake <[email protected]>
Fix another race condition in the makefile

github.com/radareorg/r2ghidra - 808745d70b9e16c6696da5a6b3a5dae74ab0c982 authored almost 4 years ago by pancake <[email protected]>
Move the sanal global singleton into the heap, still causing segfault

github.com/radareorg/r2ghidra - 48930439e66aed8fb843b9640c33400719cf6038 authored almost 4 years ago by pancake <[email protected]>
Fix double free caused by global SleighAsm with implicit initialization

github.com/radareorg/r2ghidra - 2ae1286066ddfcef62394fbf6399e18250eadc27 authored almost 4 years ago by pancake <[email protected]>
improve floating point operation, add arm example

github.com/radareorg/esilsolve - 29442412f30038df44d6dd12f694f57a03911a73 authored almost 4 years ago by aemmitt-ns <[email protected]>
fix x86-cs rep/repe/repne esil expressions ##esil ##anal

github.com/radareorg/radare2 - c8b64170c4eaa25f8ba8dd7dd4d857d40508ce6e authored almost 4 years ago by condret <[email protected]>
Copy generate package after compilation in dist/macos

github.com/radareorg/radare2 - ccf5e66d266f9fb056bb4e455091a6718e3602a6 authored almost 4 years ago by pancake <[email protected]>
Fix make race condition

github.com/radareorg/r2ghidra - b5b8922763f515f4048f25818fe7a67186ce92f6 authored almost 4 years ago by pancake <[email protected]>
Fix plugin type name array issue in Lc command

github.com/radareorg/radare2 - 917682ac131515fc5139dd4bd6879190ee76c6e3 authored almost 4 years ago by pancake <[email protected]>
Update Ghidra and Catch more invalid types from Rizin (Fix #187)

github.com/radareorg/r2ghidra - 0dda47721f04966b396e1fae11b6ace888a7f26d authored almost 4 years ago by Florian Maerkl <[email protected]>
Fix override warnings, improve make clean and fix cmake plugin installation path

github.com/radareorg/r2ghidra - efd9f1a607033dbdd30282a7f499dcf737e98d3b authored almost 4 years ago by pancake <[email protected]>
Fix ACR+CMake builds using pregenerated bison/flex files

Changes inspired by the latest commits in the rz-ghidra repo

github.com/radareorg/r2ghidra - c042d275344e7e7855f8849e942ef2d9f44fcfbf authored almost 4 years ago by pancake <[email protected]>
Fix build with latest ghidra

github.com/radareorg/r2ghidra - 7e26a20ef22451b2ff07424f18c2328d47aa2d7d authored almost 4 years ago by pancake <[email protected]>
Add CC, command previous CC, is now CCF ##meta

github.com/radareorg/radare2 - edda7a408aa0e7f4a88831e2d832f2c8be1142c1 authored almost 4 years ago by pancake <[email protected]>
Implement RTable:sql and add RTable.name ##core

github.com/radareorg/radare2 - 08d7fe688c449ef24f4769d2244ce899edd27478 authored almost 4 years ago by pancake <[email protected]>
pd, is an alias for pdt (pdt will be removed soon) ##disasm

github.com/radareorg/radare2 - d444bf338e29bdd95efb52bbb8f7a8400257ef00 authored almost 4 years ago by pancake <[email protected]>
Update README.md

typo

github.com/radareorg/radare2 - 0d5963ecc4bfde887c639a73a8755b5b8e2e7daf authored almost 4 years ago by laohuai <[email protected]>
Use pj in rahash2 ##refactor

github.com/radareorg/radare2 - 4c58f45500ea410a1eefaf5d355ec7b004bb3bc1 authored almost 4 years ago by eagleoflqj <[email protected]>
Rename asm.emustr to emu.str leftover in tests

github.com/radareorg/radare2 - bfb794858e6124f840ad1b4d1cdc3c9a79632451 authored almost 4 years ago by pancake <[email protected]>
Add r2ghidra-dev package

github.com/radareorg/radare2-pm - aed6f69ff8d6d13135f28f776dff890f56ab064a authored almost 4 years ago by pancake <[email protected]>
Adjust tests and fix some map naming issue

github.com/radareorg/radare2 - 6b81691d9cc1780cbf48692688b38ad6a51446ca authored almost 4 years ago by pancake <[email protected]>
Add man name information in `o*` output ##projects

github.com/radareorg/radare2 - fbbeccb4c48f073a14bb59172f307b9181b4eb3e authored almost 4 years ago by pancake <[email protected]>
Use RConfigNode.getter callback in anal.cc to be in sync with `k anal/cc/default.cc` ##projects

github.com/radareorg/radare2 - 76de54f79f83b0720340d1ba124a2ae62f441b6b authored almost 4 years ago by pancake <[email protected]>
Use pj in `dbtj` ##refactor (#18230)

github.com/radareorg/radare2 - 0d49da05b7f16bfd036f0fca6e30083cd1cb0102 authored almost 4 years ago by Liumeo <[email protected]>
Remove strncat usage (#18229) ##refactor

github.com/radareorg/radare2 - c631443b9b1a1e74a022d3e42e9213d59ed159ca authored almost 4 years ago by Liumeo <[email protected]>
Fix memleak in db/esil/arm_16

github.com/radareorg/radare2 - b56096be9a04d3ebc7301d80616397056081acf0 authored almost 4 years ago by Qijia Liu <[email protected]>
Fix memleak in db/asm/arm_64

github.com/radareorg/radare2 - 1d62d7df139afe2ad898dd7bcae4960ede3de409 authored almost 4 years ago by Qijia Liu <[email protected]>
submodule: pin ghidra to latest commit in the r2ghidra branch (#8)

github.com/radareorg/r2ghidra - d791017785e6e0fc008593b814391f67f69fd24d authored almost 4 years ago by Levente Polyak <[email protected]>
Add r2.1 when installing with `symstall` ##build

github.com/radareorg/radare2 - 0209fd7bda10b3c01b162d5b7f066d69eb642f05 authored almost 4 years ago by pancake <[email protected]>
Fix memleak in `aecu`

github.com/radareorg/radare2 - 49718325fa62ecf583ffa497b4f6df5c2e8c3d6b authored almost 4 years ago by eagleoflqj <[email protected]>
Fix return type in RCore.cmd

github.com/radareorg/radare2 - cb6c12a5227f3e145f427c11c1cf4d386815d365 authored almost 4 years ago by pancake <[email protected]>
Fix #18212 - Detect RISCV gdb servers ##debug

github.com/radareorg/radare2 - 171b994831bf84a90b4538ec840b83fd4a9bf39e authored almost 4 years ago by pancake <[email protected]>
Add riscv in RSysArch and make it an enum, not a bitmask ##util

github.com/radareorg/radare2 - 68eb523472d7bb3f4dc4c0c7715bb4909659f664 authored almost 4 years ago by pancake <[email protected]>
macos-test doesnt needs meson

github.com/radareorg/radare2 - 05399c5a458b74eaa7131e178a969665bebda40b authored almost 4 years ago by pancake <[email protected]>
Fix #18129 - Use bool in RCore.cmd

github.com/radareorg/radare2 - c46b9d76f986ef5f487c0d6b15e973d4d324b06b authored almost 4 years ago by pancake <[email protected]>
Dont detect leaks in the asan job and install r2pipe in brew ##ci

github.com/radareorg/radare2 - 8f0016cc4c6e972dfbaa59ddda0218674a4c63c3 authored almost 4 years ago by pancake <[email protected]>
Fix aof and tcc db/formats/mach0/mach0

* Fix aof

* Fix tcc db/formats/mach0/mach0

github.com/radareorg/radare2 - 30afe39c5ccf34f248f0a37d2336b7ba92bd661a authored almost 4 years ago by Liumeo <[email protected]>
Fix macos r2pipe

github.com/radareorg/radare2 - b0877cecb4a9fe6f3170dd26056135b860e183f8 authored almost 4 years ago by Liumeo <[email protected]>
Count lines is a prefix operator ##shell

github.com/radareorg/radare2 - f42b90421d51169be35c978ba997d4fe64bb6cf5 authored almost 4 years ago by pancake <[email protected]>
Proper artifact naming and use more r_str_get to avoid some null derefs

github.com/radareorg/radare2 - 76cd69ad665dc54ac1ecb4c77aac8da7cb6209a5 authored almost 4 years ago by pancake <[email protected]>
Use r_str_newf instead of strncat in esil.dfg

github.com/radareorg/radare2 - 45600080f5e6961b66a282e3f3ac01fe9f69e096 authored almost 4 years ago by pancake <[email protected]>
Fix CI badge

github.com/radareorg/radare2 - cd8040b8fd82b47f1c6a03a32d9d1ef924f4db54 authored almost 4 years ago by pancake <[email protected]>
Fix a couple of warnings for -Werror

github.com/radareorg/radare2 - 5910d1891f7851a36d00b564e481c810fa7c1a12 authored almost 4 years ago by pancake <[email protected]>
Fix warning

github.com/radareorg/radare2 - 7c5f1a88a1393a157224d86cd4b9eb8b51b56586 authored almost 4 years ago by pancake <[email protected]>
Fix issues spotted with gcc -Werror

github.com/radareorg/radare2 - 298888dfec4f10d9ce26f886227e422dd13420da authored almost 4 years ago by pancake <[email protected]>
Early fail in sys/debian.sh and use proper CFLAGS ##build

github.com/radareorg/radare2 - fb846712f966e7663c3d96416313dc961a2fded4 authored almost 4 years ago by pancake <[email protected]>
Fix TCC CI and improve the rest of jobs ##ci

github.com/radareorg/radare2 - af66a574ba19e96cbf9a807029dc93a05605e070 authored almost 4 years ago by pancake <[email protected]>
use NAN changes

github.com/radareorg/radare2 - 72f67e06126da050d46e1e2e41c9c82eee89b412 authored almost 4 years ago by aemmitt-ns <[email protected]>