windows - What are the numbers on the end of lines in a stacktrace -


What does the number represent after the "+" at the end of the lines in the stack trace?

  Function source ntdll! Zowermeo Insertion + c kernel32! GetQueuedCompletionStatus + 29W3TP! THREAD_POOL_DATA :: ThreadPoolThread + 33 w3tp! THREAD_POOL_DATA :: ThreadpoldTread + 24 w3tp! THREAD_MANAGER :: ThreadManagerThread + 39 kernel32! BaseThreadStart + 34  

They are + c +29 +33 +24 +39 +34

They are offset, in hexadecimal, from the beginning of the designated subroutine for example

  kernel32! BaseThreadStart + 34  

Regular BaseStartstart in kernel 32 modules has 52 (34 hex) bytes.


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -