I'm writing a program in C# where I read a PE's bytes. But in order to get the RVA I need to use the sections headers. I'd like to know what the maximum number of sections headers is?
I tried Google and I've looked here but I haven't found anything that could point me in the right direction
Thanks.