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

Mention tools in README

XVilka opened this pull request about 1 year ago
Remove outdated AArch64 RzAsm plugin from binutils

XVilka opened this pull request about 1 year ago
Remove static and global variables in disasm and analysis

XVilka opened this pull request about 1 year ago
Add a new helper to convert a `long double` to an 80-bit RzIL float

DMaroo opened this pull request about 1 year ago
Use `-fno-strict-aliasing` with Capstone next build

kazarmy opened this pull request about 1 year ago
DEC Alpha disassembly and analysis plugins

XVilka opened this pull request about 1 year ago
Fix rz_core_shift_block (`wes` command)

TomasGlgg opened this pull request about 1 year ago
core/analysis: remove globals

XVilka opened this pull request about 1 year ago
bin/elf: autodetect RL78 architecture

XVilka opened this pull request about 1 year ago
Remove all globals & static variables where possible

wargio opened this issue about 1 year ago
Downgrade Capstone next build to `-O1` on gcc release build

kazarmy opened this pull request about 1 year ago
Use internal API instead of command

PeiweiHu opened this pull request about 1 year ago
Transition of strings in RzBinPlugin (from list to pvector)

PeiweiHu opened this pull request about 1 year ago
Allow to cancel and print progress of the current diffing job

wargio opened this pull request about 1 year ago
Avoid spamming warnings when loading PE files

wargio opened this pull request about 1 year ago
Fix the memory leak in `rz_core_print_disasm_instructions_with_buf`

PeiweiHu opened this pull request about 1 year ago
Failed fuzzing tests after updating capstone

XVilka opened this issue about 1 year ago
An API to get the "variable"/"value" of the function return

XVilka opened this issue about 1 year ago
coloring help output of rizin,rz-diff,rz-asm

byteninjaa0 opened this pull request about 1 year ago
Support undocumented x86 instructions in RzIL

DMaroo opened this issue about 1 year ago
Generate Cutter graph image.

taylorh140 opened this issue about 1 year ago
Arm switch case graph issue.

taylorh140 opened this issue about 1 year ago
Transition of virtual_files in RzBinPlugin (from list to pvector)

PeiweiHu opened this pull request about 1 year ago
Remove the deprecated API rz_core_handle_backwards_disasm

PeiweiHu opened this pull request about 1 year ago
[ARM64] Set correct family type for system hints.

Rot127 opened this pull request about 1 year ago
ARM64 MachO disassembly problems

XVilka opened this issue about 1 year ago
fix the Memory leak: ret

zengwei2000 opened this pull request about 1 year ago
Enable CFG generation.

Rot127 opened this pull request about 1 year ago
Force usage of RzList methods instead of direct access of the fields

wargio opened this pull request about 1 year ago
Fix TriCore's `rfm` stack op set

imbillow opened this pull request about 1 year ago
The command `pd` and `pi` output different results

PeiweiHu opened this issue about 1 year ago
Replace current regex engine with PCRE2

Rot127 opened this pull request about 1 year ago
[RzIL] Warn the user about `io.cache`

Rot127 opened this pull request about 1 year ago
[Hexagon] Add support for Hexagon imports.

Rot127 opened this pull request about 1 year ago
Update graph title after node was updated.

Rot127 opened this pull request about 1 year ago
tricore: lack of variable access detection

XVilka opened this issue about 1 year ago
Add new API to calculate size of variable

XVilka opened this pull request about 1 year ago
Fix rz_pvector_foreach

imbillow opened this pull request about 1 year ago
Load symbols in modules from PDB

imbillow opened this pull request about 1 year ago
RzList to RzPVector shift in RzAnalysisSwitchOp

HN026 opened this pull request about 1 year ago
Remove the dependency of core->block in pi/pI

PeiweiHu opened this pull request about 1 year ago
Remove work dir change of rz-bindgen plugin test

kazarmy opened this pull request about 1 year ago
Create global variables from PDB

imbillow opened this pull request about 1 year ago
tricore: missing global variable reference/address detection

XVilka opened this issue about 1 year ago
Fix use-after-free of _args[0] in RzRunProfile

thestr4ng3r opened this pull request about 1 year ago
Fix use-after-free of _args[0] in RzRunProfile

thestr4ng3r opened this pull request about 1 year ago
X-Refs to global variable - `avgx`

XVilka opened this pull request about 1 year ago
WIP: Rename the existing type - `tr` command

XVilka opened this pull request about 1 year ago
Print xrefs to the global variable

XVilka opened this issue about 1 year ago
Print value of global variable - `avgp`

XVilka opened this pull request about 1 year ago
UBSAN crash on unit test analysis_var

ret2libc opened this issue about 1 year ago
Change io len parameter type to size_t

Rot127 opened this pull request about 1 year ago
[AArch64/ARM64] Update to Capstone `v6/auto-sync`

Rot127 opened this pull request about 1 year ago
Fix mem leaks

Rot127 opened this pull request about 1 year ago
Fix the wrong condition in rz_core_write_at

PeiweiHu opened this pull request about 1 year ago
Fix DWARF composite layout in stack

imbillow opened this pull request about 1 year ago
MIPS: updating capstone and RzIL

XVilka opened this issue about 1 year ago
Fix wrong return check of rz_io_nread_at

PeiweiHu opened this pull request about 1 year ago
DWARF composite layout in stack - problem parsing

XVilka opened this issue about 1 year ago
util: fix NULL deref in interval tree foreach

ret2libc opened this pull request about 1 year ago
x86 32-bit broken disassembly for displacement addressing

rickhg12hs opened this issue about 1 year ago
Runaway, never returning `aeA` (_"Show regs used in N bytes"_)

rickhg12hs opened this issue about 1 year ago
Enable generation of inter-procedual control flow graph.

Rot127 opened this pull request about 1 year ago
Test ASAN

ret2libc opened this pull request about 1 year ago
Test ASAN

ret2libc opened this pull request about 1 year ago
[Static analysis] Adding taint flag for registers

Rot127 opened this issue about 1 year ago
Extended RzIL VM setup

Rot127 opened this issue about 1 year ago
build: fix compilation with meson 1.3.0

ret2libc opened this pull request about 1 year ago
Downgrade Docker Meson to 1.2.3

kazarmy opened this pull request about 1 year ago
Fix commit hash for capstone-next

XVilka opened this pull request about 1 year ago
Fix minor issues in block-related APIs

PeiweiHu opened this pull request about 1 year ago
Downgrade Meson to 1.2.3

XVilka opened this pull request about 1 year ago
Update cmd_print.c

rickhg12hs opened this pull request about 1 year ago
Support building for iOS

thestr4ng3r opened this pull request about 1 year ago
Modify `pr` command to not stop printing at null byte

HN026 opened this pull request about 1 year ago
Make rz_flag_set_next() try the addr before incremental numbers as suffix

thestr4ng3r opened this pull request about 1 year ago
Create global variable from DWARF

imbillow opened this pull request about 1 year ago
Global and static variables aren't created from DWARF

XVilka opened this issue about 1 year ago
Change io len parameter type to size_t

Rot127 opened this pull request about 1 year ago
Enable building/installing/loading plugins with static releases

rickhg12hs opened this issue about 1 year ago
[Hexagon] Dwarf register mapping

Rot127 opened this pull request about 1 year ago
[Hexagon] Add new system instructions.

Rot127 opened this pull request about 1 year ago
`rz_io_write_at`: Return silently if len <= 0.

Rot127 opened this pull request about 1 year ago
Fix arm64 ldr mask in objc_stubs analysis

thestr4ng3r opened this pull request about 1 year ago
Add several common bit operations to RzIL.

Rot127 opened this pull request about 1 year ago
`pr`, unlike `prz` should not stop on zero byte[s]

XVilka opened this issue about 1 year ago
Download file and symbols via GDB remote protocol

XVilka opened this issue about 1 year ago
Fix format generation out of types

XVilka opened this pull request about 1 year ago
Fix FNEQ: x and y were interchanged.

Rot127 opened this pull request about 1 year ago
Added function get_symbol_at()

HN026 opened this pull request about 1 year ago
Incorrect `tp` output

rickhg12hs opened this issue about 1 year ago
core/tui: fix NULL deref with highlight when showing xrefs

ret2libc opened this pull request about 1 year ago
Fix #3965

Rot127 opened this pull request about 1 year ago
Add function `rz_bin_object_get_symbol_at()`

XVilka opened this issue about 1 year ago
Projects don't save map offset

karliss opened this issue about 1 year ago
SDB and analysis UBSAN errors

XVilka opened this issue about 1 year ago