README revision 24c8253c7bdb2f069f0320f1a6109402720f6d44
1Funcionamiento:
2---------------
3
4* 2nd approach: using soft breakpoints (INT 3, CC) in process using
5  ptrace, just like gdb/strace
6
7Tue Jun 24 22:42:59 CEST 1997  Juan Cespedes <cespedes@etsit.upm.es>
8
9	* I think I've found the optimal format for config files:
10	  C prototypes!  For example:
11		void * malloc(unsigned int size);
12