Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add doc to new tool
authorPaul Bédaride <paul.bedaride@gmail.com>
Thu, 19 Dec 2013 15:21:45 +0000 (16:21 +0100)
committerPaul Bédaride <paul.bedaride@gmail.com>
Thu, 19 Dec 2013 15:21:45 +0000 (16:21 +0100)
tools/normalize-pointers.py

index a1fc506..6ee4a1c 100755 (executable)
@@ -1,4 +1,11 @@
 #!/usr/bin/python
+"""
+Tool for normalizing pointers such as two runs have the same 'addresses'
+
+first address encountered will be replaced by 0X0000001, second by 0X0000002, ...
+
+"""
+
 import sys, re
 
 if len(sys.argv)!=2: