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

Update the wasm module

github.com/radareorg/ghidra-native - 116907ee1ba3f5cce58a301ea88ecaf4d8042a70 authored about 2 years ago by pancake <[email protected]>
Add support for webassembly

github.com/radareorg/ghidra-native - 849f0bce8f4533b5c8b84746d97596893720e97e authored about 2 years ago by pancake <[email protected]>
Also publish the sleigh zip on release

github.com/radareorg/r2ghidra - d4deb74c8b75c2678d95755299b29a8a2d40359d authored about 2 years ago by pancake <[email protected]>
r2ghidra.roprop is now a number from 0 to 4

github.com/radareorg/r2ghidra - 8003c16039fe01adef1422595fc4f7a749a38999 authored about 2 years ago by pancake <[email protected]>
Implement ~$!! as a tac replacement and clarify the ~$! use ##shell

github.com/radareorg/radare2 - be93a9c4b0edbc55f9fde75f433896f3d0c84d8f authored about 2 years ago by pancake <[email protected]>
Publish binaries in the release page when tagging master

github.com/radareorg/r2ghidra - c266dfcfb1171eb531725512f8bced070e0ef6b6 authored about 2 years ago by pancake <[email protected]>
Update README with latest output of pdg? and e??r2ghidra.

github.com/radareorg/r2ghidra - cf6a67d209e6514e34cce88bbe5a7c4348a534da authored about 2 years ago by pancake <[email protected]>
Fix #23 - Implement experimental r2ghidra.timeout

github.com/radareorg/r2ghidra - e8a7b28719cd900e00531ede09aff02a1ec769a3 authored about 2 years ago by pancake <[email protected]>
A single place for tolower()

github.com/radareorg/r2ghidra - def866348159d07ba1cb69423564d22be3016469 authored about 2 years ago by pancake <[email protected]>
Run fewer but more stable tests in the CI

github.com/radareorg/r2ghidra - 4683a0a902d927912493660eb878000e516c0cd5 authored about 2 years ago by pancake <[email protected]>
Simplify tolower()

github.com/radareorg/r2ghidra - d639cdba82bcc9873bd3fc9e65908f0ba16ec9e1 authored about 2 years ago by pancake <[email protected]>
Minor roprop improvement

github.com/radareorg/r2ghidra - cc52dce66b3cee3da247e11efc9ce638a188fccd authored about 2 years ago by pancake <[email protected]>
Check if allocation was positive of r_anal_value_new()

github.com/radareorg/radare2 - 14df4870861ec872e001e4ce5fa8f8b136037790 authored about 2 years ago by Paul B Mahol <[email protected]>
Fix leak of abandoned buffer in anal_block_cb()

github.com/radareorg/radare2 - 2a1872fd1d4c624585cd943296fda5a849fd5a01 authored about 2 years ago by Paul B Mahol <[email protected]>
Fix double free when shrinking vectors ##crash

realloc() call can return NULL for size of 0 and still free()
that memory, there was no check fo...

github.com/radareorg/radare2 - a4b9260efd48d226b37f0193b5cbc8d87a5435f4 authored about 2 years ago by Paul B Mahol <[email protected]>
Fix returning imports table ##bin

github.com/radareorg/radare2 - 4de824fb8924501685a90601eaebcd61ffc92730 authored about 2 years ago by Paul B Mahol <[email protected]>
Fix windows publishing

github.com/radareorg/r2ghidra - 05356292c1a8dc3d08dd089b9987d6bbbdfe6a77 authored about 2 years ago by pancake <[email protected]>
Add last opcodes to pickle assembler ##anal

github.com/radareorg/radare2 - daf0c06d8184ade1b3547a144b0266efc85fc3ef authored about 2 years ago by Dennis Goodlett <[email protected]>
Fix string literal free in bin.dol

github.com/radareorg/radare2 - 85b69d1e0e44da56fa4cb3fe6198c0c2aad8e5a2 authored about 2 years ago by Richard Patel <[email protected]>
Fix not calling r_asm_op_fini() when needed (#20506)

The RAsmOp is used on stack when disassembling and after its content is not need it needs to cal...

github.com/radareorg/radare2 - 8ffa196193461450dadb1daa70652e7f149bc077 authored about 2 years ago by Paul B Mahol <[email protected]>
Fix overreads in r_str_utf8_codepoint()

github.com/radareorg/radare2 - e540f819e0713ca79f57f70d7ac087b886f274d5 authored about 2 years ago by Paul B Mahol <[email protected]>
Fix leak by freeing pointer on stack after it is abandoned

github.com/radareorg/radare2 - 8b84123b78490b0f832495a70beb0ee27df197da authored about 2 years ago by Paul B Mahol <[email protected]>
anal_pickle coverity fixes (#20504)

* Add missing % in anal_pickle log format string
* Ensure arg is never NULL in pickle_opasm

github.com/radareorg/radare2 - afa2963f7361308bb5848116a65f5f7da6f4e5bf authored about 2 years ago by Lazula <[email protected]>
Dont show asm.describe on strings ##disasm

github.com/radareorg/radare2 - a4c97fb0522ef5d18ed5a457f10b94b3eef60b97 authored about 2 years ago by pancake <[email protected]>
Fix recently introduced stack buffer overflow ##visual

github.com/radareorg/radare2 - bc268f1c462040a658a89a600913ffa4d429f32c authored about 2 years ago by Paul B Mahol <[email protected]>
Fix arm64's adr and adrp instruction

github.com/radareorg/radare2 - 63004ced8d859353f27323a892651f1e1a9e9b80 authored about 2 years ago by Seunghwan Chun <[email protected]>
Fix color changing for same block and prc=f ##print

The color issue of small numbers have been fixed in another commit.

github.com/radareorg/radare2 - 50ba95eab18d1e31be05a9b5efbebebdcb829005 authored about 2 years ago by Paul B Mahol <[email protected]>
Another mac ls for the collection

github.com/radareorg/radare2-testbins - 458022873d684083bffbf362b2852a70580a9070 authored about 2 years ago by pancake <[email protected]>
Fix more UB in shift lefts

github.com/radareorg/radare2 - 801f0665e52167b0e1c3d6c8b17cb291c544959c authored about 2 years ago by pancake <[email protected]>
Fix undefined behaviour bugs in the xtensa analyser

github.com/radareorg/radare2 - 45e14370bfbcbddfcbf7b40850c7cfb11925d697 authored about 2 years ago by pancake <[email protected]>
Fix oobread in iOS arm64 kernel parsing ##crash

github.com/radareorg/radare2 - bdd76a11ddecfb56152297eccd15544d2c6d4d8b authored about 2 years ago by mrmacete <[email protected]>
Fix p=F output ##print

github.com/radareorg/radare2 - dae6293dabe0cde250b38176776195f39d88d8f1 authored about 2 years ago by Paul B Mahol <[email protected]>
Make PageUp/Down keys less laggy ##visual

github.com/radareorg/radare2 - e596a0bf9bcb0c367840ad27634631bec6c57712 authored about 2 years ago by Paul B Mahol <[email protected]>
Add pickle assembler ##arch

github.com/radareorg/radare2 - c47c90d2e5f3f109a379860fdcbac7ddcabc360f authored about 2 years ago by Dennis Goodlett <[email protected]>
Add spacing linting checks for public function signatures

github.com/radareorg/radare2 - d6d14b2a7199e78a14a435eafc912e01ba7db85f authored about 2 years ago by pancake <[email protected]>
Fix use-after-free in the macho swizzler ##bin

github.com/radareorg/radare2 - 03f70c6ec8d2508f7597ce15882282797454d2dc authored about 2 years ago by pancake <[email protected]>
Fix small leak of list in cmd_prc_zoom()

github.com/radareorg/radare2 - 77291f5d88eb1dc3d389689ebda598d7e41d5044 authored about 2 years ago by Paul B Mahol <[email protected]>
Fix /rx ##search

Simplify code a little.

github.com/radareorg/radare2 - 6a891ed683c73581cce7390e5003de7876a6c44c authored about 2 years ago by Paul B Mahol <[email protected]>
Zip it with python in the make too

github.com/radareorg/r2ghidra - a8b476778dc64a54108bc5b450632b14e4aed94d authored about 2 years ago by pancake <[email protected]>
Use pythons zipfile instead of the choco one

github.com/radareorg/r2ghidra - 1fc291632246375c83b54824321fae7422316ffe authored about 2 years ago by pancake <[email protected]>
Add r2ghidra.roprop configuration option just for testing purposes

github.com/radareorg/r2ghidra - 989f8580083c458a8e634cf5a2c6111a2523ebc0 authored about 2 years ago by pancake <[email protected]>
Use python unzip to remove choco dependency in the windows builds

github.com/radareorg/r2ghidra - 2e08360cb69f1ce0a3699a30af818ddb9b88bb32 authored about 2 years ago by pancake <[email protected]>
Check malloc return value in parse_symbol_table() for PE

github.com/radareorg/radare2 - 301935dcad42fdbba656ecc4ea12e24fd8db66b2 authored about 2 years ago by Paul B Mahol <[email protected]>
Check for forgotten allocation errors in ELF format

github.com/radareorg/radare2 - 7ff05dab3fb0579cdc9686652200d9895364e410 authored about 2 years ago by Paul B Mahol <[email protected]>
Fix the meson build

github.com/radareorg/r2ghidra - e6e50c7dfe3127c73c46b837c900932e8404842e authored about 2 years ago by pancake <[email protected]>
Missing comma in readme

github.com/radareorg/radare2 - 03b1b23256edb52e5e33df3c44a24f919be1a10b authored about 2 years ago by ChoobieDesu <[email protected]>
Add missing break in `wtf` switch statement

github.com/radareorg/radare2 - cc70716d96cb50a81689b5e9f69e6b64fa6f922f authored about 2 years ago by Lazula <[email protected]>
Initial work towards onifying r_util ##build

github.com/radareorg/radare2 - 12754725dddb7f228bb5508f767ed2f146ee86bf authored about 2 years ago by pancake <[email protected]>
Fix picking colors for 256 colors terminals ##cons

The R_DIM call was using wrong max allowed value.
Do not try to loop over colors reserved for gray.

github.com/radareorg/radare2 - fb9eaa53cf8ff055ae8f5e2228ad6e2283c3cc70 authored about 2 years ago by Paul B Mahol <[email protected]>
Check range of number of names in PE export

github.com/radareorg/radare2 - a01e2b4d7cd777cf80c69fe7564dea8e68e548a2 authored about 2 years ago by Paul B Mahol <[email protected]>
Fix some memory leaks caused by buggy macros for reference counting

github.com/radareorg/radare2 - b446f7ab4761bcf78a713ab5d4d119785d01855c authored about 2 years ago by Paul B Mahol <[email protected]>
Fix FPE crash in p2 visual mode ##crash

github.com/radareorg/radare2 - 2195fb5f6169136bc945743e20d39bfd668ef139 authored about 2 years ago by Paul B Mahol <[email protected]>
Fix wtf base64 alias and add tests

github.com/radareorg/radare2 - 3265524885cb7723ac4687e245f60b017ce3401e authored about 2 years ago by Lazula <[email protected]>
Refactor cmd_wt()

github.com/radareorg/radare2 - 4ce57c06a8e9f146f66cea3cbb223404d0f0cca3 authored about 2 years ago by Lazula <[email protected]>
cmd_wt() rename str -> input

github.com/radareorg/radare2 - 5ea889c126466c7b27635c63ff69f7e8dfee16a1 authored about 2 years ago by Lazula <[email protected]>
Use encoded b64 length since API doesnt support max decoded length

github.com/radareorg/radare2 - 7b6e462d2310f54270164fe1666ad9d2a4ea00be authored about 2 years ago by Lazula <[email protected]>
Start using argv and move wts inside switch

github.com/radareorg/radare2 - 4c16c91c050fbca8d74f37b1c31091f60e183828 authored about 2 years ago by Lazula <[email protected]>
Use R_LOG_ERROR for failure to decode b64

github.com/radareorg/radare2 - cd15bdb1e81690f4a6c2f04aa776519be1cec748 authored about 2 years ago by Lazula <[email protected]>
Move wt? and wt\0 into switch

github.com/radareorg/radare2 - 65ff60cf02cae0b8010f09eb9d05f8e42cea16ce authored about 2 years ago by Lazula <[email protected]>
Allow to change entropy bars width with '[]' keys ##print

github.com/radareorg/radare2 - 58bd12c1009acb0c52d53bb6890166585109d7ac authored about 2 years ago by Paul B Mahol <[email protected]>
Fix Bx regression

github.com/radareorg/radare2 - f39071a058043aa512f2a30f7d0b3e24bc734585 authored over 2 years ago by pancake <[email protected]>
Fix p=e output ##print

github.com/radareorg/radare2 - 6c7c3d69516317100851b34c655fb73c2ef9a317 authored over 2 years ago by Paul B Mahol <[email protected]>
Fix display issues with pss visual mode ##cons

github.com/radareorg/radare2 - 45b6ddb1013400b586c95d3edb54ed5c5587ae7b authored over 2 years ago by Paul B Mahol <[email protected]>
Use of RNum.calc in rax2 to honor error code ##tools

github.com/radareorg/radare2 - 6ee9367a1b72de1e9c8c6ce2fcc8019a0a478d56 authored over 2 years ago by pancake <[email protected]>
Delete and rebrand more leftovers and unused scripts

github.com/radareorg/iaito - ca5f2c49b13552575f4fa89ce014abc3bdcbcd7e authored over 2 years ago by pancake <[email protected]>
Fix memory management in cmd_wt() (#20477)

github.com/radareorg/radare2 - e74aaf11274d5331c169ef153b8ff5c21a0f12fe authored over 2 years ago by Lazula <[email protected]>
Add python pickle machine (pypm) dissassembler ##anal

github.com/radareorg/radare2 - 0889cb74c0b6b2898981c198fdd9f4eb9618e4d8 authored over 2 years ago by Dennis Goodlett <[email protected]>
Fix the previous fix

github.com/radareorg/radare2 - a723a3eb11017435d80cdfa1927d7e721f40af38 authored over 2 years ago by pancake <[email protected]>
Fix buffer overrun in pd reported by durandal_1707 ##crash

github.com/radareorg/radare2 - 22a5207860738ab4d63afb8e785759edfa18b282 authored over 2 years ago by pancake <[email protected]>
Update README

github.com/radareorg/r2retdec - 93fb9b296b00daa508fee8858a4687b806a4f0c8 authored over 2 years ago by pancake <[email protected]>
Release 0.3 - working with r2-5.7.x

github.com/radareorg/r2retdec - 897c731c4a0d034f05c4e5a2260a4fcdc5e90706 authored over 2 years ago by pancake <[email protected]>
Update APIs to work with latest r2-5.x

github.com/radareorg/r2retdec - abd6b4cc44f68836d6207d00521c6dcde32a27ab authored over 2 years ago by pancake <[email protected]>
The RThread.start(true) had racy deadlocks, re-enable the bg http server ##util

github.com/radareorg/radare2 - cfa869989c13d217c255973b9703c72136fc24b1 authored over 2 years ago by pancake <[email protected]>
Disable the esil-dfg unit tests

github.com/radareorg/radare2 - f767f7fb3e46dedb7f134ccd80406287ef79702c authored over 2 years ago by pancake <[email protected]>
Use R_LIKELY and r_return in the skiplist api ##util

* NULL data is still supported

github.com/radareorg/radare2 - 2ba1e8032335969df31e0af3c4d6c8b65ca29473 authored over 2 years ago by pancake <[email protected]>
Optimized implementation of rand for skiplist ##util

github.com/radareorg/radare2 - 3c9777dd189616682176feea56d815747b5891eb authored over 2 years ago by pancake <[email protected]>
Remove no more useful tip for code that was removed long ago

github.com/radareorg/radare2 - 0a618dd048b89ac431650a9d7552d13ddd3c2985 authored over 2 years ago by Paul B Mahol <[email protected]>
Remove unused daylight logic in magic/mdump ##refactor

github.com/radareorg/radare2 - 0f81b08bb90765b4e427efad326967d39d1490b6 authored over 2 years ago by Axel Iota <[email protected]>
Remove optyp global variable for magic ##refactor

github.com/radareorg/radare2 - fe20a5413b302334ef9b51968f78b46482a2d7fc authored over 2 years ago by Axel Iota <[email protected]>
Remove unfreed r_str_ndup and make the source usable as a string directly

github.com/radareorg/radare2 - 06552b6bec8f8946467998ba2ee3fc9a4a41e808 authored over 2 years ago by Lazula <[email protected]>
Add missing inst.op null check in v850 anal pop case

github.com/radareorg/radare2 - 0672b6f9b8f7e4d5cb1730aa2c3a5b1276d61cd7 authored over 2 years ago by Lazula <[email protected]>
Fix potential null dereference in load_asm_descriptions() and flatten logic

github.com/radareorg/radare2 - d799814bc0b43dbbd29d1c8ebd77c6bcb7c1fd81 authored over 2 years ago by Lazula <[email protected]>
Fix INSIDE_M macro in anal_bpf to prevent accessing index 16 of 16-length array

github.com/radareorg/radare2 - 2b7f236bb5b04f8d67f1765916f77a38132cd69c authored over 2 years ago by Lazula <[email protected]>
Fix leaks when `wan` receives an invalid instruction

github.com/radareorg/radare2 - 637cd1e4d640b6eebdd8ea9bdd8790eb545554e7 authored over 2 years ago by Lazula <[email protected]>
Add null check for r->anal before clearing hints in r_core_bin_update_arch_bits()

github.com/radareorg/radare2 - a1719160a47aac1f75b23f703cb613ae0c9334bc authored over 2 years ago by Lazula <[email protected]>
Remove unnecessary ut32 >= 0 check in bpf_anal

github.com/radareorg/radare2 - f6198d4801d67f7606b0c66a7805ad17584644ab authored over 2 years ago by Lazula <[email protected]>
Fix leak in `wts` when filename is allocated but empty

github.com/radareorg/radare2 - 33ad417e27828a4a872c41ac787c970cc925edf8 authored over 2 years ago by Lazula <[email protected]>
Remove incorrect nonnull requirement in createFunction()

github.com/radareorg/radare2 - 69490072c06ed995ccf57948d4ec21235f64ce42 authored over 2 years ago by Lazula <[email protected]>
Free second path string if file does not exist in getFortuneFile()

github.com/radareorg/radare2 - c6a895d8597f3f29b9b3331b3eae1bc1462b1941 authored over 2 years ago by Lazula <[email protected]>
Fix potential null dereference and use-after-free in bin_wasm entries()

github.com/radareorg/radare2 - 2ebd3a21d89a7b055ec81d8faf3167e9422bad86 authored over 2 years ago by Lazula <[email protected]>
Try to make coverity trust that index

github.com/radareorg/radare2 - ecd8d00aad289abf8f850b45d5f6c2e6b0c15c0f authored over 2 years ago by pancake <[email protected]>
Increase maximum recommended line length ##doc

github.com/radareorg/radare2 - a91c9e1b3e129754ab773c25d22ca769695ae764 authored over 2 years ago by pancake <[email protected]>
Remove time_t now global variable for magic ##globals

github.com/radareorg/radare2 - 9684cb6d1f23c8b011b0739adde47f4830cefed6 authored over 2 years ago by Axel Iota <[email protected]>
Fix uninitialized variable bug in sdb.query

github.com/radareorg/sdb - 227134de719955f5029f420065e2a5526dbbc80e authored over 2 years ago by pancake <[email protected]>
Fix r2pm.sh path resolution issue ##r2pm

github.com/radareorg/radare2 - 7e84240719c828f6325eaceba8391ce2d8216d5e authored over 2 years ago by pancake <[email protected]>