Esempio n. 1
0
 public SymbolTable(MemoryContext ctx)
     : this(ctx.Memory.Reader.PointerSize == 8 ? Platform.X64 : Platform.X86)
 {
 }