PeVerify tool related question.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have a .Net EXE, when I pass it to PeVerify, I get an error as follows,
does anyone know the cause ?

Error given by PeVerify:
"initlocals must be set for verifiable methods with one or more local
variables."

Thanks,
Nilesh Padbidri
 
Nilesh Padbidri said:
Hi,

I have a .Net EXE, when I pass it to PeVerify, I get an error as follows,
does anyone know the cause ?

Error given by PeVerify:
"initlocals must be set for verifiable methods with one or more local
variables."

It means one of your methods has a .locals section defined without init
being set.

Out of curiosity, how are you generating this exe?
 
Back
Top