I am not sure about the program to do it. But, 'strace' on linux would give
the details of a program(parameters passed, retrun values, signals recieved
etc). If you are looking for something similar then you can loot at strace
source.

mean while a.out does not not have information of stack pointer etc which
will be built only at run time and it just tells what data goes to text,
stack etc. it is dumb it does not do anything, the interpreter recollects
all the info from a.out.


-
Azhar.

On Wed, Oct 19, 2011 at 2:29 PM, Rahul <raikra...@gmail.com> wrote:

> http://www.dgp.toronto.edu/~ajr/209/notes/memoryos.html
> Rahul
>
>
> On Wed, Oct 19, 2011 at 2:29 PM, Rahul <raikra...@gmail.com> wrote:
>
>> http://valgrind.org/
>>
>> I am not sure but this may help on linux.
>> I have a question that how to determine the number of system calls a
>> program has made ?
>> That too of a particular type
>>  Rahul
>>
>>
>> On Wed, Oct 19, 2011 at 11:07 AM, kumar raja <rajkumar.cs...@gmail.com>wrote:
>>
>>> Can someone give me an idea about how to see the range of segments like
>>> data ,heap,stack and text segments of an executable file.(a.out)
>>>
>>> Is there anyway to access the those segments from the program itself
>>> (while in execution), like using stack pointer for stack segment ??
>>>
>>>
>>>
>>>
>>> On 18 October 2011 19:54, sravanreddy001 <sravanreddy...@gmail.com>wrote:
>>>
>>>> @Don, Gene:
>>>> very good insights,
>>>> didn't even thought of the changing the executable, but it indeed is one
>>>> way to do.
>>>> :)
>>>>
>>>> @Don: agree with scripts and interpreted code.. :)
>>>> [coming out of the same language helps answers some questions easily]
>>>>
>>>> --
>>>> You received this message because you are subscribed to the Google
>>>> Groups "Algorithm Geeks" group.
>>>> To view this discussion on the web visit
>>>> https://groups.google.com/d/msg/algogeeks/-/ONw7a6q9VRMJ.
>>>>
>>>> To post to this group, send email to algogeeks@googlegroups.com.
>>>> To unsubscribe from this group, send email to
>>>> algogeeks+unsubscr...@googlegroups.com.
>>>> For more options, visit this group at
>>>> http://groups.google.com/group/algogeeks?hl=en.
>>>>
>>>
>>>
>>>
>>> --
>>> Regards
>>> Kumar Raja
>>> M.Tech(SIT)
>>> IIT Kharagpur,
>>> 10it60...@iitkgp.ac.in
>>>
>>>
>>>  --
>>> You received this message because you are subscribed to the Google Groups
>>> "Algorithm Geeks" group.
>>> To post to this group, send email to algogeeks@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> algogeeks+unsubscr...@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/algogeeks?hl=en.
>>>
>>
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to algogeeks@googlegroups.com.
> To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to