aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 57a1f7ebe2ccd07be302bbe4883da2516e525f54 (plain)
1
2
3
4
5
6
7
8
9
10
11
Funcionamiento:
---------------

* 2nd approach: using soft breakpoints (INT 3, CC) in process using
  ptrace, just like gdb/strace

Tue Jun 24 22:42:59 CEST 1997  Juan Cespedes <cespedes@etsit.upm.es>

	* I think I've found the optimal format for config files:
	  C prototypes!  For example:
		void * malloc(unsigned int size);