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 r_util as dependency to speedup development, should not depend on anything

github.com/radareorg/libdemangle - f9e6c34237c9601683344d092004a52e51563026 authored over 4 years ago by pancake <[email protected]>
r2plugin-ci: specify intended OS

github.com/radareorg/r2retdec - d0cf52e033c3aa0881e56003da1f5f3076528939 authored over 4 years ago by Peter Kubov <[email protected]>
r2plugin-ci: use apt-get update to prevent 404 error

github.com/radareorg/r2retdec - 45987eaa33f87f77dc74f90cd039857aba76573c authored over 4 years ago by Peter Kubov <[email protected]>
Update RetDec to version 4.0 - fixed cmake paths

github.com/radareorg/r2retdec - 77231a592b177e3ff318c036213ff798ed1e6384 authored over 4 years ago by Peter Kubov <[email protected]>
Minor cosmetic fix in java.c

github.com/radareorg/libdemangle - cf795652685b95fd72170f0b3b53bfceb3caa03f authored over 4 years ago by pancake <[email protected]>
Match args name/types from function definition ##anal (#16795)

* Fix type propagation with mixed stack/reg args
* Change r_type_get_bitsize to return ut64

github.com/radareorg/radare2 - 0b231619abedfec08f3bfb86fea259536877ab9a authored over 4 years ago by GustavoLCR <[email protected]>
Reduce flicker when doing r2r -V (for some consoles)

github.com/radareorg/radare2 - a391b398d65f9eaf97560332a0e7cc854658bc6d authored over 4 years ago by Khairul Azhar Kasmiran <[email protected]>
Fix potential nullptr dereference in lookup_symbols()

github.com/radareorg/radare2 - 018b8240f09245e128aa9b55bc0ed14cb998c747 authored over 4 years ago by Paul I <[email protected]>
Fix #102 after meta refactoring (#103)

github.com/radareorg/r2ghidra - 84be017138682399e204eb2f3fae7f2667290713 authored over 4 years ago by Florian Märkl <[email protected]>
Add Mergify Rules

github.com/radareorg/r2ghidra - e6c41aa6e72b27debf81e4caa0cbb38fe8b1874e authored over 4 years ago by Florian Märkl <[email protected]>
Fix memleaks in r_anal_function_set_var() and r_anal_function_free() (#16793)

github.com/radareorg/radare2 - 3ea8f1fd31a9bc64d3bbc80550cdbea5c01ae19f authored over 4 years ago by Paul I <[email protected]>
Refactor Meta out of SDB (#16716)

github.com/radareorg/radare2 - edf1be10d114e98b95aa1f6ddf7bbebf5279aa7e authored over 4 years ago by Florian Märkl <[email protected]>
Unbreak and improve test anal classes arm64e

If this test passes means that both rebasing of pointers
and binding of relocs is correct on arm...

github.com/radareorg/radare2 - 9a1842924cd3636ac407f3e61d77807a5f7d762f authored over 4 years ago by Francesco Tamagni <[email protected]>
Support Mach-O threaded binding for arm64e ##bin

Support BIND_OPCODE_THREADED and its sub-opcodes,
for both parsing relocs correctly and reconstr...

github.com/radareorg/radare2 - 0b91114d7d528f88e3b85f40c6bd1eabb0ee6319 authored over 4 years ago by Francesco Tamagni <[email protected]>
Fix rebasing offset on xnu kernelcache ##bin

By making sure the offset is sampled before performing
the original io read.

github.com/radareorg/radare2 - c367907695f1b9b1f09c0f52e2610ded3dd5668f authored over 4 years ago by Francesco Tamagni <[email protected]>
Rebase and strip pointers on Mach-O arm64e ##bin

Rebasing and stripping happens on-the-fly by swizzling
the io read function and leveraging the c...

github.com/radareorg/radare2 - ee210ed16a01bf05c0090178582ae5ac327b1efa authored over 4 years ago by Francesco Tamagni <[email protected]>
Add RIntervalTreeIter typedef

github.com/radareorg/radare2 - 242f1efdfaf2bec7f643e6ef424959ad4621c572 authored over 4 years ago by Florian Märkl <[email protected]>
Add breaking to RIntervalIterCb

github.com/radareorg/radare2 - 63c09c7ed662f6f0d1e6908b424639f259c62c11 authored over 4 years ago by Florian Märkl <[email protected]>
Support yara versions less than 4.0.0 (#247)

github.com/radareorg/radare2-extras - 86f8c56be8673aa15b43683cf63a895f83e93b1a authored over 4 years ago by Sylvain Pelissier <[email protected]>
Fix Tests after Reports by asan (#16776)

* Fix memory leak in IO
* Fix memory leak in cmd_api
* Remove unused variables in test_table
...

github.com/radareorg/radare2 - 72f97959e852b37cd91bbfcb3046ae641e78f104 authored over 4 years ago by Riccardo Schirone <[email protected]>
Update version number 1.10.3-pre2 -> 1.10.3 (#2185)

github.com/radareorg/iaito - 1aad797722f9fc60b80792a4cc02380c9241714a authored over 4 years ago by karliss <[email protected]>
Prevent flicker in Visual mode on mintty when holding down PgUp/PgDn (#16780)

github.com/radareorg/radare2 - 2a4cc154f6ea78a77e512234b286e40b13efe2ca authored over 4 years ago by Khairul Azhar Kasmiran <[email protected]>
Switch to appveyor VS2019 image to match cutter-deps (#2184)

* Force gyp to generate vs2017 project and then upgrade it to vs2019 because version used by bre...

github.com/radareorg/iaito - 1eeb2c166b1375d5a492bc6ef2524279ff84d63b authored over 4 years ago by karliss <[email protected]>
Fix CODEOWNERS (#16783)

github.com/radareorg/radare2 - 47008105b2672470dd6bf4b3ae2bda332642f6bd authored over 4 years ago by Florian Märkl <[email protected]>
Update CODEOWNERS

github.com/radareorg/radare2 - beb2f2dd948543c0ed82d5d08d5e3fcc5cbec6da authored over 4 years ago by Florian Märkl <[email protected]>
Don't do e- when resetting settings. (#2180)

github.com/radareorg/iaito - cd85582164d40365e0bc89c256bb66f4e6ad0a6f authored over 4 years ago by karliss <[email protected]>
Remove pyc (#101)

github.com/radareorg/radare2-pm - ef8733e39dff6556ea660f2fc4a32a667efaa629 authored over 4 years ago by FXTi <[email protected]>
Fetch tags before installation (#102)

github.com/radareorg/radare2-pm - b0eb14440618a7cfac60c5efd37e5e91a621e024 authored over 4 years ago by Sylvain Pelissier <[email protected]>
Fix Sample C++ Plugin (#2182)

github.com/radareorg/iaito - fab5f901f9ab47896b43b683d1e599c8dc169e4b authored over 4 years ago by Florian Märkl <[email protected]>
Fix compilation warnings related to dex/bin_dex and fix some leak (#16775)

github.com/radareorg/radare2 - c2b1257b59923edb2b043597ac423a530bfb1252 authored over 4 years ago by Riccardo Schirone <[email protected]>
Recreate hashes widgets when refreshing (#2181)

github.com/radareorg/iaito - fe96ee1b51fa36007d5bfa77f050feed25c183fc authored over 4 years ago by Itay Cohen <[email protected]>
Merge pull request #115 from haystack-ia/fix-114

More precise filename parsing in python module. Closes #114.

github.com/radareorg/radare2-r2pipe - e849126dfe20bd14640a819abfc7f4fe9e80d541 authored over 4 years ago by a1ext <[email protected]>
More precise filename parsing in python module. Closes #114.

Previously, python module would check if filename started with "tcp"
or "http." This would cause...

github.com/radareorg/radare2-r2pipe - b56063b4233d15e2790cd2a71d9356621e6a6ce7 authored over 4 years ago by haystack <[email protected]>
Remove RCoreCmdStatus and just use RCmdStatus (#16774)

* Remove RCoreCmdStatus and just use RCmdStatus
* Assume RCorePlugins returns true/false

github.com/radareorg/radare2 - 03a5c4d3f5c391dc7bfdede948ed7b04284d9346 authored over 4 years ago by Riccardo Schirone <[email protected]>
Extend RCmdDesc with different types (#16738)

* Add RCmdDesc and use it for newshell to call command handlers
* Keep supporting existing RCor...

github.com/radareorg/radare2 - 64e6df5004b2718526761503a48437e82be3471e authored over 4 years ago by Riccardo Schirone <[email protected]>
Add default_cc to RBinInfo (#16773)

This fixes having to use afc=ms to set the correct cc to 64bit PE files
Add test for detecting ...

github.com/radareorg/radare2 - 4fa630cbed45df7f3d6d9ab450a1ea1e4be35817 authored over 4 years ago by GustavoLCR <[email protected]>
Fix #11808 - Fix `-0` mode on Windows (#16772)

github.com/radareorg/radare2 - 3142e60e8c775135c8705a4424fa51d7ea1b7e5d authored over 4 years ago by GustavoLCR <[email protected]>
Fix #222 - Document dW, dbW and dWi (#243)

* Fix #222 - Document dW, dbW and dWi

* Update SUMMARY.md

github.com/radareorg/radare2-book - 87f2f866f0926484bbca4f70ff9205a21988451b authored over 4 years ago by GustavoLCR <[email protected]>
When getting terminal size on mintty, reuse prev vals if rows=0 (#16769)##cons

github.com/radareorg/radare2 - ccab2eb393720362d8be0867ba57cadd179c8462 authored over 4 years ago by Khairul Azhar Kasmiran <[email protected]>
ELF: Minimize dynamic loading (#16770) ##bin

* Add DT_BIND_NOW, DT_FLAGS, DT_FLAGS_1
* Add DT_RPATH, DT_RUNPATH
* Remove use of dyn_info fr...

github.com/radareorg/radare2 - de5a0b04161920f9a02f8ba2a9b68e0edbd52381 authored over 4 years ago by Alexis Ehret <[email protected]>
Tweak tests for DWARF

github.com/radareorg/radare2 - e1ae1c7e5c41946767dfec7659e5189750e3e8c8 authored over 4 years ago by Francesco Tamagni <[email protected]>
Add unit test for r_leb128

github.com/radareorg/radare2 - e9152db54436e18d65de6c1bfaf5dae7b5677e32 authored over 4 years ago by Francesco Tamagni <[email protected]>
Fix r_leb128 implementation ##util

- consume the trailing zero to ensure the result is correct
- take `datalen` argument to ensure ...

github.com/radareorg/radare2 - ec7672e71ba63460d9978c2fbe5a3d689a203587 authored over 4 years ago by Francesco Tamagni <[email protected]>
Fix DWARF parsing ##bin

- support up to v4
- ensure all v4 line number program header fields are parsed
- remove wrong a...

github.com/radareorg/radare2 - 99330d6ce3b1602df9ee942c95c71c3f258611e0 authored over 4 years ago by Francesco Tamagni <[email protected]>
Fix typo in ObjC ivar parsing ##bin

Which caused a NULL dereference in some cases

github.com/radareorg/radare2 - a70b06f1f0187165d96346034e9c9ee8fcd995cd authored over 4 years ago by Francesco Tamagni <[email protected]>
CentOS tree sitter fix using gnu99 when available ##build

* Update ACR to use the new CHKFLG

github.com/radareorg/radare2 - 39865315c0d8abb59d7b78fd4d37226240c181bc authored over 4 years ago by Riccardo Schirone <[email protected]>
Release 1.9.2 with fixed CHKVER

github.com/radareorg/acr - 5ba81131aa5f6eb4333e835f241365a0a203251e authored over 4 years ago by pancake <[email protected]>
Escape dash in tr

github.com/radareorg/acr - c0028f4b7db488790cc11faeef1ce677cd47a71a authored over 4 years ago by pancake <[email protected]>
Release 1.9.1

github.com/radareorg/acr - 94137fde94568f29d56df3da1d309d15db5293a8 authored over 4 years ago by pancake <[email protected]>
Fix bug CHKVER filtered variable naming

github.com/radareorg/acr - a466a5804cfa63cee4ffe2746b5981668c4e82ed authored over 4 years ago by pancake <[email protected]>
Improve the regex for var filtering

github.com/radareorg/acr - 8abffff396d089d3f8de016d353382baa5aef871 authored over 4 years ago by pancake <[email protected]>
Fix #16343 - Do not generate numeric structs from unnamed typedefs in "ts" ##types (#16485)

github.com/radareorg/radare2 - 990a6dfa238c8862da5bf65cf053663365695baa authored over 4 years ago by Óscar Carrasco <[email protected]>
Add Mach-O dSYM file for dwarf testing (#19)

github.com/radareorg/radare2-testbins - 1a1a40b972dc551cadcde926da1afb1a692cebad authored over 4 years ago by Francesco Tamagni <[email protected]>
Speedup parsing PE exports (#16762) ##bin

github.com/radareorg/radare2 - 21faee260a7be9d20b9143258cc8984a09e4e5de authored over 4 years ago by GustavoLCR <[email protected]>
Use HtPP to resolve ESIL ops (#16764) ##anal

github.com/radareorg/radare2 - 5619892652d7dce87458d77962777331c28275a6 authored over 4 years ago by Paul I <[email protected]>
Detect when native theme's darkness doesn't match color theme. (#2176)

github.com/radareorg/iaito - ca7b3a623d9604de9b5e3e355d3d321cc02082e8 authored over 4 years ago by karliss <[email protected]>
Add typical.jpg

github.com/radareorg/radare.org - 34a44beaeaf1bd0ba312c647ae3a741423f2c5a4 authored over 4 years ago by pancake <[email protected]>
Update variables.md: Change afvn syntax to [new_name] [old_name] (#242)

github.com/radareorg/radare2-book - b58be7e1efac661557662952ed8b0c4fd84a3484 authored over 4 years ago by Aswin C <[email protected]>
Fix aggressive name filtering for PDB types

github.com/radareorg/radare2 - aeeb2663979f08cd852bac86185e87df793c75b7 authored over 4 years ago by GustavoLCR <[email protected]>
Add more tests for vtable parsing

github.com/radareorg/radare2 - fcc5ae0dc6577b656aad84dc9aed9393a0ac6792 authored over 4 years ago by Francesco Tamagni <[email protected]>
Improve itanium RTTI parsing and vtable search ##anal

- add support for arm/arm64
- simplify the heuristics for carving the start of vtables in data c...

github.com/radareorg/radare2 - d8b1e6952ef78bb0778f921d6cbbae2037551282 authored over 4 years ago by Francesco Tamagni <[email protected]>
Expose flag_get_list to RFlagBind

github.com/radareorg/radare2 - 78b6cdeaaf0c5f0bf051ca73a4adb0cb94f48c36 authored over 4 years ago by Francesco Tamagni <[email protected]>
Fix Mach-O relocs on arm thumb ##bin

The word size can’t be 16-bits for data

github.com/radareorg/radare2 - 3ad04c79c68f8d09e2d93cceca53015149537f5e authored over 4 years ago by Francesco Tamagni <[email protected]>
Use g->x and g->y to rebase x/y got with r_str_str_xy

* Use RVector instead of RPVector
* Use RAGraph instead of the fixed core->agraph which may be w...

github.com/radareorg/radare2 - 79bee09fc37e856780390b010e75985121c944b6 authored over 4 years ago by Riccardo Schirone <[email protected]>
Implement findNextWord in the interactive Visual Graph ##graph

github.com/radareorg/radare2 - 4b0e25caebe69b347b9c83b1213865cb0ff0abd8 authored over 4 years ago by pancake <[email protected]>
Change default value inside struct ELF dyn (#16741) ##bin

github.com/radareorg/radare2 - 311ad818945e88ca38059adb7ce3962af394d44e authored over 4 years ago by Alexis Ehret <[email protected]>
Fix some remaining issues of #16747 (#16760)

* Fix mintty issue with mouse clicks/scroll wheel after quit

* Fix alacritty issue with stty

github.com/radareorg/radare2 - 8484a1b103da7beab40e4e5c440f09d1ac46fbee authored over 4 years ago by Khairul Azhar Kasmiran <[email protected]>
Fix/new website changes (#143)

github.com/radareorg/radare.org - 4a758bf863ce8a08397c0767878d94bd3a51bc21 authored over 4 years ago by Murphy <[email protected]>
Release 1.9.0

github.com/radareorg/acr - add87831fb6df1558568fd98a410678afd2390a6 authored over 4 years ago by pancake <[email protected]>
Refactor all var filtering code into a function (#21)

github.com/radareorg/acr - 5fa033659710086f53f32735cd1b5d2d572ce5d6 authored over 4 years ago by pancake <[email protected]>
Remove the cmp

github.com/radareorg/radare.org - 2779d5a4eb97ba46e2ba8b3568a2037c5b5f10f1 authored over 4 years ago by pancake <[email protected]>
Fix mixed content warning for the *SoC index pages (#100)

I would've converted the other links to https as well, but
http://rada.re/ has different redire...

github.com/radareorg/radare.org - 84191f7624aa4605d6ae7cd511077fca862fb466 authored over 4 years ago by Tobias Bucher <[email protected]>
Add VT sequences input support ##windows (#16747)

* Add VT sequences input support ##windows

* Fix radare2 immediately exiting when console is ...

github.com/radareorg/radare2 - 153de561732f52e3910fcdac07aa9ef0a40db213 authored over 4 years ago by GustavoLCR <[email protected]>
Fix MIPS syscall analysis (#16751) ##anal

github.com/radareorg/radare2 - 502b4b0f52894633c7dc15c067390b0ffe8fbbc1 authored over 4 years ago by Sylvain Pelissier <[email protected]>
Add F9 continue key to ESIL (#16756) ##visual

github.com/radareorg/radare2 - d2b1d1359e05975430265aa2fd02e962d462b2b5 authored over 4 years ago by Sylvain Pelissier <[email protected]>
Add support for the CHKFLG,CHECK_CFLAGS option

github.com/radareorg/acr - 52b63a63ca6a064b27d035dec5605e5315fc915e authored over 4 years ago by pancake <[email protected]>
Markdownify and update SUPPORT.md

github.com/radareorg/acr - 249ca3bc1303181e62a43c6f1768e4cf59d66aa4 authored over 4 years ago by pancake <[email protected]>
Fix support for V

github.com/radareorg/acr - 2d6310ea3beb7f95139b34188b3ea88964728ea0 authored over 4 years ago by pancake <[email protected]>
Aim to fix V support

github.com/radareorg/acr - 3d4865905fa0fa21346efa9f511d7d26d2ef36d5 authored over 4 years ago by pancake <[email protected]>
Add support for LANG_V

github.com/radareorg/acr - 92671d71505575e498191354a1ce784f26e04326 authored over 4 years ago by pancake <[email protected]>
Implement CHKSYM function

github.com/radareorg/acr - 6b5300572f3690f5ae9edd59175ff34638730000 authored over 4 years ago by pancake <[email protected]>
Windows sys/meson.py: Add r2 shell script (#16753)

github.com/radareorg/radare2 - dbd33d0efe0f22ebcbfe511b78c2f716c9963efd authored over 4 years ago by Khairul Azhar Kasmiran <[email protected]>
Add Tests for MSVC VTables and RTTI (#16754)

github.com/radareorg/radare2 - d7258113d9332dbeb1da2134d3440480e966ae6b authored over 4 years ago by Florian Märkl <[email protected]>
bin.str.enc=utf8: Assume ASCII first 🇺🇸 + add some more tests (#16735) ##bin

github.com/radareorg/radare2 - 4ba026258e5038eeac6340905672486f54fdd1bf authored over 4 years ago by Khairul Azhar Kasmiran <[email protected]>
Notify about seek change when using seek(QString). (#2175)

github.com/radareorg/iaito - f65f5cab4bd2d608dc4f1dd0e42280ad544091c9 authored over 4 years ago by karliss <[email protected]>
Fix r2r -i fix for single-line EXPECT=

github.com/radareorg/radare2 - d586793bf5e64487ba8e3c5d69cf48c07b839b22 authored over 4 years ago by Florian Märkl <[email protected]>
Add MSVC VTable/RTTI bins

github.com/radareorg/radare2-testbins - 0ac768f42ccc84a832e5df3d38a0296db37136a7 authored over 4 years ago by Florian Märkl <[email protected]>
Add Mach-O bins for arm RTTI parsing (#18)

github.com/radareorg/radare2-testbins - 7b7d94e57e9590b9a2ece3893c3baf23f0c2d2f9 authored over 4 years ago by Francesco Tamagni <[email protected]>
MIPS test binary for syscall (#17)

github.com/radareorg/radare2-testbins - 9011e5c56ab72b31e11011940aa005d3f6298c83 authored over 4 years ago by Sylvain Pelissier <[email protected]>
Fix Yara to stable version (#100)

github.com/radareorg/radare2-pm - a0790c1796d5ce8aa38a5b0ad91b9304b8f6ed9a authored over 4 years ago by Sylvain Pelissier <[email protected]>
Merge pull request #12 from 0xd3xt3r/patch-2

Update README.md

github.com/radareorg/awesome-radare2 - ecef0dd431f686a2854e4a55c154043d5211d014 authored over 4 years ago by Anton Kochkov <[email protected]>
Fix the Debian package build, add missing deps (#16745)

github.com/radareorg/radare2 - fc65e0f6a8629166640651f2e223a87b486948b6 authored over 4 years ago by pancake <[email protected]>
Update version to 1.10.3-pre2 . (#2171)

github.com/radareorg/iaito - a3661fa2595004bf255726a02a99e5141415bc9b authored over 4 years ago by karliss <[email protected]>
Add CI job for CentOS 6 build (#16712)

* Fix re-definition of RAnalBlockCb and RAnalAddrCb

* Small compilation fixes for gcc-4

* ...

github.com/radareorg/radare2 - a29f0ccce5b0281a89ab3aff174fcbf07a477054 authored over 4 years ago by Riccardo Schirone <[email protected]>
Fix #16737 - PE: fix overly agressive section fixing (#16743)

github.com/radareorg/radare2 - cb7d6b4390a6a38d3d9525337d6749248b206dd3 authored over 4 years ago by GustavoLCR <[email protected]>
Fix #16739 - PE: fix getting import entries from single directory (#16742)

github.com/radareorg/radare2 - c1e81f424560b4e52bc8154b8888d986a345bbc5 authored over 4 years ago by GustavoLCR <[email protected]>
Fix assembling of xchg and the tests for it

github.com/radareorg/radare2 - 60fbd0b83a6a361735b81265ea24d1a2cf375b58 authored over 4 years ago by atodekangae <[email protected]>