Update README.md

2.0
_xeroxz 4 years ago
parent 26c915b6c9
commit a989d0c3b7

@ -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

Loading…
Cancel
Save