issues
search
headcrab-rs
/
headcrab
A modern Rust debugging library 🦀
https://headcrab.rs
Other
887
stars
32
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Try to locate syscall instruction in vdso mapping where possible
#143
bjorn3
opened
2 years ago
0
Separate the `headcrab::symbol` module into a crate
#142
nbaksalyar
opened
2 years ago
0
Use latest version of nix
#141
nbaksalyar
opened
2 years ago
0
Update Cranelift dependency in headcrab_inject
#140
nbaksalyar
closed
2 years ago
0
Fix race condition in the writemem test
#139
nbaksalyar
closed
2 years ago
1
Fix clippy warnings
#138
nbaksalyar
closed
2 years ago
0
Switch to GitHub Actions for CI
#137
nbaksalyar
closed
2 years ago
3
add m[un]map tests
#136
pro465
closed
2 years ago
22
add a `munmap` method for `LinuxTarget`
#135
pro465
closed
2 years ago
9
tiny edit
#134
pro465
closed
2 years ago
1
add line to address functinality
#133
FlyingCanoe
opened
3 years ago
5
Is this project still alive?
#132
PoignardAzur
opened
3 years ago
10
Setup CI infrastructure to run non-x86 builds
#131
nbaksalyar
opened
3 years ago
8
Feature request: stand-alone binary to dump a running process' stacktrace
#130
matklad
opened
3 years ago
1
Remove unused imports
#129
TaKO8Ki
closed
4 years ago
0
Show call/jmp target symbol in disassembly
#128
bjorn3
opened
4 years ago
0
Load coredumps
#127
bjorn3
opened
4 years ago
0
User creatable debuginfo
#126
bjorn3
opened
4 years ago
0
Load debuginfo for JITed code
#125
bjorn3
opened
4 years ago
0
[repl] Read/write arbitrary memory regions
#124
bjorn3
opened
4 years ago
0
[repl] Disassemble arbitrary memory regions
#123
bjorn3
opened
4 years ago
0
Add error type wrapping all possible errors
#122
DevinR528
opened
4 years ago
0
Use {:#016x?} for register printing
#121
bjorn3
closed
4 years ago
0
Refactor headcrab_inject
#120
bjorn3
closed
4 years ago
0
Make all errors Send + Sync
#119
bjorn3
closed
4 years ago
1
remove _patch_breakpoint function
#118
Arthamys
closed
4 years ago
6
Accept an arbitrary Command as argument for launch
#117
bjorn3
closed
4 years ago
1
Fix sporadic bug in the write_ptrace test
#116
nbaksalyar
closed
2 years ago
0
Rework the (Relocatable)Debuginfo structs
#115
bjorn3
opened
4 years ago
0
Add imgui based gui example
#114
bjorn3
closed
4 years ago
6
Refactor local printing
#113
bjorn3
closed
4 years ago
1
refactor(target_arch): pass arch via feature flags instead
#112
kakoc
opened
4 years ago
1
Inject code into the debugged process
#111
bjorn3
closed
4 years ago
1
Reload debuginfo in repl when necessary
#110
bjorn3
opened
4 years ago
1
Introduce RemotePtr type
#109
bjorn3
opened
4 years ago
2
Breakpoint support on Linux
#108
Arthamys
closed
4 years ago
7
Implement source mapping
#107
blitzerr
closed
4 years ago
11
Add syntax highlighting and completion to repl
#106
bjorn3
closed
4 years ago
3
Integrate readline into the repl example
#105
nbaksalyar
closed
4 years ago
4
Handle signals for debuggees on Linux
#104
nbaksalyar
opened
4 years ago
0
Handle exit events for debugees on Linux
#103
nbaksalyar
opened
4 years ago
1
Use an `Arch` enum and feature flags instead of cfg(target_arch)
#102
nbaksalyar
opened
4 years ago
0
Add a link to REPL demo recording to readme
#101
nbaksalyar
closed
4 years ago
2
Implement source mapping
#100
nbaksalyar
closed
4 years ago
4
Prepare 0.2.0 release
#99
nbaksalyar
opened
4 years ago
0
Add API to read & write registers for Linux
#98
nbaksalyar
closed
3 years ago
1
Port the repl example to macOS
#97
nbaksalyar
opened
4 years ago
0
Implement registers reading function for macOS
#96
nbaksalyar
opened
4 years ago
0
Use more robust IPC mechanism for WriteMem tests
#95
nbaksalyar
closed
4 years ago
7
Fix Travis CI + GitHub Integration
#94
nbaksalyar
closed
4 years ago
2
Next