This tag is for memory issues in programming. For installing memory, etc. see ServerFault.com or SuperUser.com
2
votes
3answers
99 views
+50
How does a debugger set breakpoints if the image is in read-only memory?
How does a debugger set breakpoints if the image is in read-only memory? I know there are hardware breakpoints, but in the debugger I use (OllyDbg) those have to be set specially using a different ...
0
votes
0answers
20 views
+50
Linking/build vernacular/jargon - Dynamic linking methods
I'm familiar with general program memory layout (ie: text segment, data segment, heap, stack, etc), and am trying to find something similar to the description and diagrams here:
...