This repository was archived by the owner on Apr 27, 2023. It is now read-only.

Description
So, I used cvdump to dump my PDB file. I would like to understand what these values in S_PUB32 mean:
eg.
S_PUB32: [0001:00001B80], Flags: 00000002, ___security_init_cookie
I understand that 00001B80 means that __security_init_cookie is found at 00001B80 offset to the image base address, but I do not understand what the other values mean.