|
|
@4366
|
12 years |
Sam Hocevar |
Clean up source code, copyright information, author names, SVN keywords…
|
|
|
@3969
|
13 years |
Jean-Yves Lamoureux |
* Massive indentation pass, could insert odd things, blame pterjan, he …
|
|
|
@3942
|
13 years |
Pascal Terjan |
* Drop withespaces
|
|
|
@3891
|
13 years |
Pascal Terjan |
* Store real pid in screen struct (even if not used) and properly set …
|
|
|
@3873
|
13 years |
Pascal Terjan |
* Improve consoles state after grabbing
|
|
|
@3871
|
13 years |
Pascal Terjan |
* Testing errno is only valid for PEEK, return value must be tested …
|
|
|
@3870
|
13 years |
Pascal Terjan |
* Preserve errno when needed, and return -1 when it is set
|
|
|
@3869
|
13 years |
Pascal Terjan |
* Do not set errno in mytrace_* functions, it is already (and …
|
|
|
@3501
|
13 years |
Pascal Terjan |
Add svn:keywords to various .c files
|
|
|
@3326
|
14 years |
Sam Hocevar |
mytrace.c: disambiguate error messages and use perror() instead of …
|
|
|
@3325
|
14 years |
Sam Hocevar |
mytrace.c: minor code simplification.
|
|
|
@3322
|
14 years |
Pascal Terjan |
* Add comments to mytrace_exec
|
|
|
@3320
|
14 years |
Pascal Terjan |
* Fix passing of env to execve syscall
|
|
|
@3044
|
14 years |
Pascal Terjan |
* APPLE should be handled like other cases where USE_GRAB is not …
|
|
|
@3000
|
14 years |
Pascal Terjan |
* Fail early when /proc/<PID>/environ can not be read
|
|
|
@2999
|
14 years |
Pascal Terjan |
- Run /usr/bin/reset in target process after a grab
|
|
|
@2906
|
14 years |
Pascal Terjan |
* Cleanup my term after a grab
|
|
|
@2786
|
14 years |
Sam Hocevar |
* mytrace.c: amd64 build fix.
|
|
|
@2785
|
14 years |
Pascal Terjan |
* Fix grab to work again on systems using sysenter instead of int 80
|
|
|
@2612
|
14 years |
Pascal Terjan |
* Revert change about ptrace.h, should not be commited
|
|
|
@2611
|
14 years |
Pascal Terjan |
* Fix copy/paste errors
|
|
|
@2580
|
14 years |
bsittler |
OS X compilation fixes
|
|
|
@2516
|
14 years |
Sam Hocevar |
* Fork the grabbed process and exit the parent. Unfortunately for some …
|
|
|
@2514
|
14 years |
Sam Hocevar |
* Add kill() to the list of supported remote syscalls. We might need …
|
|
|
@2513
|
14 years |
Sam Hocevar |
* Add write() to the list of supported remote syscalls.
|
|
|
@2511
|
14 years |
Sam Hocevar |
* Allow to grab 32-bit applications from a 64-bit neercs process.
|
|
|
@2509
|
14 years |
Sam Hocevar |
* Split grab.c into the grabbing heuristic and the pure ptrace …
|
|
copied from neercs/trunk/src/grab.c:
|
|
|
@2508
|
14 years |
Sam Hocevar |
* Fix memcpy_from_target() and memcpy_to_target() alignment issues.
|