Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7792009
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T22:03:59+00:00 2026-06-01T22:03:59+00:00

A little similar with Where are static variables stored (data segment or heap or

  • 0

A little similar with Where are static variables stored (data segment or heap or BSS)?,but not the same one.

Now I get a other process’s variable’s address like:0x10fb90,where is this variable stored(data segment or heap or BSS), could i get the location just from the process’s pid and the variable’s address?

I am working on osx using obj-c and c.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T22:04:01+00:00Added an answer on June 1, 2026 at 10:04 pm

    You have 2 options.

    1. Use objdump

    Something like

    objdump -x a.out | grep YOUR_VARIABLE_ADDRESS
    

    2. Use gcc’s map option to generate a map file

    Compile something like this in gcc

    $ gcc -o foo.exe -Wl,-Map,foo.map foo.c
    

    and now

    $ grep YOUR_VARIABLE_ADDRESS foo.map
    

    Both these methods will show your variable’s location, if at all the address you supplied exits.

    PS: The link I’ve added for the map file shows an example map file generated by Visual Studio linkers, but the format is typically similar in most of the map file formats generated by various linkers

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My question is based on and similar to this one but a little bit
I've read similar questions here but I'm still a little confused. MyCollection extends ArrayList<MyClass>
I have seen a similar related post but my situation is a little different
There are a lot of similar questions, but, probably, mine is a little bit
This problem is a little similar to that solved by reservoir sampling , but
A little similar with Memory Layout of application . An identical hardware, the same
I have a little dropdown menu similar <select> , which contolled from external js-function.
Actually here is a similar topic with little practical value. As far as I
A little help needed. I'm receiving an xml file similar to this: <?xml version=1.0
Notice that I am asking for little-o here (see similar question here ) -

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.