Dll address
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
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.
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_