Ecosyste.ms: OpenCollective

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

github.com/rizinorg/rizin

UNIX-like reverse engineering framework and command-line toolset.
https://github.com/rizinorg/rizin

Revert "Add float to raw bitvector conversion. (#3509)" (#3517)

This reverts commit 74c044ad63660e2e2f4406f337ce7445b5c1ed7a.

105bc0ed50e554c5ce48f8b45f63051527a11fdb authored over 1 year ago
Automatically cancel any previous workflow on new push. (#3510)

f03e1d5114751785a6f5bd430c18e0372ea3b724 authored over 1 year ago
build: Introduce EXTRA_PREFIX for loading plugins/resources from another path

478f74a95eb0cd9c70097f10eb65c1b2f0c6c38a authored over 1 year ago
Add CI job for testing EXTRA_PREFIX

8d4c12cf9ae9647d222768a443a03ed935bfc0f2 authored over 1 year ago
Add project migrate v12 (#3515)

* Revert rzdb change in 59f32b6db89c09c16fadbda6a098e326b73e03d8
* Add `rz_project_migrate_v11_...

9497f711eb11547f2ed235491e7881078e826e73 authored over 1 year ago
Rename `asm.dwarf*` to `asm.debuginfo*` (#3513)

* Rename `asm.dwarf` to `asm.debuginfo`
* Rename members in `RzDisasmState`
* Improve `asm.deb...

59f32b6db89c09c16fadbda6a098e326b73e03d8 authored over 1 year ago
Refactor `disasm.c` color (#3514)

* Refactor `disasm.c` color
* Fix `ds_print_dwarf`
* Fix `ds_show_functions`
* Fix `ds_init_t...

da84bb0029c28b37eec6fcad914003bfdf9b4ac0 authored over 1 year ago
Fix Infinite loop in `rz_core_search_value_in_range` (#3512)

224b57719574241843b32a627412656aee6e0bdb authored over 1 year ago
Show source lines when `asm.dwarf.lines` set (#3511)

Co-authored-by: Sidhub723 <[email protected]>

c7b77ce8e8c6b3561aed89b8d03f4fd975393ba2 authored over 1 year ago
Add float to raw bitvector conversion. (#3509)

74c044ad63660e2e2f4406f337ce7445b5c1ed7a authored over 1 year ago
librz: fix UAF in plugin deletion

Some libraries have a global "plugin_data" that is initialized only for
the current plugin, thus...

ac3134f4e53e711c59c51d7ac866ccf1d38e1787 authored over 1 year ago
Fix Clang thread issue

fadc066ae46592f7d10f2421949b5b31205a51ee authored over 1 year ago
Add io.h to sdb_private.h

4c51c0077f0773258584034004c4b996697effb7 authored over 1 year ago
Fix return types and args

cc08a23d03ce84a5fe2da42d3640fb107d8d1f86 authored over 1 year ago
subprojects/libzip: patch zip_win32_file_operations

29623e19a62cebcfd64a8cf3cdf46e7dae4238d3 authored over 1 year ago
subprojects/xz: update to 5.4.3

Recently builds on Windows are failing due to intrin.h being required
for some functions. This h...

71c9a7f07bbfe9185a1517775d2df73b6e3d4807 authored over 1 year ago
Fix dbg_step test on Ubuntu 20.04 (#3503)

* Fix dbg_step test on Ubuntu 20.04
* Move r13 to separate line

20081eba4417d099fbd628ad45d8fecbd0ccfecf authored over 1 year ago
Fix visual debug view

Regression from 16e722cffcaf49c3fec4243477e7aba24a7ea6e6:
Visual debug (Vpp) was empty because o...

cdaaf1a27357a51942037825c80ef67638416c99 authored over 1 year ago
Correct help for %% command

The term "positive" is less meaningful for %% as it is dealing only with
unsigned values. It bel...

5aa1d70db794f1855b33d139a20a592d3e46014a authored over 1 year ago
dbg.follow: Follow when pc >= core->offset + dbg.follow (#3499)

344b460f6ecc757a02041d2a727d0e65bd225c1a authored over 1 year ago
Remove incomplete ESIL support for WASM (#3497)

c7c42afb61a4092116a788caf2810b6d77547042 authored over 1 year ago
Add thread-safe hash tables (#3491)

14c29cc472d8cab7072e29c75cf13318ff66a084 authored over 1 year ago
RzEgg: return error codes on failures (#3484)

* Return error codes on failures

Many rz_egg_* APIs can fail, but failures were previously ig...

466c54fdbc7fe117fa587b653c1c70eb921605e3 authored over 1 year ago
Bump rz-libdemangle version to fix windows build (#3490)

9339ad128f38649072ae01e43725a07991fd80b3 authored over 1 year ago
Use `meson setup <dir>` instead of `meson <dir>`

d2de771c3de5d9f88c267b765b05c05406d9bb42 authored over 1 year ago
Fix Debian Stretch builds

8ef2d9a6ad96a105632c476fb5336464de6fdb23 authored over 1 year ago
Split bin field from class fields and fix demangling on java (#3479)

* Split Bin Field from Class fields.
* Fix tests and plugins

59080758fbe7703eaa851a490fc89215f6a19b97 authored over 1 year ago
Add threaded iterators (#3480)

ca547fc6fb4686c605e5745dfcfe3a50c25580f4 authored over 1 year ago
Bump libdemangle version (#3487)

616c63e4cc8b1a6d32b003d6bef69c9c12e5645b authored over 1 year ago
Update i386 argument constraints (#3482)

40bd977533af7e11ef64ed0f9dde4845c7bb8a3c authored over 1 year ago
Demangle rust and add classes/methods and bump lib version (#3481)

29c1aa818754fbb3df46e3f1e3801719e2ef8f39 authored over 1 year ago
cons: enable VI mode with ESC only, no alt-ESC (#3464)

99213043de8c884820771c8596e2b183fcc8adb6 authored over 1 year ago
fix rizin egg SFLIBPATH detection

previously rz_sys_cmd_strf("rizin -hh | grep INCDIR | awk '{print $2}'")
was used to detect SFLI...

084533b04ed497b8a41ddd41889782a161234382 authored over 1 year ago
fix wrong p_align header entry size in elf generation

another regression which was introduced in 01b6e6077502fadff0a0f8a5c2e4a7daf079721d
was changing...

0b2c1ed243a6f337cb7d45e86ad1e76549e546e8 authored over 1 year ago
fix elf e_entry generation

commit 01b6e6077502fadff0a0f8a5c2e4a7daf079721d refactored the elf
interface, and in particular ...

beeef61a6ab2a8a1715aa447e7e275e66ae3afa9 authored over 1 year ago
mark no longer broken tests as unbroken

51ad1fede5fedbbd14ae252d9e3959356c6a1c40 authored over 1 year ago
cons: make RzLineUndoEntry public in rz_cons.h to fix rz-bindgen

9a2843c32eeb1e1a6a21dffc73ae11d110694b35 authored over 1 year ago
ci: use default llvm/clang for rz-bindgen task

beedbfc5a114313ef7cdb43f714c7dc93e3919c0 authored over 1 year ago
ELF symbol versioning fixes (#3474)

* verneed vn_cnt bug fix

* versym bug fixed

* added test for elf symbol version bugs

si...

9a67b521841d9c712c104dd80db356a39560fa16 authored almost 2 years ago
Bump version of libdemangle to support Delphi C++ (#3472)

* Bump version of libdemangle to support Delphi C++
* Removed some WITH_GPL barriers.

f115011642c7eea941d84352e16ca3d798063c6d authored almost 2 years ago
Update libmspack to v1.11 (#3468)

7670834a9cb74aa9c0f34f44cc5a3c19fffe29d8 authored almost 2 years ago
Add Undo/Redo to dietline emacs mode. (#3445)

a36f34da2bfabab519e72881642315694aa50180 authored almost 2 years ago
Add RzBin symbols API test (#3458)

309398b1ca2d05c8226e852107a1a464abf97df8 authored almost 2 years ago
Remove useless null strings (#3457)

68fa2d188736f4596ba69f1b51c039454e0d6a4d authored almost 2 years ago
Improve cmd_help.yaml and fix random number generator (#3452)

* Improve cmd_help.yaml and fix a small bug
* Add support for 64bit random numbers
* Make a di...

9ab709bc34843f04ffde3b63322c809596123e77 authored almost 2 years ago
Convert ps to newshell (#3451)

15c35ce974050aa9d1c3c1e1ef29fc441a55f141 authored almost 2 years ago
io: fix iowhence2buf function

The function should convert the IO-specific whence enum to the
RzBuffer-specific whence enum, ho...

72e92fe81a50c652439ccb44afbc4a5630ef2087 authored almost 2 years ago
util: fix resize of mmap-ed files

When resizing files through `r` commands, although the buffers seemed to
be resized while the fi...

e28345946aff47dbe20ccf91f1df575a69157435 authored almost 2 years ago
db/cmd/cmd_r: do not hardcode the fd num

10f7f1f92a82bd2317eee287aa8d86a28d3e8789 authored almost 2 years ago
util/buf: avoid undefined behaviour when dealing with empty files

030016b2c30772b16eec89c881eedaa4d2296f44 authored almost 2 years ago
Remove TCP_NODELAY (#3443)

ba130cdb59339a0ab217f66ce4b3242634830a0e authored almost 2 years ago
Move `%a` to `ascii`, `%F` to `flush` (#3441)

1c7865b32ec4644ed22af752ec55b600aa0e6ec0 authored almost 2 years ago
SuperH should be less verbose. (#3439)

0f3b141d511567199cf2165c67563997b2cee4b4 authored almost 2 years ago
Replace `rz_core_cmd0` calls in `tui/panels.c` and port `cmd_help` commands to `RzShell` as `cmd_math` (#3421)

16e722cffcaf49c3fec4243477e7aba24a7ea6e6 authored almost 2 years ago
RzBuf: fix comparison of integer expressions of different signedness issue (#3432)

f06d8a998d1cfc7f43afc73adbd45a45004ae69c authored almost 2 years ago
Remove RzBitmap in favor of RzBitvector (#3433)

0e1bbd28f8e62e63bea081a00d72cb8b6a3155e0 authored almost 2 years ago
Fix Debian Jessie builds

4c7408a15aa92f41e59a00124b394015a507f222 authored almost 2 years ago
Move non-x86 tests out of x86

e0c0886873f03288a1ee006c4376043b88bc8b34 authored almost 2 years ago
Support BE platforms in value range search

2762beba68830965e3e7f4737a0cd27a40c278e6 authored almost 2 years ago
Fix few sscanf issues reported by @yeggor (#3428)

65e4e9ebd114ba67b836a4152f6a1dde348cb2c1 authored almost 2 years ago
Add analysis for Objective-C selector stubs

aalo is renamed to aalor to make room for the new aalos command, which
analyzes the __objc_stubs...

8c9568e733d033b8230c5ec999e9b4e2acc1bd8d authored almost 2 years ago
Add support for DYLD_CHAINED_PTR_32

arm64_32 is AArch64, but using 32bit pointers, which is primarily used
on watchOS. Handling DYLD...

c79d7d2611d4d996ffad8fed16877d6f01f0d96a authored almost 2 years ago
Allow to perform auto-analysis also from plugins (#3426)

f5b4682811ada3e84284df5269e3acaeeaea8112 authored almost 2 years ago
rz_util: Fix cross-compilation when using system openssl (#3424)

a38970e1eb4c967955206677031f827dfa1cae8e authored almost 2 years ago
Fix conversion from GDB register profile to rizin profile

d6196703d89c84467b600ba2692534579dc25ed4 authored almost 2 years ago
Remove leftovers from radare2 codebase (#3423)

e7eae14ea1e9fe57d61dae325a380fb0c53b45c4 authored almost 2 years ago
Add validation for rzil float theory (#3420)

3a7d5116244beb678ad9950bb9dd27d28ed2691f authored almost 2 years ago
doc: add release issue template (#3386)

fb71f368596879eb1664c5c2ac04c0613f425a0f authored almost 2 years ago
Fix ar naming and io read/write api (#3419)

c7dfbbcdcd34e86e4f27b0af2df2c3fa692d806f authored almost 2 years ago
Set perm to 644 to multiple text files (#3418)

Co-authored-by: Giovanni Grazioli <[email protected]>

125f0333aab59b69d06624f1871766cc4aa9e3b2 authored almost 2 years ago
Fix archive file io plugin (#3417)

* Fix loading .lib/.a files
* Add windows lib test for ar:// uri

eb3f7f80c5574f01c5ee9898151d39d3a7e61b16 authored almost 2 years ago
Remove unused global in RzCore analysis (#3415)

722c6024fed9253b240375cb87793ac1698d5152 authored almost 2 years ago
8051 RzIL fixes (#3413)

* fix `ljmp`
* fix `mov`
* fix push stack
* rename register `a` -> `acc`
* fix `ret`
* fix ...

a8a6f36354db173cc6afb7db6b65c38775449444 authored almost 2 years ago
Fix string search to use proper implementation (#3414)

3f065201b18933cc436f2c541d38c2bad3bc145e authored almost 2 years ago
Fix C++ use for rz_* allocation functions (#3412)

ac1ea726b023695449b5dd3287e3699a95012f19 authored almost 2 years ago
Remove inefficient rz_mem_swapendian() (#3411)

f8d02292f989fcbf8e1a180d24977d6642bba73b authored almost 2 years ago
Move rz_mem_alloc() to rz_alloc.h (#3410)

fdc2f1e3bdc2c015db794a123e5ea94669f28d25 authored almost 2 years ago
Remove dead code in RzCons dietline (#3405)

50d17471e7adf8a86f706afee39f769bc232b062 authored almost 2 years ago
io_ptrace debugger fixes

afa9aebc3911f408d8f65152f235e1567b6a958c authored almost 2 years ago
Remove dead code in RzUtil alloc

300fc28925e5ea04017520c6820063c327ffbb01 authored almost 2 years ago
Convert `dcs` to the rzshell (#3403)

d0108926486154ebb3e493e8dfedd1bbceb80e35 authored almost 2 years ago
x86 IL: fix infinite loop caused by x86_il_get_parity (#3402)

* x86 IL: fix infinite loop caused by x86_il_get_parity
* Update tests

121e28a742678a9ff5bbb2fcebb5ba3f1cf18f84 authored almost 2 years ago
Fix Linux native debugger compilation for ARM64

e307b32c6da0f517661f2f97d5a9c4b2f838450b authored almost 2 years ago
Remove ip/eip/rip from lists of bound regs (#3401)

f4e15d232a407a72ff8d393f22ff06daf4205c6c authored almost 2 years ago
Fix CI by making GAS test Linux x86-only

315ba643b0f4abc222e866e225ba35fcb79e48f2 authored almost 2 years ago
Add GAS/AT&T syntax support in asm.c assembler (#3384)

0e8828c54e0773e41bbbb5fff110c8cc07cadb09 authored almost 2 years ago
Fix crash for union type formatting with unknown member (#3389)

51e58685750a26678f8b1a1e68989fc25489c20c authored almost 2 years ago
Fix cris-dis lto-type-mismatch warning (#3385)

cris_part_disassembler_options in asm_cris_gnu.c returns a bfd_boolean,
not bool

c1edf60d3cc43807ba09916928cb9723c48b01a3 authored almost 2 years ago
CI: install system capstone dependencies (#3388)

Signed-off-by: John Helmert III <[email protected]>

2f9ceb636787cb04c0b33a6cdf9134c2c1b8984e authored almost 2 years ago
CI: fix system capstone meson flag (#3383)

Signed-off-by: John Helmert III <[email protected]>

23156465708d992326c7bc247a86b8d3a720dc43 authored almost 2 years ago
fix capstone include paths

capstone include paths were adjusted in
2b8104bc5e763ed841d6dbffacbeaf02e86b8421, and this wasn'...

c4b663be36427fd6c964f51b66bdced19b05d8c1 authored almost 2 years ago
CI: add build for building with system capstone

Signed-off-by: John Helmert III <[email protected]>

cebd2f320035120c09cc55bb2ba9001041e57c1c authored almost 2 years ago
Add macroses to generate Inf/NaN for different types (#3373)

* Add macros to generate inf/nan for different types
* Move header dependency to rz_float and m...

b2ace2664cd9b44a57dc7d9a2c3783de6e7735a7 authored almost 2 years ago
Added `agw` details and fixed memleak (#3378)

b2a3c5695ea7a0543390429d93b480494ae5b17b authored almost 2 years ago
Fix rizinorg/cutter#3117 null deref due unknown type (#3374)

3ae2ea31570b51864a534f453cec8988ea7f70a1 authored almost 2 years ago
Fix install-headers and float.h

4ee166e231182eb24ee5994bc6e42aab9766f7b9 authored almost 2 years ago
Bump version to v0.6.0 (#3369)

7f6f9049a20de04eeec88c63d27e6eb4ea68aa13 authored almost 2 years ago
Add fbasic theory to rzil using rz_util/float (#3184)

* Fbasic dev build test

* Add fbasic structure and enums

* Add fbasic op new

* Add fbas...

2b748567fa484d2d02c7e0a0b76a46e75a00e080 authored almost 2 years ago
io: return error when reading/writing to unmapped memory (#3323)

* core: 'wow' command was replaced with 'wb'

* io: on_map_skyline returns false when nothing ...

c9d6ad9ee6affd6a70131e410b71439cbb7d1556 authored almost 2 years ago
Fix crash in `iA` commands for undefined arch

b770693575f5c39e1e1dcb8597b570c5fa63cb83 authored almost 2 years ago