Improved documentation
This commit is contained in:
parent
1255146794
commit
bdd5e5a28e
3 changed files with 10 additions and 1 deletions
|
@ -13,6 +13,8 @@ importing a few core functions from "kernel32.dll".
|
|||
The section where the DLL function pointers are stored does not need to be marked as writable.
|
||||
The Windows executable loader resolves the pointers before they are loaded into memory.
|
||||
|
||||
The stack must be 16 byte aligned before a DLL function is called.
|
||||
|
||||
## Links
|
||||
|
||||
- https://learn.microsoft.com/en-us/windows/win32/debug/pe-format
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue