Archives
All Posts Tagged
Tag: ‘RVA’

[EXERCISE 0003] Understanding RVAs and Import Tables

Import Libraries are dlls that an executable image are bound to. Much of windows core functionailty is found in Dlls that MS provides and is how applications interact with the base windows services.

Read More