Remi Chateauneu
Remi Chateauneu
Hello Please have a look at the Sourceforge project: https://sourceforge.net/projects/itoa/files/itoa/ http://itoa.cvs.sourceforge.net/itoa/itoa/ It gives interesting performance compared to the existing benches. On top of that: * It returns the address of...
Just a idea. At the moment Haystack parses a memory dump in a file. Maybe it would be great, to map a process memory, and then directly parse it without...
When running this script on Windows 7: import haystack from haystack import memory_dumper memory_dumper.dump(123,"toto.dmp") ... I get this error: dumper.make_mappings() File "C:\Python27\lib\site-packages\haystack-0.34-py2.7.egg\haystack\memory_dumper.py", line 41, in make_mappings self.dbg = dbg.get_debugger(self._pid) File...
Fixes # ## Proposed Changes - - -
At the moment, the tool rdf2dot transforms RDF files into Graphviz DOT format, and it would be great to add RDF statements for graphic metadata: - Color and size of...
This great project should be in pypi.org so that everyone could install it easily. Many thanks