Ecosyste.ms: OpenCollective

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

Headcrab

Creating a modern debugger library for Rust
Collective - Host: opensource - https://opencollective.com/headcrab - Website: https://headcrab-rs.github.io - Code: https://github.com/headcrab-rs

Use latest version of nix

github.com/headcrab-rs/headcrab - nbaksalyar opened this pull request over 2 years ago
Update Cranelift dependency in headcrab_inject

github.com/headcrab-rs/headcrab - nbaksalyar opened this pull request over 2 years ago
Fix race condition in the writemem test

github.com/headcrab-rs/headcrab - nbaksalyar opened this pull request over 2 years ago
Fix clippy warnings

github.com/headcrab-rs/headcrab - nbaksalyar opened this pull request over 2 years ago
Switch to GitHub Actions for CI

github.com/headcrab-rs/headcrab - nbaksalyar opened this pull request over 2 years ago
add m[un]map tests

github.com/headcrab-rs/headcrab - pro465 opened this pull request over 2 years ago
add a `munmap` method for `LinuxTarget`

github.com/headcrab-rs/headcrab - pro465 opened this pull request over 2 years ago
tiny edit

github.com/headcrab-rs/headcrab - pro465 opened this pull request over 2 years ago
add line to address functinality

github.com/headcrab-rs/headcrab - FlyingCanoe opened this pull request about 3 years ago
Is this project still alive?

github.com/headcrab-rs/headcrab - PoignardAzur opened this issue over 3 years ago
Setup CI infrastructure to run non-x86 builds

github.com/headcrab-rs/headcrab - nbaksalyar opened this issue almost 4 years ago
Remove unused imports

github.com/headcrab-rs/headcrab - TaKO8Ki opened this pull request almost 4 years ago
Load coredumps

github.com/headcrab-rs/headcrab - bjorn3 opened this issue about 4 years ago
User creatable debuginfo

github.com/headcrab-rs/headcrab - bjorn3 opened this issue about 4 years ago
Load debuginfo for JITed code

github.com/headcrab-rs/headcrab - bjorn3 opened this issue about 4 years ago
Add error type wrapping all possible errors

github.com/headcrab-rs/headcrab - DevinR528 opened this pull request about 4 years ago
Use {:#016x?} for register printing

github.com/headcrab-rs/headcrab - bjorn3 opened this pull request about 4 years ago
Fix mobile sizing

github.com/headcrab-rs/headcrab-rs.github.io - aDotInTheVoid opened this pull request about 4 years ago
Refactor headcrab_inject

github.com/headcrab-rs/headcrab - bjorn3 opened this pull request about 4 years ago
Make all errors Send + Sync

github.com/headcrab-rs/headcrab - bjorn3 opened this pull request about 4 years ago
remove _patch_breakpoint function

github.com/headcrab-rs/headcrab - Arthamys opened this pull request about 4 years ago
Accept an arbitrary Command as argument for launch

github.com/headcrab-rs/headcrab - bjorn3 opened this pull request about 4 years ago
Fix sporadic bug in the write_ptrace test

github.com/headcrab-rs/headcrab - nbaksalyar opened this issue about 4 years ago
Rework the (Relocatable)Debuginfo structs

github.com/headcrab-rs/headcrab - bjorn3 opened this issue about 4 years ago
Add imgui based gui example

github.com/headcrab-rs/headcrab - bjorn3 opened this pull request about 4 years ago
Refactor local printing

github.com/headcrab-rs/headcrab - bjorn3 opened this pull request about 4 years ago
Inject code into the debugged process

github.com/headcrab-rs/headcrab - bjorn3 opened this pull request about 4 years ago
Reload debuginfo in repl when necessary

github.com/headcrab-rs/headcrab - bjorn3 opened this issue about 4 years ago
Introduce RemotePtr type

github.com/headcrab-rs/headcrab - bjorn3 opened this issue about 4 years ago
Breakpoint support on Linux

github.com/headcrab-rs/headcrab - Arthamys opened this pull request about 4 years ago
Implement source mapping

github.com/headcrab-rs/headcrab - blitzerr opened this pull request about 4 years ago
Add syntax highlighting and completion to repl

github.com/headcrab-rs/headcrab - bjorn3 opened this pull request about 4 years ago
Integrate readline into the repl example

github.com/headcrab-rs/headcrab - nbaksalyar opened this issue about 4 years ago
Handle signals for debuggees on Linux

github.com/headcrab-rs/headcrab - nbaksalyar opened this issue about 4 years ago
Handle exit events for debugees on Linux

github.com/headcrab-rs/headcrab - nbaksalyar opened this issue about 4 years ago
Add Twitter handle

github.com/headcrab-rs/headcrab-rs.github.io - DeltaManiac opened this issue about 4 years ago
Add a link to REPL demo recording to readme

github.com/headcrab-rs/headcrab - nbaksalyar opened this pull request about 4 years ago
Implement source mapping

github.com/headcrab-rs/headcrab - nbaksalyar opened this issue about 4 years ago
Prepare 0.2.0 release

github.com/headcrab-rs/headcrab - nbaksalyar opened this issue about 4 years ago
Add API to read & write registers for Linux

github.com/headcrab-rs/headcrab - nbaksalyar opened this pull request about 4 years ago
Port the repl example to macOS

github.com/headcrab-rs/headcrab - nbaksalyar opened this issue about 4 years ago
Implement registers reading function for macOS

github.com/headcrab-rs/headcrab - nbaksalyar opened this issue about 4 years ago
Use more robust IPC mechanism for WriteMem tests

github.com/headcrab-rs/headcrab - nbaksalyar opened this pull request about 4 years ago
Fix Travis CI + GitHub Integration

github.com/headcrab-rs/headcrab - nbaksalyar opened this issue about 4 years ago
Add GDB Remote Protocol Target [WIP]

github.com/headcrab-rs/headcrab - JJendryka opened this pull request about 4 years ago
Add help to repl

github.com/headcrab-rs/headcrab - DeltaManiac opened this pull request about 4 years ago
Improve Readme

github.com/headcrab-rs/headcrab - nbaksalyar opened this pull request about 4 years ago
Add `help` command for the repl example

github.com/headcrab-rs/headcrab - nbaksalyar opened this issue about 4 years ago
Implement gdb remote debugging protocol

github.com/headcrab-rs/headcrab - bjorn3 opened this issue about 4 years ago
Add a trait for registers

github.com/headcrab-rs/headcrab - bjorn3 opened this issue about 4 years ago
Format locals according to their type

github.com/headcrab-rs/headcrab - bjorn3 opened this issue about 4 years ago
Get a thread list from an OSX task

github.com/headcrab-rs/headcrab - fabiim opened this pull request about 4 years ago
Show local values

github.com/headcrab-rs/headcrab - bjorn3 opened this pull request about 4 years ago
Fix typo in contributors guide

github.com/headcrab-rs/headcrab - nbaksalyar opened this pull request about 4 years ago
Fix Read Memory test for Arch

github.com/headcrab-rs/headcrab - fabiim opened this issue about 4 years ago
Make threads test more robust

github.com/headcrab-rs/headcrab - fabiim opened this pull request about 4 years ago
Correctly handle entry.address_range

github.com/headcrab-rs/headcrab - bjorn3 opened this pull request about 4 years ago
Test fixes

github.com/headcrab-rs/headcrab - bjorn3 opened this pull request about 4 years ago
Add Windows Target

github.com/headcrab-rs/headcrab - DeltaManiac opened this issue about 4 years ago
Windows Target

github.com/headcrab-rs/headcrab - DeltaManiac opened this pull request about 4 years ago
ReadMem improvements

github.com/headcrab-rs/headcrab - nbaksalyar opened this pull request about 4 years ago
Symbol demangling

github.com/headcrab-rs/headcrab - Stupremee opened this pull request about 4 years ago
Add watchpoint

github.com/headcrab-rs/headcrab - JJendryka opened this pull request about 4 years ago
data breakpoint support

github.com/headcrab-rs/headcrab - spacejam opened this issue about 4 years ago
Demangle symbol names

github.com/headcrab-rs/headcrab - nbaksalyar opened this issue about 4 years ago
Update Cargo.toml file

github.com/headcrab-rs/headcrab - nbaksalyar opened this pull request about 4 years ago
Support Windows Build

github.com/headcrab-rs/headcrab - DeltaManiac opened this pull request about 4 years ago
Avoid lots of mod.rs files

github.com/headcrab-rs/headcrab - hunger opened this pull request about 4 years ago
Support headcrab compilation on Windows

github.com/headcrab-rs/headcrab - DeltaManiac opened this issue about 4 years ago
Fix spelling in comments and variable names

github.com/headcrab-rs/headcrab - hunger opened this pull request about 4 years ago
Keep list of threads inside Linux Target

github.com/headcrab-rs/headcrab - fabiim opened this issue about 4 years ago
Add attach options

github.com/headcrab-rs/headcrab - JJendryka opened this pull request about 4 years ago
Naive and frame pointer stack unwinders

github.com/headcrab-rs/headcrab - bjorn3 opened this pull request about 4 years ago
Add stack unwinder

github.com/headcrab-rs/headcrab - bjorn3 opened this issue about 4 years ago
Add a simple repl example

github.com/headcrab-rs/headcrab - bjorn3 opened this pull request about 4 years ago
Perform syscall in debuggee on Linux

github.com/headcrab-rs/headcrab - bjorn3 opened this pull request about 4 years ago
Support breakpoints on Linux

github.com/headcrab-rs/headcrab - bjorn3 opened this issue about 4 years ago
Add disassembler and line info parsing

github.com/headcrab-rs/headcrab - bjorn3 opened this pull request about 4 years ago
Add Cirrus Ci badge

github.com/headcrab-rs/headcrab - DeltaManiac opened this pull request about 4 years ago
Write memory

github.com/headcrab-rs/headcrab - nbaksalyar opened this pull request about 4 years ago
Get a list of process threads on macOS

github.com/headcrab-rs/headcrab - nbaksalyar opened this issue about 4 years ago
Implement WriteMemory routines for macOS

github.com/headcrab-rs/headcrab - nbaksalyar opened this issue about 4 years ago
Split out code common for all *nix platform

github.com/headcrab-rs/headcrab - DeltaManiac opened this pull request about 4 years ago
Implement proper error types

github.com/headcrab-rs/headcrab - nbaksalyar opened this issue over 4 years ago
Create a chat room for the community

github.com/headcrab-rs/headcrab - nbaksalyar opened this issue over 4 years ago
Setup CI for macOS

github.com/headcrab-rs/headcrab - nbaksalyar opened this issue over 4 years ago