Jump to content
  • 0

Base Address!!


Un_Known

Question

I found a value in Game located at  libgame.so + 0x8AE13.

But when I would open lib in IDA what should be base address to which I have to add this offset to find that value?

would it be 0000000 OR something else

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

1 hour ago, Un_Known said:

I found a value in Game located at  libgame.so + 0x8AE13.

But when I would open lib in IDA what should be base address to which I have to add this offset to find that value?

would it be 0000000 OR something else

 

1 hour ago, Enyby said:

Base address + 8ae13.

Sometime base address is not a zero.

So i loaded lib in IDA it start from 00000000 and ends at 00378A98.

Load segment 00000000-00064994

.plt segment 00064994-00065308

.text segment 00065308-002DCABC  and so on.

So here what should be my base address to which offset shouls be added!

I think it should be 00000000  but want any  further confirmation!

@Enyby

Link to comment
Share on other sites

50 minutes ago, Un_Known said:

 

So i loaded lib in IDA it start from 00000000 and ends at 00378A98.

Load segment 00000000-00064994

.plt segment 00064994-00065308

.text segment 00065308-002DCABC  and so on.

So here what should be my base address to which offset shouls be added!

I think it should be 00000000  but want any  further confirmation!

@Enyby

I got answers thnx  everyone.

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.