All,
While fixing some bugs in scan2.py, I noticed a reference to _LDR_MODULE. I
have never seen that name in a PDB before, possibly it should read
_LDR_DATA_TABLE_ENTRY instead. Or is there a subtle difference that I'm not
aware of?
Both structures are defined in vtypes.py of SVN rev 12. I suggest to remove
_LDR_MODULE and change any references to it into _LDR_DATA_TABLE_ENTRY. At
least we should add a comment in order to avoid confusion.
Any comments on this?
Cheers,
Andreas