Ejemplo n.º 1
0
 public static uint?ReadPointerPath32(this IMemoryReader memoryReader, KeyValuePair <string, uint[]> rootModuleNameAndListOffset)
 {
     return(memoryReader.ReadPointerPath32(rootModuleNameAndListOffset.Key, rootModuleNameAndListOffset.Value));
 }