Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • I don't think in the age of dynamic linking and address space randomization, knowing the address alone will be of much use; after all, a process on Linux is different then a program running on real-mode MS-DOS! As Stephen's answer says, you'll want a debugger – and that debugger doesn't need to run from within the same container's namespaces; it could. Commented Jul 5 at 14:19