diff --git a/README.md b/README.md index c1b0ca0..69a4e93 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ Static linking is when the linker links entire routines not created by you, into #### Dynamic Linking +Dynamic linking is when external symbols are resolved at runtime. This is done by imports and exports in DLL's (dynamiclly linked libraries). Theo supports "dynamic linking", or in better terms, linking against exported routines. You can see examples of this inside of both usermode and kernelmode examples. + # RIP Relative Addressing In order to allow for a routine to be scattered throughout a 64bit address space, RIP relative addressing must not be used. In order to facilitate this, a very special version