Strace: Difference between revisions

Created page with "System Trace is a tool for hackers. Say you have some python application such as Reposurgeon that you need to understand better. You can attach <code>strace</code> to th..."
 
Line 56: Line 56:
munmap(0x7f885c126000, 412069888)      = 0
munmap(0x7f885c126000, 412069888)      = 0
</pre>
</pre>
[[Category:System Administration]]