Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Rizin

Creating open source reverse engineering and debugging tool
Collective - Host: opensource - https://opencollective.com/rizin - Website: https://rizin.re/ - Code: https://github.com/rizinorg

Fix CentOS and Alpine CI jobs

github.com/rizinorg/rizin - fc4dfbf9da7f5b0421111064b9600567ff582787 authored 12 months ago by Anton Kochkov <[email protected]>
Fix some resource leaks.

github.com/rizinorg/rz-hexagon - dc1c3d7567a633be98f92c9ee9d0bc82e342873a authored 12 months ago by Rot127 <[email protected]>
Add cache for source line (#4129)

* Fix DWARF source line file path

* Add cache for source line

* Fix cache for source line
...

github.com/rizinorg/rizin - 88f6c787cbfb739eeb19cf2b9a3924cdead1b154 authored 12 months ago by billow <[email protected]>
asm: reduce heap allocation use (#4128)

github.com/rizinorg/rizin - f2bdb834331b89d8c9434ca6271088e2d5e17cf7 authored 12 months ago by Anton Kochkov <[email protected]>
asm: removed sdb_fmt in /arch/ (#4123)

github.com/rizinorg/rizin - c33be9f7c40902f52da01decb56fd4cb3a7fc2e2 authored 12 months ago by Huzaifa <[email protected]>
Fix FreeBSD and NetBSD builds (#4122)

github.com/rizinorg/rizin - cad1e5cfaf9a6fd2706e0f7f19cbb094d8c68c7a authored 12 months ago by Anton Kochkov <[email protected]>
New Crowdin updates (#43)

* New automated translations translations.ts from Crowdin

* New automated translations transl...

github.com/rizinorg/cutter-translations - 8358f174d519bbf0d6cf4e1ccbe586308c009f85 authored 12 months ago by karliss <[email protected]>
Add RZ_OWN/NULL/NULLABLE and implement rz_asm_op_setf_asm (#4124)

github.com/rizinorg/rizin - 35f8029424d4d9a6ba0781f1654240b7614aab8f authored 12 months ago by Giovanni <[email protected]>
Remove static buffer from dwarf code. (#4117)

github.com/rizinorg/rizin - 3b591e68c326ca703700c2a0056fdb7a84a7d56a authored 12 months ago by Giovanni <[email protected]>
Add simple POST-command and changed upload path (remote) (#4106)

github.com/rizinorg/rizin - b82eadc2e4be1ab43eb802195b91443b2c7a427f authored 12 months ago by Aditya <[email protected]>
tricore fixes coverity (#4116)

github.com/rizinorg/rizin - df93e2c00301ee5822eef1ff8085009ff5b416cb authored 12 months ago by billow <[email protected]>
Remove globals in RzAsm plugins (#4114)

* Remove globals in RzAsm plugins

* Fix breakage due small mistakes

github.com/rizinorg/rizin - 0b54b574322a73e8ee8c296ede3ec7e4effb3259 authored 12 months ago by Giovanni <[email protected]>
Patch for windows debugger to load libraries (#4113)

github.com/rizinorg/rizin - 5b36c7c6e08f38027ffa1a083c6e57f159a70490 authored 12 months ago by billow <[email protected]>
v850 support for getting main offset (#2380)

github.com/rizinorg/rizin - 90c2e5b9fb8562e09a574293ce5cb3da78764d6f authored 12 months ago by Peiwei Hu <[email protected]>
Removed static variables from RzAsm plugins (#4100)

github.com/rizinorg/rizin - 3c52065146c04bfc83f5463157637ceac584fb2d authored 12 months ago by Huzaifa Naseer <[email protected]>
Fix tricore RzIL `ADDSC.A` (#4112)

github.com/rizinorg/rizin - fc6e9019f24e710e52c7aba26ed8d3d5b1c5c0c3 authored 12 months ago by billow <[email protected]>
Add new stripped v850 bin (#139)

github.com/rizinorg/rizin-testbins - 22101d2d5ac9f5591becad07493b07910157850e authored 12 months ago by Peiwei Hu <[email protected]>
Fix #4110 (#4111)

github.com/rizinorg/rizin - 09692c01d321a5a4619c41a91db973bb90e3b591 authored 12 months ago by Rot127 <[email protected]>
Enable CFG generation. (#4037)

* Add CFG generation function.
* Document rz_analysis_op()
* Set type annotation to NONNULL
*...

github.com/rizinorg/rizin - 9ea0b64372374dc932d632da314bb63aba737df2 authored 12 months ago by Rot127 <[email protected]>
rz-test: colorize help (#4105)

github.com/rizinorg/rizin - 5a341348d7db3abf4d9283d0d2dbb3910d93de6b authored 12 months ago by byteninjaa0 <[email protected]>
Add maxargs to cc

github.com/rizinorg/rz-hexagon - 992890e12d30693727173d2502142655eeb78242 authored 12 months ago by Rot127 <[email protected]>
Add support for mtocrf and mfocrf if CS v6 is present.

github.com/rizinorg/rizin - 9073cc2464ae79e4da284b2c4612f35ab5af53aa authored 12 months ago by Rot127 <[email protected]>
Bump CS version to most recent next branch.

github.com/rizinorg/rizin - 9d3bab46e43a32af1955989ecc333eab42fb771e authored 12 months ago by Rot127 <[email protected]>
v810: RzIL support (#4096)

* RzIL v810 support
* Fix v810 asm tests
* Fix analysis/v810
* v810: move ESIL formation into...

github.com/rizinorg/rizin - 02634787e93bff8a52ac4a3db6c8f0a0b7e3b76f authored 12 months ago by billow <[email protected]>
Add v810/emulateme.v810 (#138)

github.com/rizinorg/rizin-testbins - 6741d54bad9e91fd272eaac268b3de968ab9cb58 authored 12 months ago by billow <[email protected]>
Build tricore_il only when cs =next or >v4 (#4102)

github.com/rizinorg/rizin - 524fe19222bc2b5c22a07ed46ab82984421e7070 authored 12 months ago by billow <[email protected]>
Use `RzPVector` for `rz_bin_object_get_sections`/`segments` (#3281)

* Use `RzPVector` for `rz_bin_object_get_sections`/`segments`

* Bump rizin submodule to latest

github.com/rizinorg/cutter - aabf4423482c2b9f7893eea217c0bbba3c845fa7 authored 12 months ago by Khairul Azhar Kasmiran <[email protected]>
Use `rz_pvector_foreach_cpp` for `bf->o->sections` (#339)

github.com/rizinorg/rz-ghidra - 3fb97d1a9d89a39078f023d54a0f16abbbe71c79 authored 12 months ago by Khairul Azhar Kasmiran <[email protected]>
RzIL TriCore Support (#3478)

* RzIL TriCore Support

github.com/rizinorg/rizin - ce88bbed49d1142fa33a57afee2ccfa62694f23b authored 12 months ago by billow <[email protected]>
Do not throw warning on empty RzIL (#4097)

github.com/rizinorg/rizin - 1b69ae6ec70318815c71675e0d66d6fe739847b8 authored 12 months ago by Anton Kochkov <[email protected]>
Fix windows debug plugin (#4099)

github.com/rizinorg/rizin - acace32cad4fcb0114305c88f365e69674e5cbfd authored 12 months ago by billow <[email protected]>
Enhance asm colored output (#4095)

- Enhanced unknown string parsing in asm generic tokenization

github.com/rizinorg/rizin - 2fcf619598d1c8c5d868a597e30a1d6fe8bd08cd authored 12 months ago by z3phyr <[email protected]>
search: resolve some signed int issues in json output (#4094)

github.com/rizinorg/rizin - cc696d3c70a95316302099307dc7ffe0504fd6a7 authored 12 months ago by Marco Grassi <[email protected]>
Refactor sections in RzBinPlugin from list to pvector (#4089)

github.com/rizinorg/rizin - 3a2148e1cdaefdaebb41ff37c975dbc1343c3894 authored 12 months ago by Peiwei Hu <[email protected]>
Add RzIL API `SEXTRACT32` and `NE` (#4093)

github.com/rizinorg/rizin - 7da17b80e2e9a6e067904a702501aaefe9147e28 authored 12 months ago by billow <[email protected]>
Remove static and global variables in TriCore RzAsm and RzAnalysis plugin (#4092)

github.com/rizinorg/rizin - a592ea1e8c503e663b37e58c4beccecb40d2cb5e authored 12 months ago by billow <[email protected]>
Fix unsigned numbers in `i` commands JSON output (#4091)

github.com/rizinorg/rizin - d9c70f6c5648a84d546b687b448b3f09c09315ec authored 12 months ago by Anton Kochkov <[email protected]>
Add emulateme.tricore (#137)

github.com/rizinorg/rizin-testbins - 34d6aec01b22f86a560623b4adb69797a43371e2 authored 12 months ago by billow <[email protected]>
Show how many pending failure cases are there in `rz-test -i` (#4079)

github.com/rizinorg/rizin - a666628bf4019925696d8f7dd7c7ab4eb7f12db9 authored 12 months ago by Peiwei Hu <[email protected]>
small typo in the output of aai command

github.com/rizinorg/rizin - c40d246e5c8fc47ce026d77b824fb0c78c53d05e authored 12 months ago by sohail <[email protected]>
Coloring help output of toos (`<tool> -h` output) (#4046)

github.com/rizinorg/rizin - 5c28709cb247790eebd2a86867a067c789173796 authored 12 months ago by byteninjaa0 <[email protected]>
Adding missing operation in bitvector lib and core theory (#4078)

* Add extra bitvector operations defined in core theory basic extra part

* Add extra bitvecto...

github.com/rizinorg/rizin - 48007b4ae0fe4d62c0b26578d24ad3638833c97c authored 12 months ago by Heersin <[email protected]>
Add emulateme test for x86 (#4084)

* Also fix the TODO in arm32 and arm64 emulateme test

github.com/rizinorg/rizin - 9094decf4f19dce7d80b05ad288a99717130f29a authored 12 months ago by Dhruv Maroo <[email protected]>
Add emulateme binary for x86 (#136)

* Add emulateme binary for x86
* Rename `ppc-rzil` directory to `rzil/ppc`, and move `emulateme...

github.com/rizinorg/rizin-testbins - 5d56d099895276ff2d711ca75074295c9f3c1e9e authored 12 months ago by Dhruv Maroo <[email protected]>
netbsd.yml: Use `ensurepip` instead of `get-pip.py` (#4083)

github.com/rizinorg/rizin - 9ed0496e54752db228063f9a4c8876bd40c8fc6e authored 12 months ago by Khairul Azhar Kasmiran <[email protected]>
small refactoring

github.com/rizinorg/cutter - 33882a2e159b45f6a38d265a7d8c91ee5b6a3e49 authored 12 months ago by wargio <[email protected]>
Update Rizin Dev

github.com/rizinorg/cutter - 4f004a2442cb5f726a3db2f961f0a2834eabd643 authored 12 months ago by wargio <[email protected]>
Use `get-pip.py` to install pip in NetBSD (#4082)

github.com/rizinorg/rizin - 3b64c2bf0d833bde05e6cd936255c9b1103f193e authored 12 months ago by Khairul Azhar Kasmiran <[email protected]>
Remove global RzLine instance

github.com/rizinorg/rizin - 1f4befd24e5327e3b6757d919daea594d3fc655d authored 12 months ago by Anton Kochkov <[email protected]>
Removed useless functionality

github.com/rizinorg/rizin - f5ca4b96310efb7e38100076580d854b5aaf3248 authored 12 months ago by wargio <[email protected]>
Fix `prc` command.

github.com/rizinorg/rizin - e092b3a14ea0dfa317502655403baab7976c03ce authored 12 months ago by wargio <[email protected]>
Use RzPVector instead of RzList (#8)

github.com/rizinorg/rz-silhouette - 3f9743bc9876b596db18bfb2da8ccc0a18f48e30 authored 12 months ago by Giovanni <[email protected]>
Refactor the maps in RzBinPlugin from list to pvector (#4081)

github.com/rizinorg/rizin - 32491012eeae060432182a9192fe473eb41c70fd authored 12 months ago by Peiwei Hu <[email protected]>
Remove hidden static in rz_analysis_cc_max_arg

github.com/rizinorg/rizin - b98ba649088e50d1676772667ba2359ddeb976c9 authored 12 months ago by wargio <[email protected]>
Remove hidden static in __stepOut

github.com/rizinorg/rizin - 036606c8b6dc5b125d5a559f6659bcb6d0285a8a authored 12 months ago by wargio <[email protected]>
Remove read ahead globals.

backport from radare2 dd01b31f71ce7698a416f41556df488da5676dfe

github.com/rizinorg/rizin - c93624712a681ec2a0ab0a8584e292b7661ba5ba authored 12 months ago by wargio <[email protected]>
Move cmpval into RzAnalysis

github.com/rizinorg/rizin - 9597f1f9d3bd451173272c26d44d816e5f64c711 authored 12 months ago by wargio <[email protected]>
Remove hidden static in print_addr

github.com/rizinorg/rizin - 0b075c83883f815dac188325d0eb08dd10e03593 authored 12 months ago by wargio <[email protected]>
Remove hidden static in run_basic_block_analysis

github.com/rizinorg/rizin - aa7e6d80ad22da8005fc1eae249b6e9fd3eac4f3 authored 12 months ago by wargio <[email protected]>
Remove hidden static in rz_dyldcache_symbols_from_locsym

github.com/rizinorg/rizin - b17881aca77b53f536944c4d375c4ff5cce1a578 authored 12 months ago by wargio <[email protected]>
Remove hidden static in rz_str_pad

github.com/rizinorg/rizin - a9131cede7bdce8ba5fcf01bdcdc8cd034459c06 authored 12 months ago by wargio <[email protected]>
introduce user pointer in comparator to remove globals in table.c

github.com/rizinorg/rizin - f7589feb05d4aa32a496885e1a88e8910e476819 authored 12 months ago by wargio <[email protected]>
Remove global in chmod.c

github.com/rizinorg/rizin - 00b1b937f10ff0a63afe61bdd7a32d74967cb1a4 authored 12 months ago by wargio <[email protected]>
Remove hidden static in rz_bin_object_patch_relocs

github.com/rizinorg/rizin - 31b104c8666342dde787011efc4451803c3a697c authored 12 months ago by wargio <[email protected]>
Remove hidden static in rz_bin_pe_get_entrypoint

github.com/rizinorg/rizin - 36804f10f5812dbf9c5b48fbeff31ed1231b436f authored 12 months ago by wargio <[email protected]>
Transition from list to pvector for symbols in RzBinPlugin (#4077)

github.com/rizinorg/rizin - 886dfa5c17b40e1c68dd97530f9e46b318c27f47 authored 12 months ago by Peiwei Hu <[email protected]>
Return empty ESIL for new instructions which have immediates where previously regs were assumed. (#4075)

github.com/rizinorg/rizin - c1c35199a495219ace6d3031ac090bee70096bed authored almost 1 year ago by Rot127 <[email protected]>
Add rz_th_queue_from_pvector to initialize a queue from a pvector (#4069)

* Add rz_th_queue_from_pvector to initialize a queue from a pvector
* Rename methods to create ...

github.com/rizinorg/rizin - a060e3beb57a6afa5ddbbf1f7eb8d11273e47825 authored almost 1 year ago by Giovanni <[email protected]>
Fix #4070 (#4071)

github.com/rizinorg/rizin - 77302c80b7520774513390d67e925adec8ecc8ab authored almost 1 year ago by Rot127 <[email protected]>
Mention tools in README (#4065)

Co-authored-by: Rot127 <[email protected]>
Co-authored-by: Giovanni <5...

github.com/rizinorg/rizin - e55891d799c0af4a917e6806c572ab0c6ac05d43 authored about 1 year ago by Anton Kochkov <[email protected]>
Remove static and global variables in SDB (#4068)

github.com/rizinorg/rizin - 3afd475f97cf35754cfcba0fc56cea77acb0277b authored about 1 year ago by Anton Kochkov <[email protected]>
Transition of strings in RzBinPlugin (from RzList to RzPVector) (#4052)

github.com/rizinorg/rizin - b43fe3187775163d83812f53472fbc0936c8dfe5 authored about 1 year ago by Peiwei Hu <[email protected]>
Remove static and global varibles in esil_trace.c (#4066)

github.com/rizinorg/rizin - 8e1afb991e80f124df13ef524fa16b61e74b2675 authored about 1 year ago by Anton Kochkov <[email protected]>
Remove static and global varibles in cmd_analysis.c

github.com/rizinorg/rizin - 2b0de30f7fca0f36807fd017222976059a77c577 authored about 1 year ago by Anton Kochkov <[email protected]>
Remove static and global varibles in disasm.c

github.com/rizinorg/rizin - c4ce1d511a64a71e3d3d2ba04c8e218b11a41c39 authored about 1 year ago by Anton Kochkov <[email protected]>
Remove outdated AArch64 RzAsm plugin from binutils (#4064)

github.com/rizinorg/rizin - e34e6abb0745030df1ad4de3d501390480ade173 authored about 1 year ago by Anton Kochkov <[email protected]>
Add a new helper to convert a `long double` to an 80-bit RzIL float (#4062)

* Add a new helper to convert a `long double` to an 80-bit RzIL float

* New function: `rz...

github.com/rizinorg/rizin - 97d336738cea7d5919aa3b069a90de7b0244d739 authored about 1 year ago by Dhruv Maroo <[email protected]>
Use internal API instead of command (#4053)

github.com/rizinorg/rizin - 8fba56bdb749a42379abff82b9875395359638b9 authored about 1 year ago by Peiwei Hu <[email protected]>
changed .right class media query to align center (#56)

* changed text align to the center

github.com/rizinorg/website - 742ea28881be740ec00083c54c3c3ae1b5268e47 authored about 1 year ago by Ziv <[email protected]>
Use `-fno-strict-aliasing` with Capstone next build (#4060)

github.com/rizinorg/rizin - 63d33695386b0448f8b0d7697249f096d07bbac9 authored about 1 year ago by Khairul Azhar Kasmiran <[email protected]>
core/analysis: remove globals (#4057)

github.com/rizinorg/rizin - 26aacfe66ba638e22b6981146ccea187a91517ba authored about 1 year ago by Anton Kochkov <[email protected]>
bin/elf: autodetect RL78 architecture (#4056)

github.com/rizinorg/rizin - 0440ab4372ce0c938be7a1c4975b4d301c27d024 authored about 1 year ago by Anton Kochkov <[email protected]>
Downgrade Capstone next build to `-O1` on gcc release build (#4054)

github.com/rizinorg/rizin - d9ca656907f2fde637626f5c8d780a51864fbc85 authored about 1 year ago by Khairul Azhar Kasmiran <[email protected]>
Update rizin, translation to latest dev and fix deadlock (#3279)

github.com/rizinorg/cutter - c4dd2eda7d7a219415bb5e090b845c8bfdeb69e5 authored about 1 year ago by Giovanni <[email protected]>
Merge pull request #42 from rizinorg/l10n_master

New Crowdin updates

github.com/rizinorg/cutter-translations - 30267d0acd528cbdbe2911e562085f7385e5ac47 authored about 1 year ago by Giovanni <[email protected]>
Allow to cancel and to print progress of the current diffing job (#4051)

github.com/rizinorg/rizin - ccbfe57b683f247f9b73835a1c46f50627ba4edd authored about 1 year ago by Giovanni <[email protected]>
Avoid spamming warnings when loading PE files (#4050)

github.com/rizinorg/rizin - b28f19443b415fc726b2dcc87d55b750398ceb8e authored about 1 year ago by Giovanni <[email protected]>
Fix the memory leak in rz_core_print_disasm_instructions_with_buf (#4049)

github.com/rizinorg/rizin - 987aee0883ee5341a8977bc2598f689d2645eca8 authored about 1 year ago by Peiwei Hu <[email protected]>
Make it clear the "details" of command are available (#3890)

github.com/rizinorg/rizin - 8c275bfa8b103bd10da6d9b19aaf9c3bcfaeb268 authored about 1 year ago by byteninjaa0 <[email protected]>
Remove the deprecated API rz_core_handle_backwards_disasm (#4041)

* Remove the deprecated API rz_core_handle_backwards_disasm
* Also, mitigate the dependency on ...

github.com/rizinorg/rizin - 3b7f2730f251c64dd36048c1e333166f9de40e5c authored about 1 year ago by Peiwei Hu <[email protected]>
Update Rizin to the latest dev (#3278)

github.com/rizinorg/cutter - 8c03b14290ff8779e7c48b035a33cf7589a69e35 authored about 1 year ago by Anton Kochkov <[email protected]>
Use RzList methods instead of direct use of RzListIter members

* use Rzlist methods.
* Fix callables test

github.com/rizinorg/rz-ghidra - 3741188321ca453bcfd7b32bd26014943682bc77 authored about 1 year ago by ct <[email protected]>
Transition of virtual_files in RzBinPlugin (from list to pvector) (#4042)

github.com/rizinorg/rizin - 286d9bd874bfbe1e782cba901e59984d708d10af authored about 1 year ago by Peiwei Hu <[email protected]>
Set correct family type for system hints. (#4040)

Pointer authentication instructions like 'pacibsp' are encoded as alias for 'hint'.
Due to this ...

github.com/rizinorg/rizin - 7304284eb8f428aa9a05bcf09c653d30856c4442 authored about 1 year ago by Rot127 <[email protected]>
Remove the dependency of core->block in pi/pI (#4023)

github.com/rizinorg/rizin - 4f7e0e177fc7ba709a388641757408177b0b1ec1 authored about 1 year ago by Peiwei Hu <[email protected]>
Add CFG test bin (#135)

github.com/rizinorg/rizin-testbins - 903a21347baed5bdb750ec092762b20307461c16 authored about 1 year ago by Rot127 <[email protected]>
fix the Memory leak: ret (#4038)

When the opsize is greater than 2 and memory allocation is successful, it will cause a memory le...

github.com/rizinorg/rizin - ba4be108363b3de8b6528c2b9d0cf69e06554285 authored about 1 year ago by zengwei2000 <[email protected]>
Make AArch64/ARM analysis and asm plugins Capstone v6 compatible. (#4011)

This commit refactors the AArch64 and partially the ARM
plugin to make it Capstone v6 compatibl...

github.com/rizinorg/rizin - 9b227eb3c12bed648e1c37ab5fda6ad5f8c70ad4 authored about 1 year ago by Rot127 <[email protected]>
New automated translations translations.ts from Crowdin

github.com/rizinorg/cutter-translations - da804dd88e3a6e2dce16003ec33cfe176b2d8005 authored about 1 year ago by karliss <[email protected]>
New automated translations translations.ts from Crowdin

github.com/rizinorg/cutter-translations - ab6acf59665e20ae3edf31e4816d9ba840dd995a authored about 1 year ago by karliss <[email protected]>