Add DumpedMethod.mdRVA field

This commit is contained in:
de4dot 2012-11-06 23:51:49 +01:00
parent c3009548f0
commit c5dba1d89b

View File

@ -27,6 +27,7 @@ namespace de4dot.blocks {
public uint mhCodeSize; // method header CodeSize
public uint mhLocalVarSigTok; // method header LocalVarSigTok
public uint mdRVA; // methodDef RVA
public ushort mdImplFlags; // methodDef ImplFlags
public ushort mdFlags; // methodDef Flags
public uint mdName; // methodDef Name (index into #String)