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 some arm32 warnings (#18104)

github.com/radareorg/radare2 - 7a222e68dc34d587b800c4a17033bd0a4c758e29 authored almost 4 years ago by Liumeo <[email protected]>
Update README for #231

github.com/radareorg/sdb - 943b7c63dc26d0747fe5f04a0a1b926480f9e0e7 authored almost 4 years ago by pancake <[email protected]>
Compile a native sdb binary when cross building (#231)

sdb binary may be used by the build machine to compile .sdb files. In
that case it is necessary...

github.com/radareorg/sdb - 220c7401f55b08242a5e29f760f34360608cce77 authored almost 4 years ago by Riccardo Schirone <[email protected]>
Fix Python's mrproper

github.com/radareorg/radare2-bindings - 2895e1aa48c69a6515e3bf09a8c6e35a9c925fd8 authored almost 4 years ago by pancake <[email protected]>
Use snake case in projects.c ##refactor

github.com/radareorg/radare2 - 8b23409c3c683a628bd6b8b55b3445bdca365ef8 authored almost 4 years ago by RHL120 <[email protected]>
Use tab width 8 in editor configuration templates

Also set cino-m to 1 because `setl cino=mN` option is
just a zero/non-zero flag, there is no ne...

github.com/radareorg/radare2 - 6b0b9929aa9cdf6a12e0859d2cb702691f41e497 authored almost 4 years ago by ratijas <[email protected]>
Trailing whitespaces are getting in the way

github.com/radareorg/radare2 - d5f651a59e478d57c798d3fc6a36182e5af95449 authored almost 4 years ago by ivan tkachenko <[email protected]>
Move breaks inside switch-case scopes

Update DEVELOPERS.md code style section and
refactor switch-cases across all code base.

github.com/radareorg/radare2 - 38f5804ecf56857748f366f2691f35959ee99ab0 authored almost 4 years ago by ivan tkachenko <[email protected]>
Update RISC-V ESIL with sign extention operator (#18109) ##esil

github.com/radareorg/radare2 - 8ba20160e2087c44f45b4ca081ddf223833786a8 authored almost 4 years ago by Sylvain Pelissier <[email protected]>
Fix this charset test

github.com/radareorg/radare2 - 939085cb71ff71d89af19e51c4e66abc4afb7323 authored almost 4 years ago by pancake <[email protected]>
Add test for sdb_ns and sdb_ns_

github.com/radareorg/sdb - db718d710f0c612de036487bef9cb7ce64c88bbc authored almost 4 years ago by pancake <[email protected]>
Add sdb_ns_set test

github.com/radareorg/sdb - 0a20b615a264f4823a217f6dee9ddb8fd36fda62 authored almost 4 years ago by pancake <[email protected]>
add the sign ext operator + signed div / mod (#300)

github.com/radareorg/radare2-book - 59aca23660a8c08a2712f5ca619841e3b15e87b0 authored almost 4 years ago by aemmitt-ns <[email protected]>
Fix license: CC-BY-SA 4.0 (#303)

github.com/radareorg/radare2-book - 9a21ff7fa8c84e1a03f95d3014dd23f2c47cc31d authored almost 4 years ago by Liumeo <[email protected]>
Improve the r2book plugin to support code snippets and page editing

github.com/radareorg/radare2-book - bde4cceae5bfce328c56ea1929af52afa13c150c authored almost 4 years ago by pancake <[email protected]>
Fix UAB when freeing a non allocated item in the xnu.kernelcache RBin plugin

github.com/radareorg/radare2 - b4b48cbf86f99dd3952074c96660df926f81a5e3 authored almost 4 years ago by pancake <[email protected]>
merge pse to ps

github.com/radareorg/radare2 - 156f83fdd9cd69104afeb112b1972b0a4d1f886a authored almost 4 years ago by gogo <[email protected]>
Fix version string from git formerly known as GIT_TAP

github.com/radareorg/radare2 - 6ca808b1e71ac2e7319c3129678809bf9d33f81a authored almost 4 years ago by pancake <[email protected]>
Fix make mrproper and dont build without configure

github.com/radareorg/r2ghidra - a356affa58320b44d92f35c0c1ed35803d2aab05 authored almost 4 years ago by pancake <[email protected]>
Handle ^C and fix ASAN crash in aeA command ##anal

github.com/radareorg/radare2 - ff4c45e71d4f070cb0f3f72853525cc1160f2b52 authored almost 4 years ago by pancake <[email protected]>
Aim to fix the GIT_TIP/GIT_TAP issue

github.com/radareorg/radare2 - 1007a29b6642ac8b4b052726d31442f71737020f authored almost 4 years ago by pancake <[email protected]>
Update configure script with latest acr-1.9.8

github.com/radareorg/radare2 - b9aa1094245af921a7894123e1c97129d4394377 authored almost 4 years ago by pancake <[email protected]>
Fix the 'c' cursor behaviour in disasm ##panels

github.com/radareorg/radare2 - 24a2f8dbd69226ff58ae212610ea1f3361f54cd6 authored almost 4 years ago by pancake <[email protected]>
Fix assert in cfg.charset

github.com/radareorg/radare2 - f08e34d29845cc3241414f40d93a1df0e381d883 authored almost 4 years ago by pancake <[email protected]>
Fix asserts in map.rename()

github.com/radareorg/radare2 - 35c9ae73cd49a1616faf6dde072de2851e4c871d authored almost 4 years ago by pancake <[email protected]>
Fix double-free in charset sdb

github.com/radareorg/radare2 - 64676437e9aa46f3cf614e06e4f03e31fc461c94 authored almost 4 years ago by pancake <[email protected]>
Box borders in graph and panels are now in yellow ##visual

github.com/radareorg/radare2 - a5399eeddf211b43ee4f897292c129abd83973f0 authored almost 4 years ago by pancake <[email protected]>
Cache cfg.r2wars value outside the eval loop ##r2wars

github.com/radareorg/radare2 - ac8ead22efa001b4269e4f11d5624f272ee735b5 authored almost 4 years ago by pancake <[email protected]>
This is 5.0.1-git

github.com/radareorg/radare2 - a528daa9f1691dca822a8b72a85823625a58d304 authored almost 4 years ago by pancake <[email protected]>
Improve str.wrap, add cons.line and fix cons.printat glitch ##cons

github.com/radareorg/radare2 - b77d97a6a9d3ea9bb6b33ce37ff455bde5ea1ed7 authored almost 4 years ago by pancake <[email protected]>
Extend the ghidra/deps.mk with more source files

github.com/radareorg/r2ghidra - 067b84d43aacd401f9d8db7ffb7fe9eb0e2c1595 authored almost 4 years ago by pancake <[email protected]>
Use ghidra from radareorg's github

github.com/radareorg/r2ghidra - ca9a28cd58d1253a96caecf231513bbdce63604d authored almost 4 years ago by pancake <[email protected]>
Fix wording, whitespaces and other minor stuff ##doc (#18081)

github.com/radareorg/radare2 - 28149b2a956449464b8bfa265c623a8c5f83c973 authored almost 4 years ago by ratijas <[email protected]>
Use cmake for non-freebsd for testing

github.com/radareorg/radare2-pm - 8d4adc3ee745175381b2fbe65cfe7d4a712e440b authored almost 4 years ago by pancake <[email protected]>
Improve auto submodule initialization

github.com/radareorg/r2ghidra - fe8e8cd3ec642ae59501c57df50cb1d0e6e22e2b authored almost 4 years ago by pancake <[email protected]>
Autodetect C++ compiler on BSD systems with latest ACR

github.com/radareorg/r2ghidra - 83359c4f34b55da53140a64b384e117760365503 authored almost 4 years ago by pancake <[email protected]>
Fix wrap/crop glitches in the r2plugin

github.com/radareorg/radare2-book - 64c84688cbc4cce7ed53b702ff39555ba0335d94 authored almost 4 years ago by pancake <[email protected]>
Fix ppc opex & use pj in RAnal plugins ##json (#18097)

github.com/radareorg/radare2 - 6b31372dd707b90dda3f39bfc5f480964a8ec15b authored almost 4 years ago by Liumeo <[email protected]>
Add sign extension assignment operator (#18092) ##esil

github.com/radareorg/radare2 - cad68b17932260451010423f9e6e2fe5a5bd6f62 authored almost 4 years ago by Sylvain Pelissier <[email protected]>
Fix type check in w32_desc_list() (#18095)

github.com/radareorg/radare2 - 2c796ae5fd20f24380f647ca3a87d2e3043426d0 authored almost 4 years ago by Paul I <[email protected]>
Release 1.9.8

github.com/radareorg/acr - 67a9538c353b489e49e75f53e95962f4e57c25db authored almost 4 years ago by pancake <[email protected]>
Use c++ instead of g++ for defaults in CXX

github.com/radareorg/acr - 13af1fe6fdc6207a8078e9629d95e0bfc24fe31d authored almost 4 years ago by pancake <[email protected]>
Fix installation issue

github.com/radareorg/r2ghidra - 635aaa2379325ec76fcd77c5d222f0f18c6a08d6 authored almost 4 years ago by pancake <[email protected]>
Add ls from freebsd-amd64 to test missing export flags

github.com/radareorg/radare2-testbins - 01a75c2e8eb56a12d88677a0e73cb89e820489b5 authored almost 4 years ago by pancake <[email protected]>
Added SPARC as default supported processors (#3)

This is including:
SPARC v8 (SuperSPARC) or __sparcv8 (Sun) aka __sparc_v8__ (GNU)
SPARC v9 (U...

github.com/radareorg/r2ghidra - 788c43932815950cba3781a16b1f73caf4c7842a authored almost 4 years ago by unixfreaxjp <[email protected]>
Add ghidra-processors.txt and dont build/install all the archs by default

github.com/radareorg/r2ghidra - 31d2800d2cdd907af887b7735f04419950ab6505 authored almost 4 years ago by pancake <[email protected]>
More build cleanups

github.com/radareorg/r2ghidra - e2ce44adbf06135c281e6f8e4eb0660fe31f0403 authored almost 4 years ago by pancake <[email protected]>
Codecov ignore test dir (#18085)

github.com/radareorg/radare2 - 15d8de3819d25dd24575a520e19af908d2c18d16 authored almost 4 years ago by Liumeo <[email protected]>
Use pj in `agcj` ##refactor (#18087)

github.com/radareorg/radare2 - 6f4af643cb1c47dfb76cbe8c4cb887d7a377a745 authored almost 4 years ago by Liumeo <[email protected]>
Fix incorrect style guide for switch statements in DEVELOPERS.md (#18088)

github.com/radareorg/radare2 - e9494756b4915ad40c514979d08082510801ac8e authored almost 4 years ago by Lazula <[email protected]>
Oops for for cpp

github.com/radareorg/acr - b0e4a6e81847fa798053c02ac24cf63852c5827a authored almost 4 years ago by pancake <[email protected]>
Use more ochofs

github.com/radareorg/acr - fd769679422c6c6943531a75a682d3566956fe08 authored almost 4 years ago by pancake <[email protected]>
Release 5.0.0

github.com/radareorg/r2ghidra - d7602144c954b14d69f7ffd40939556b879db162 authored almost 4 years ago by pancake <[email protected]>
Improve the release-notes script (#18080)

github.com/radareorg/radare2 - 701ee21720aa1b5f3d0ac155b5909c9cc4ce9464 authored almost 4 years ago by pancake <[email protected]>
Release 1.9.7

github.com/radareorg/acr - e1a39ab9620e5fda34570c0675ef405b07b1dddd authored almost 4 years ago by pancake <[email protected]>
Implement ACR/MAKE build system support ##build (#1)

github.com/radareorg/r2ghidra - b73d743e5f8f538dd6150a4c60ec2a4e3c7cd0e5 authored almost 4 years ago by pancake <[email protected]>
Update r2ghidra pkg to use acr/make

github.com/radareorg/radare2-pm - aa48f30956ab3b2edebf49ce2849f25108b23383 authored almost 4 years ago by pancake <[email protected]>
Use pj in pdb_downloader ##refactor (#18084)

github.com/radareorg/radare2 - 55ce4ce303c2ad0f144e541e4c7470a86d9bd44a authored almost 4 years ago by Liumeo <[email protected]>
Add EXEC! keyword. Like EXEC, but with explicit requirement

github.com/radareorg/acr - feacc065c452f64d9555c8f566d5ec5dc46f64dd authored almost 4 years ago by pancake <[email protected]>
Fix build with r2-5.0

github.com/radareorg/r2ghidra - 6626930f0d1194efbdfb599044673a8af506450a authored almost 4 years ago by pancake <[email protected]>
Release 5.0.0 - codename: phoenix ##release

github.com/radareorg/radare2 - a476454c00f64acbb7425c178c98714ef76e26d7 authored almost 4 years ago by pancake <[email protected]>
Use r_str_get_fail() throughout codebase ##refactor (#18079)

github.com/radareorg/radare2 - f2976d3c7e8a0e2b4a6276a421f2a8ce2775c116 authored almost 4 years ago by Lazula <[email protected]>
Release 1.9.6

github.com/radareorg/acr - 06cf41bfc2ca03180c6b7d1886cf8118490f2873 authored almost 4 years ago by pancake <[email protected]>
Fix iAj and use pj in bin.c ##refactor (#18076)

github.com/radareorg/radare2 - a0b6fed4cabaa721598e8b959f41c82c30fe6f26 authored almost 4 years ago by Liumeo <[email protected]>
Fix wording and whitespacing ##doc (#18065)

* Fix wording, whitespacing and other minor stuff
* cmd.c: ellaborated yy syntax, improved desc...

github.com/radareorg/radare2 - 6d811285c27c17202d440bb69117b82985689525 authored almost 4 years ago by ratijas <[email protected]>
Fix 32 critical COVs (UAF, UB and OOB) (#18077)

github.com/radareorg/radare2 - d3157e2ed3c437fae3ca6eb2fb8ece682bd0a342 authored almost 4 years ago by pancake <[email protected]>
Remove afc= (Use anal.cc instead) ##anal (#18075)

github.com/radareorg/radare2 - 38391b38cb11b7b394b3cc4b2abc6c408dab4857 authored almost 4 years ago by Paul I <[email protected]>
Fix many ASAN issues, from uaf to memory leaks and some boolification (#18048)

github.com/radareorg/radare2 - 89f6c6e1f19cd6d36af5ed78e7ca2ce40dad30d1 authored almost 4 years ago by pancake <[email protected]>
Add amd64syscall calling convention definition ##anal (#18074)

* Call convention support for x86-64 kernel interface (syscall) %rdi, %rsi, %rdx, %r10, %r8, %r9...

github.com/radareorg/radare2 - 625138aa97661ded435eb1729928365a43be273a authored almost 4 years ago by pancake <[email protected]>
Fix arm32 db/cmd/cmd_pc (#18053)

github.com/radareorg/radare2 - 8c742b28f089385cd76fd6b7a35cb658eb911237 authored almost 4 years ago by Liumeo <[email protected]>
Fix ESIL for RISC-V 64-bit load instruction (#18072)

github.com/radareorg/radare2 - 6057ae3e2d05626ed2cdb912354156a445eed0ba authored almost 4 years ago by Sylvain Pelissier <[email protected]>
Add COMMUNITY.md in hope to improve the community experience ##doc

github.com/radareorg/radare2 - 40307c0876bf6d624d131638123bf16f79e077d9 authored almost 4 years ago by pancake <[email protected]>
Fix arm32 test_vector_fini (#18063)

github.com/radareorg/radare2 - d1c377685d384841ed42c769d7c096922dcb189d authored almost 4 years ago by Liumeo <[email protected]>
Initial implementation of scr.cursor for keyboard accessibility in visual and panels ##visual (#18051)

github.com/radareorg/radare2 - 1367044559f4c056c8d6c8114be16c0f9097fc6d authored almost 4 years ago by pancake <[email protected]>
Do not glitch the prompt when using scr.color=0 ##cons (#18057)

github.com/radareorg/radare2 - c90aee3c85906f45a46d65db7f657e3e5c7f3ba8 authored almost 4 years ago by pancake <[email protected]>
Add r_str_wrap() and r_cons_printat() new APIs needed by r2book ##cons

github.com/radareorg/radare2 - d813cf19ca859fec4b41e61b3e6b3be494fe13bf authored almost 4 years ago by pancake <[email protected]>
Fix RISC-V 64-bit for shift instructions and update register analysis (#18070) ##esil

github.com/radareorg/radare2 - 710630605dc79a2ccbcc4dff4cf0e454f28fe1ed authored almost 4 years ago by Sylvain Pelissier <[email protected]>
Initial import of the r2book package

github.com/radareorg/radare2-pm - d8a5c17170d348cb4b95c86bee45a12d63954edd authored almost 4 years ago by pancake <[email protected]>
Initial implementation of the r2book r2 plugin

github.com/radareorg/radare2-book - 146e9d567172a9b4f965b0a94a913759bc9598c7 authored almost 4 years ago by pancake <[email protected]>
Build node_modules in r2/ to fix r2png bare build

github.com/radareorg/radare2-book - 327832800295c7c4be35b712d6adf7a394fb4268 authored almost 4 years ago by pancake <[email protected]>
Fix typo (#299)

github.com/radareorg/radare2-book - c7d09138df41682c78ca530a135c3858f4270bc3 authored almost 4 years ago by Jürgen Hötzel <[email protected]>
use pj in vtable (#18069)

github.com/radareorg/radare2 - 5048074f0135fb4fec4d5c80c74491740e4506b3 authored almost 4 years ago by Liumeo <[email protected]>
Use pj in rtti_msvc (#18068)

github.com/radareorg/radare2 - 5e6f17e33fe240e4817bdd02aa66ccc771e9b133 authored almost 4 years ago by Liumeo <[email protected]>
fix arm32 db/cmd/regexp (#18055)

github.com/radareorg/radare2 - c71fb0b08597d283a0696b3edb2b341c362d70fd authored almost 4 years ago by Liumeo <[email protected]>
fix arm32 wrong time (#18067)

github.com/radareorg/radare2 - 5089c18d2cc759c65a2fc5febb75cebabf7194bb authored almost 4 years ago by Liumeo <[email protected]>
Aim to fix the mkdir when no vpath in use

github.com/radareorg/acr - ce3039bdfb506e57d17ac8224abb694682223f27 authored almost 4 years ago by pancake <[email protected]>
Revert "Fix clang-cl build"

This reverts commit 66aa8ee6457ea406972b566688e915775bf98915.

github.com/radareorg/radare2 - c8c508c5bd9317dd9240fc168f5e46918de400d3 authored almost 4 years ago by Paul I <[email protected]>
Update print_modes practical example

github.com/radareorg/radare2-book - 9d138030b15904bcdc9330e0db5599f3c88fd1ed authored almost 4 years ago by ratijas <[email protected]>
Fix build in BSD, there is no RPATH in there ##build

github.com/radareorg/radare2 - b2be57f9f78e8ab820d0a6024cf28c0040807764 authored almost 4 years ago by pancake <[email protected]>
Use latest acr to support BSDs pkgconf tool and more cleanups

github.com/radareorg/radare2 - dcc17e7f327db213f4ad50d7fa358143b69906ad authored almost 4 years ago by pancake <[email protected]>
Release 1.9.5

github.com/radareorg/acr - e226304950dde98d4bc7728b3588da273200d406 authored almost 4 years ago by pancake <[email protected]>
Add USE_PKGCONFIG directive with support for BSD's pkgconf

github.com/radareorg/acr - caddda4644ce286a897c97dc9167bc660ee982eb authored almost 4 years ago by pancake <[email protected]>
Fix arm32 db/formats/dmp/dmp (#18062)

github.com/radareorg/radare2 - 64e36a85afd08d98662979676616915be0eaf04a authored almost 4 years ago by Liumeo <[email protected]>
Fix arm32 db/cmd/cmd_i (#18056)

github.com/radareorg/radare2 - 1491be12b68ef1e7a8c66e75ec7d6913f57272fa authored almost 4 years ago by Liumeo <[email protected]>
Refactor to move RCharset from RCore to RPrint (#18059)

github.com/radareorg/radare2 - 38e33288fb39a5a373885a516d9a2a3a7094f9b5 authored almost 4 years ago by gogo2464 <[email protected]>
fix arm32 db/asm/snes_16 (#18061)

github.com/radareorg/radare2 - a2a424876313be9edc0581d4bfab373a8d90bc41 authored almost 4 years ago by Liumeo <[email protected]>
Support pkgconf as an alternative to pkg-config

github.com/radareorg/acr - 7a4ac766ea033339613d64b0edd834d781f945cc authored almost 4 years ago by pancake <[email protected]>