|
|
@3319
|
12 years |
Pascal Terjan |
* Wait for reset to exit before displaying nice message
|
|
|
@3116
|
12 years |
Pascal Terjan |
* Don't exit the process if exec suceeded
|
|
|
@2999
|
12 years |
Pascal Terjan |
- Run /usr/bin/reset in target process after a grab
|
|
|
@2906
|
12 years |
Pascal Terjan |
* Cleanup my term after a grab
|
|
|
@2785
|
12 years |
Pascal Terjan |
* Fix grab to work again on systems using sysenter instead of int 80
|
|
|
@2516
|
13 years |
Sam Hocevar |
* Fork the grabbed process and exit the parent. Unfortunately for some …
|
|
|
@2512
|
13 years |
Sam Hocevar |
* Add missing headers and _XOPEN_SOURCE definition to grab.c.
|
|
|
@2509
|
13 years |
Sam Hocevar |
* Split grab.c into the grabbing heuristic and the pure ptrace …
|
|
|
@2508
|
13 years |
Sam Hocevar |
* Fix memcpy_from_target() and memcpy_to_target() alignment issues.
|
|
|
@2507
|
13 years |
Sam Hocevar |
* Cosmetic: nicer debug output.
|
|
|
@2505
|
13 years |
Sam Hocevar |
* Start refactoring grab.c: instead of writing code to the stack, we …
|
|
|
@2504
|
13 years |
Sam Hocevar |
* Coding style.
|
|
|
@2503
|
13 years |
Sam Hocevar |
* Ported grab code to amd64. Doesn't work yet, maybe because we are
…
|
|
|
@2502
|
13 years |
Sam Hocevar |
* Coding style.
|
|
|
@2501
|
13 years |
Sam Hocevar |
* Preparing the amd64 port of grab.c by first making the current
…
|
|
|
@2498
|
13 years |
Pascal Terjan |
* Include config.h in grab.c, else USE_GRAB will never be defined
|
|
|
@2491
|
13 years |
Sam Hocevar |
* Compilation works better when files #include "config.h".
|
|
|
@2455
|
13 years |
Sam Hocevar |
* Do not build grab.c conditionally; instead, make grab_process() and
…
|
|
|
@2452
|
13 years |
Pascal Terjan |
* Drop declaration of grab_process, it is in the .h now
|
|
|
@2451
|
13 years |
Pascal Terjan |
* Remove termios stuff, does not do anything currently
|
|
|
@2450
|
13 years |
Pascal Terjan |
* Detach properly the process from the previous tty
* Use major to …
|
|
|
@2444
|
13 years |
Jean-Yves Lamoureux |
* Changed command line parsing to sam's mygetopt.c
|
|
|
@2430
|
13 years |
Pascal Terjan |
* use sys/user.h instead of linux/user.h
|
|
|
@2429
|
13 years |
Pascal Terjan |
* Remove one of the reads of /proc
|
|
|
@2428
|
13 years |
Pascal Terjan |
* Remove code that was for the standalone test
|
|
|
@2426
|
13 years |
Pascal Terjan |
* First attempt to grab a process when started with -P <pid>
|