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 assembling of xchg so that it roundtrips

github.com/radareorg/radare2 - b18529696c2f7d0571c58059e7c1c0957f5f4f65 authored over 4 years ago by atodekangae <[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]>
Fix regression loading large files (>2GB) on 32bit systems ##io (#16648)

github.com/radareorg/radare2 - 55f99ba4f4b9817a414ac165ee81ecc9ee4ad2dc authored over 4 years ago by pancake <[email protected]>
Do not redefine assert in dis.c (#16694)

github.com/radareorg/radare2 - 7ffb7cf77ab93bd7eb3a12c8e6460ceaef093e7a authored over 4 years ago by Liumeo <[email protected]>
Fix some coverities (#16740)

* relocs was leaking otherwise (CID 1427852 and CID 1353777)
* Free RCmdParsedArgs before retur...

github.com/radareorg/radare2 - d4fd59a4e3893d6b0f145cc80353977eb93349ed authored over 4 years ago by Riccardo Schirone <[email protected]>
Reduce memory usage in DEX files by caching the getstr calls ##bin (#16706)

type top vsz rss time
------------------------------------
calloc 339M 47326...

github.com/radareorg/radare2 - 7df1b200a63eca454e248a2bc41040b2a320233d authored over 4 years ago by pancake <[email protected]>
3.5x faster DEX loading parsing debug_info section ##bin (#16733)

* Use proper RBuf api instead of doing bulk reads in DEX ##bin
* Loading an 8MB DEX file: Befor...

github.com/radareorg/radare2 - c88d13e4afe8d9ae9a16c4239a10398fa062c9c1 authored over 4 years ago by pancake <[email protected]>
Fix issue with backslash being used in place of forward slash (#2170)

github.com/radareorg/iaito - d6be2624d3a92fd8de68c46406b9b78ac3e5d5c8 authored over 4 years ago by logankonopatzke <[email protected]>
Boolify some RUtil.file APIs ##util (#16734)

github.com/radareorg/radare2 - afeb85936605c2248524ed49ec8c84a1034539a3 authored over 4 years ago by pancake <[email protected]>
Fix #16702 - Fix PE exports ordinals

github.com/radareorg/radare2 - 4c4da83cbeb93f28976dd98ea4c3fc84038d4441 authored over 4 years ago by GustavoLCR <[email protected]>
Fix tests for pe exports

Signed-off-by: GustavoLCR <[email protected]>

github.com/radareorg/radare2 - 2938ac5db1cd7fd49b4c88b7a98a849682003fe0 authored over 4 years ago by GustavoLCR <[email protected]>
Fix windows build

github.com/radareorg/radare2 - f961eca6f0ab691753bd7ae0098efca2ccb417a9 authored over 4 years ago by pancake <[email protected]>
Feature/new 2020 website (#141)

github.com/radareorg/radare.org - 68f0ae48b7444015dff414bad3541b8a23e7e454 authored over 4 years ago by Murphy <[email protected]>
Fix autodetection dbdir in r2r @unit ##tests (#16644)

github.com/radareorg/radare2 - 62809d9ad385a53afa3cc14d54161cdc7f05b117 authored over 4 years ago by pancake <[email protected]>
Avoid the use of `for (int` in our codebase (#16718)

github.com/radareorg/radare2 - af4b6e7dc3cb1abd2da1580e8219a6c377ff668e authored over 4 years ago by pancake <[email protected]>
Release 1.8.2

github.com/radareorg/acr - e37322c074f5d57584a53f4fb0c69f1acc22024e authored over 4 years ago by pancake <[email protected]>
Support dash in CHKLIB to make tree-sitter checks happy

github.com/radareorg/acr - e77535261eaabb54cd8945628440b8351b88bf71 authored over 4 years ago by pancake <[email protected]>
Implement r_strbuf_setptr API and improve + test it more ##util (#16649)

Co-authored-by: Florian Märkl <[email protected]>

github.com/radareorg/radare2 - 80a01cb4e3e4be9bfe9bd625dee407ead7fdebc5 authored over 4 years ago by pancake <[email protected]>
Fix AppVeyor build by fixing Meson version (#16728)

github.com/radareorg/radare2 - 4d180b9b0b823f5f6988cf02ab7a488328485188 authored over 4 years ago by Khairul Azhar Kasmiran <[email protected]>
Fix #16531 - Fix binary file opening permisson in sandbox ##windows (#16722)

github.com/radareorg/radare2 - 2bf97bf5703cb8768871c72cd2bcd7009a9726ed authored over 4 years ago by GustavoLCR <[email protected]>
Fix #16543 - bin.str.enc affects izz + ascii is now alias for latin1 (#16720)

github.com/radareorg/radare2 - 670e08779527a8ee9499143cc61e4e504718d64e authored over 4 years ago by Khairul Azhar Kasmiran <[email protected]>
Fix for r2 master (Fix #100)

github.com/radareorg/r2ghidra - bc7c3700986c07c944e8660ef6fccb985c6001fe authored over 4 years ago by Florian Märkl <[email protected]>
Fixes for windows debugger - ##windows ##debug (#16717)

* Fix #15937 - Fix debuggee hanging when attaching to it
* Fix `dm` not working for attached pr...

github.com/radareorg/radare2 - ac5355fb3d86183fb4e9948b16679cdb4fd811d8 authored over 4 years ago by GustavoLCR <[email protected]>
r2r: Enable ANSI esc seqs on Windows (#16714)

github.com/radareorg/radare2 - f8a86915229d27b0a776d3d0ada5e38834d6186c authored over 4 years ago by Khairul Azhar Kasmiran <[email protected]>
Refactor Variable comments from SDB into RAnalVar (#16715)

github.com/radareorg/radare2 - b935803385eeb78f2e6abd00f82f162111160126 authored over 4 years ago by Florian Märkl <[email protected]>
Minor Restructuring of RAnalVar (#16713)

github.com/radareorg/radare2 - ed4a643fae06275a39654bdb27da7ee35688773c authored over 4 years ago by Florian Märkl <[email protected]>
Fix assembling of pop r8-r15 (#16710)

github.com/radareorg/radare2 - f1e113ca8feee3e7caae85f535ab8ca1ef86dd6a authored over 4 years ago by atodekangae <[email protected]>
Hide filehashsize warning under bin.verbose (#16709) ##bin

github.com/radareorg/radare2 - d511ddcfd3b52406bd9f6d8e493ce1586bc4781d authored over 4 years ago by pancake <[email protected]>
Unify the relocations loading (#16705)

* Mov init rel_cache inside the bin init
* Introduce array cache
* Use bin->relocs after loadi...

github.com/radareorg/radare2 - 78de31fe69a600c035dbce373b9f2f62ea2af6de authored over 4 years ago by Alexis Ehret <[email protected]>
Avoid defining unused is_ts_* functions (#16692)

github.com/radareorg/radare2 - c90b2fadc703b6dae37e55c48ef0c3f1ab62d7b3 authored over 4 years ago by Riccardo Schirone <[email protected]>
Remove hardcoded supported encoders names (#16664) ##util

github.com/radareorg/radare2 - 411ee616a10681f1c3ee0c69f68d39cd63fa3cf0 authored over 4 years ago by mdolmen <[email protected]>
Move inferior GNU Hexagon plugin to extras (#16661) ##asm

github.com/radareorg/radare2 - 38e6e39317fd69eaf197e920b83bc83ef7b7a308 authored over 4 years ago by Anton Kochkov <[email protected]>
Add hexagon.gnu plugin (moved from r2 core)

github.com/radareorg/radare2-extras - a015f9fe7e3eded806f95c425a06dddde0ed219e authored over 4 years ago by pancake <[email protected]>
Add .pkgname for swf and pcap plugins

github.com/radareorg/radare2-extras - 792d43b3ba41a6ad06f4e39321e43911535ce075 authored over 4 years ago by pancake <[email protected]>
Fix string length in strncmp call of the http server (#16569)

github.com/radareorg/radare2 - 179345644dac228f01e4300df7c01451e46f0cba authored over 4 years ago by Disconnect3d <[email protected]>
Support relative temporary seek in cfg.newshell (#16693)

* Support relative temporary seek in cfg.newshell
* Add test for relative temporary seek

github.com/radareorg/radare2 - 8e9bbc9b1596334b7d2a921bf48e36931bef1c4d authored over 4 years ago by Riccardo Schirone <[email protected]>
Pass parsed arguments directly to RCmd (#16703)

* Remove r_cmd_call_long API because never used
* Remove r_cmd_add_long because never used
* R...

github.com/radareorg/radare2 - 169531abb57cd6b1db2d6d56ad19bfbba81198f8 authored over 4 years ago by Riccardo Schirone <[email protected]>
remove dl.h and dl.c (#16696)

github.com/radareorg/radare2 - 34be38f96e5fe17652eff8a9f4277d5a821034fa authored over 4 years ago by Liumeo <[email protected]>
Don't start panel mode when noninteractive. (#16701)

github.com/radareorg/radare2 - ccb3ae0fac7c4d17736aca5cb080ff24b6d116e2 authored over 4 years ago by karliss <[email protected]>
x86_64: Support mov r64, 0xffffffffffffffff (#16630) ##asm

github.com/radareorg/radare2 - 123aa7911752b6b8b09e1c957e501f4d20934334 authored over 4 years ago by Khairul Azhar Kasmiran <[email protected]>
Update fortunes.nsfw (#16700)

github.com/radareorg/radare2 - 342da21bc8330e47de3781967369aeb84eb6c9e8 authored over 4 years ago by Soatok Dreamseeker <[email protected]>
Add support for >? help_command (#16699)

github.com/radareorg/radare2 - 34b41e1d20b1dbbec1933e9373b70fbca0c6675a authored over 4 years ago by Riccardo Schirone <[email protected]>
pointer type mismatch warning (#16695)

github.com/radareorg/radare2 - 3b7f014040ff728097c6709201fbb9b1935bf70d authored over 4 years ago by Liumeo <[email protected]>
Add an option to build with system tree-sitter (#16679)

As of https://github.com/tree-sitter/tree-sitter/pull/602 it is possible
to install tree-sitter...

github.com/radareorg/radare2 - 03bc3c59b5f239feac33949a340929134ca6440f authored over 4 years ago by Eli Schwartz <[email protected]>
Restore newshell tests in master branch (#16691)

github.com/radareorg/radare2 - db0aa2d79633b302e44987af91430343a0f80d82 authored over 4 years ago by Riccardo Schirone <[email protected]>
Handle 'q' to interrumpt prompt in newshell ##newshell (#16681)

github.com/radareorg/radare2 - 2d3be881cb9c23e9ec01a148c8c09222a92ba2b3 authored over 4 years ago by Riccardo Schirone <[email protected]>
* Add asm.bytes.right to get the bytes after the instructions ##disasm

github.com/radareorg/radare2 - d3ecd271cf81cc21a8a43ff9b59474023def5ead authored over 4 years ago by pancake <[email protected]>
Use DYNAMIC info in get_import_addr instead of just section names ##ELF

PR: #16530

github.com/radareorg/radare2 - 6124df443f347d1744a102a58dc3335e85063ea5 authored over 4 years ago by Alexis Ehret <[email protected]>
Allow RCore.editor to create files if they doesnt exist ##core (#16673)

github.com/radareorg/radare2 - c6253de2af365f6b8f276c46a9c118468b690f5f authored over 4 years ago by pancake <[email protected]>
Fix #16613 - Some covs (resource leaks, null ptr deref) (#16670)

* Mostly a bunch of calls to free()
* Make sure columnName isn't dereferenced if null

github.com/radareorg/radare2 - b90d4693830591d1c6af518615a3ac97898aee4f authored over 4 years ago by Ian Huang <[email protected]>
Use ut64 in counter for gdb.write via LGTM (#16672)

github.com/radareorg/radare2 - cc9b4a0063d6733546888cc41f1c1ccc24364e33 authored over 4 years ago by Liumeo <[email protected]>
Remove cmp.html remnants

github.com/radareorg/radare.org - ccb67ab0308a105d63f86ea8aa34aa85a9448eb2 authored over 4 years ago by Anton Kochkov <[email protected]>
Remove comparison page

github.com/radareorg/radare.org - 76d1d883b8545f3677e8974e20504e6bcc07f11f authored over 4 years ago by Anton Kochkov <[email protected]>
Add missing r_vector_fini implementation ##util (#16650)

github.com/radareorg/radare2 - dcbb114a9d05300a5f5268e5417810d7d6f3b572 authored over 4 years ago by pancake <[email protected]>
Compile new shell parser by default (#16660)

* Move radare2-shell-parser/tree-sitter into shlr
* compile new shell parser by default, availa...

github.com/radareorg/radare2 - 06ab29b93cb0168a8ec1cb39f860c6b990678838 authored over 4 years ago by Riccardo Schirone <[email protected]>
Remove Variable Linking and replace with Info from Accesses (#16665)

github.com/radareorg/radare2 - 1b56d63df213b988674778b5c7b0c5a8debdc2a1 authored over 4 years ago by Florian Märkl <[email protected]>
Remove uleb128 code duplication (#16662)

* Replace dex_read_uleb128
* Remove dex_read_sleb128 and move dex_uleb128_len to util

github.com/radareorg/radare2 - 2860c4b3273f16cc05ade42ec4343eb1359ad61e authored over 4 years ago by Liumeo <[email protected]>
Update repository links (#16663)

github.com/radareorg/radare2 - 724d3f76859d8baff2f497f62dbf33805ae4ff1b authored over 4 years ago by Liumeo <[email protected]>
Add option for not loading plugins (#2160)

* Separate commandline parsing from rest of logic.
* Add options for not loading plugins.

github.com/radareorg/iaito - 6135fc7024678e0a743de3740351b00f345ba7ba authored over 4 years ago by karliss <[email protected]>
Some random fixes here and there (#16658)

github.com/radareorg/radare2 - 941245d871e27ffc879a9ca6f25e3b39efec376a authored over 4 years ago by pancake <[email protected]>
Fix build without forkpty (windows)

github.com/radareorg/radare2 - e9d49c92f58b006544652817661bc58a024b9ebe authored over 4 years ago by pancake <[email protected]>
Improve the anal reflines to support true/false lines if needed ##disasm (#16654)

github.com/radareorg/radare2 - 387a4d0cd98b59e15ec171c94425510429322fd9 authored over 4 years ago by pancake <[email protected]>
Cleanups for RAsm, rasm2 related to brainfuck hacks

github.com/radareorg/radare2 - a3407a535b5c474fc079340cd6a203dc7e364174 authored over 4 years ago by pancake <[email protected]>
Add static build GH action

* Run CI also on PR that has the 'static' string in branch name

github.com/radareorg/radare2 - 29494cafcf8a740f93d5b368c55c879c8ed6323f authored over 4 years ago by Riccardo Schirone <[email protected]>
Fix the static build by dynamically resolving libutil symbols ##build

github.com/radareorg/radare2 - 498292a70d65073a7bf1a36e3997debe8f1f0792 authored over 4 years ago by pancake <[email protected]>
Check r_io_read_at return value in VTable ##anal (#16653)

github.com/radareorg/radare2 - 52b1affcb60554d33310fbb7a1cb86179d0228c3 authored over 4 years ago by pancake <[email protected]>
Improved make pkgcfg (#16655)

github.com/radareorg/radare2 - 46c8de64c9205d1f8d77813cd48db76b8a6255eb authored over 4 years ago by pancake <[email protected]>
Do not redefine assert in reiserfs.c (#16656)

github.com/radareorg/radare2 - 8e65149d88a45caeb8d17807b6b3c55900141eac authored over 4 years ago by pancake <[email protected]>
Honor cfg.debug in arp/drp ##debug (#16651)

github.com/radareorg/radare2 - 28ee7ec94aa913323508117f5ad2ab743870da89 authored over 4 years ago by pancake <[email protected]>
Fix warning when building without tree-sitter (#16652)

github.com/radareorg/radare2 - b5e5fd89a0969a226a3b04fa67115c9c2727a87d authored over 4 years ago by pancake <[email protected]>
Fix LGTM alerts (#16645)

github.com/radareorg/radare2 - 4ca3a5c54b98df34a36aec546f0890cf6b8fa394 authored over 4 years ago by Liumeo <[email protected]>
gdb arch reg profile memory leak fix ##debug (#16641)

github.com/radareorg/radare2 - 2019d9a78e0340a6dc44fd6dd644b35cde1314da authored over 4 years ago by David CARLIER <[email protected]>
Fix null pointer dereference found by Infer (#16642)

github.com/radareorg/radare2 - 97e7d2d5be66dc73d2930c8c49e50750d91b837b authored over 4 years ago by mdolmen <[email protected]>
Enforce newshell build from now on (#16639)

github.com/radareorg/radare2 - c00fabddc5be4cf013af2f351b67a6e3e438621b authored over 4 years ago by Riccardo Schirone <[email protected]>
Fix segfault when passing null string (#16628)

github.com/radareorg/radare2 - 3b2db8305badc712dd9234b2b6c92a1304fd6c54 authored over 4 years ago by Zi Fan <[email protected]>
Suppress 2 LGTM alerts (#16631)

github.com/radareorg/radare2 - 3c2cd8cbd83ecce34ab1ff6c01b389830a669ddc authored over 4 years ago by Liumeo <[email protected]>
Refactor Variable Accesses out of SDB (#16632)

Fix #15944

github.com/radareorg/radare2 - 4560120be25da483047aac7ecb36f8ae4581144f authored over 4 years ago by Florian Märkl <[email protected]>
Rename 4 local vars (#16633)

github.com/radareorg/radare2 - 6faf60be5bc136821989e896940c1717a542b7e7 authored over 4 years ago by Liumeo <[email protected]>
Fix 2 LGTM alerts (#16626)

github.com/radareorg/radare2 - dbc9d5e46219eb0133202a6d0da1cb131ba10efa authored over 4 years ago by Liumeo <[email protected]>
Fix pyc anal plugin (#245)

github.com/radareorg/radare2-extras - 8d1c02121a0395023ca47471c57e80a048fdda92 authored over 4 years ago by FXTi <[email protected]>
Remove r_pvector_upper_bound() and add r_vector_lower_bound() (#16629)

github.com/radareorg/radare2 - efc067bc8b4ffe9a0715f1e7c1e9cf9b25e0efcb authored over 4 years ago by Florian Märkl <[email protected]>
Refactor printformat (#16627)

github.com/radareorg/radare2 - a571894042068d6f84778bbd6ed8a5b27d8cac1c authored over 4 years ago by Liumeo <[email protected]>
Fix cmd_substitution in grep_specifier ##newshell (#16625)

* Allow cmd_substitution in grep_specifier and set core->tmpseek

github.com/radareorg/radare2 - 784aa48c051adb51f1ed54375aba98e2d7098e74 authored over 4 years ago by Riccardo Schirone <[email protected]>
Make rabin2 prefix Test more explicit for debugging #16452 (#16622)

github.com/radareorg/radare2 - f49659a4bcbae350b6e53098514cebaeaedff8a6 authored over 4 years ago by Florian Märkl <[email protected]>
Fix a segfault of rabin2 on rpi4 and use pj in rabin2 -Vj (#16623)

github.com/radareorg/radare2 - 6df08d89dd172f3b04943e3b64bf7c64da2de795 authored over 4 years ago by Liumeo <[email protected]>
Refactor Variables out of SDB ##anal (#16547)

github.com/radareorg/radare2 - 35290dd51d815ed0e36623b1fba63c6f8a93bd84 authored over 4 years ago by Florian Märkl <[email protected]>
Chop Basic Blocks instead of re-analyzing in noreturn propagation (#16612)

github.com/radareorg/radare2 - dcf0c7049f0f916cf19247d8283defcb50f4c7cd authored over 4 years ago by Florian Märkl <[email protected]>
x86_32/64: Don't assemble overlarge MOV imm32 (#16619)

github.com/radareorg/radare2 - 4afa4296ea32a314f1aad22b35926fb892223bf9 authored over 4 years ago by Khairul Azhar Kasmiran <[email protected]>
Use drrj to read values for RegistersWidget. (#2141)

* Avoids problem with 64bit value as number in json
* Keeps registers in the order reported by r2

github.com/radareorg/iaito - aa8ecee8e2451a2b3fb4e765808898c93d8e9ae3 authored over 4 years ago by karliss <[email protected]>
Add commandline option for disabling stdout redirection (#2144)

* Add option for disabling stdout and stderr redirection.
* Add command line option description...

github.com/radareorg/iaito - b69dff0fcd2a1a403783fdc4561c865dfbd1b6b2 authored over 4 years ago by karliss <[email protected]>
r_core_seek accepts a boolean as 3rd argument (#16618)

Replaces all 0/1 passed as 3rd argument to r_core_seek with false/true.

github.com/radareorg/radare2 - c8f99840abfcea388eb7b8f0c2377ae2299df4a0 authored over 4 years ago by Riccardo Schirone <[email protected]>
Add support for foreach commands ##newshell (#16607)

github.com/radareorg/radare2 - 58cbee4144dad969a2810d63abd13c88e57161ac authored over 4 years ago by Riccardo Schirone <[email protected]>
Add generic reference counting implementation ##util (#16604)

* Unit test for the r-ref api

github.com/radareorg/radare2 - 0baf99d81d8a426a34929d260f14b17b0f2ef92c authored over 4 years ago by pancake <[email protected]>
Fix LGTM alert - useless comparison (#16616)

github.com/radareorg/radare2 - f549eb2a28e387650bb7c2d277f891ecaba53c0a authored over 4 years ago by Liumeo <[email protected]>
Fix LGTM alert - save cur to base (#16614)

github.com/radareorg/radare2 - 9222e458e253c7c00374a4ba69cbb13459d3f595 authored over 4 years ago by Liumeo <[email protected]>
Fix LGTM alert - remove strlen (#16615)

github.com/radareorg/radare2 - b5d5e00f66f60b0250c9c43128df58ceec608aaf authored over 4 years ago by Liumeo <[email protected]>
Fix errors reported by UB sanitizer (#2150)

* Use qt parent for deleting completer

Manually deleting causes some UAF due to it being inst...

github.com/radareorg/iaito - 4d2ef58e6a2e2c6efd1d35db1a4325a1c8079f44 authored over 4 years ago by karliss <[email protected]>
Use r2 c api for reading comments. (#2154)

C api allows specifying address directly thus avoiding unnecesarry reads
caused by seek(rb=true).

github.com/radareorg/iaito - ccb53fedbf83113fdf666cbdc616343849c4b568 authored over 4 years ago by karliss <[email protected]>
Add a test for noreturn propagation (#16611)

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