Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Dll address

Dll address

Scheduled Pinned Locked Moved C / C++ / MFC
questiontools
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    gopalraja
    wrote on last edited by
    #1

    I have exported dll functions using one dllexp utility. When I was seeing that, there are two address were given, One is Address and Relative Address. What is these address? Kindly provide me the information.

    _ 1 Reply Last reply
    0
    • G gopalraja

      I have exported dll functions using one dllexp utility. When I was seeing that, there are two address were given, One is Address and Relative Address. What is these address? Kindly provide me the information.

      _ Offline
      _ Offline
      _AnsHUMAN_
      wrote on last edited by
      #2

      RVA – Relative Virtual Address represents a relative address within a file on the disk. When dll is loaded adding this RVA address to base address gives us the actual address of a function in memory.

      You need to google first, if you have "It's urgent please" mentioned in your question. ;-)_AnShUmAn_

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups