0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #16 from farleyknight/patch-1 More... over 10 years ago
Merge branch 'master' of github.com:farleyknight/hijack into patch-1 More... over 10 years ago
Need to strip both More... over 10 years ago
Merge pull request #1 from farleyknight/patch-1 More... over 10 years ago
Test for ggdb, which is provided on Mac ports. More... over 10 years ago
Minor tweaks More... over 11 years ago
v0.2.1 More... almost 12 years ago
Hijack lives again! Improve 1.9 support. More... almost 12 years ago
v0.2.0 - 1.9 support and a different approach to injecting the payload (simply ensure we're not inside a GC run rather than setting a breakpoint on a known code path outside of the GC) More... about 13 years ago
0.2.0.rc3 More... about 13 years ago
GC detection that'll work on 1.9 also More... about 13 years ago
Tweak frequent GC warning More... about 13 years ago
Redefined Hijack each time we connect, not just when debugging More... over 13 years ago
No need for special keywords here, we can just evaluate whatever we want on the remote process More... over 13 years ago
Remote output is temporarily muted when you type hi<tab> (i.e trigger the Readline method completion feature) More... over 13 years ago
0.2.0.rc2 More... over 13 years ago
Listed jugyo as a contributor in the README More... over 13 years ago
Merge remote branch 'jugyo/master' More... over 13 years ago
Merge branch 'no-breakpoint' More... over 13 years ago
Minor output tweak More... over 13 years ago
Trying a new approach that doesn't use breakpoints. Instead it ensures the process hasn't been interrupted during garbage collection and attaches again if it is. More... over 13 years ago
Fix for 1.9.2 More... over 13 years ago
Fixed up gem rake task More... over 13 years ago
Tweaked the project description More... over 13 years ago
0.2.0.rc1 - Initial support for 1.9.2 More... over 13 years ago
Fixes for 1.9.2 More... over 13 years ago
Fixed bug with readline blocking output from the remote process. General cleanup and refactoring More... over 13 years ago
0.1.9 More... over 14 years ago
Catch SIGINT whilst injecting payload to stop the remote process getting killed. Process may still seg fault though... humpf. Probably not possible to avoid while using popen.. rb-libgdb anyone? More... over 14 years ago
Fixed bug where hijacking would hang on a 2nd immediate attempt because of gdb reporting 'Previous frame inner to this frame' More... over 14 years ago