View Single Post
  #7  
Old 09-07-2004, 06:47
xMaster
 
Posts: n/a
This will not necessarily work because function code is NOT contingues in memory. Function code can be splitted in several code segments.
The only thing do get the real size is via debug symbols.

xMaster
Reply With Quote