From 0e7c1ad6ef77799424cc93d65aeecc97054601fb Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Mon, 8 Mar 2021 19:52:27 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ab927c0..78a6d7c 100644 --- a/README.md +++ b/README.md @@ -582,6 +582,10 @@ Once compiled the assembly will look like this. Note that each reference to symb 0X13F: DrvEntry endp ``` +Theo calculates the size of each symbol by subtracting the address of the next symbol (in the same section), from the address of the symbol itself. If the symbol is the last one in a section, the distance between the start of the symbol and the end of the section is used. Now lets take a look at what happens when we link/map this routine. + + + ### Usermode Example # License - BSD 3-Clause