Exemplo n.º 1
0
 public MacOSSecureMemoryAllocatorLP64(MacOSLibcLP64 libc)
     : base(libc)
 {
     this.libc = libc;
 }
Exemplo n.º 2
0
 public MacOSProtectedMemoryAllocatorLP64()
     : base(new MacOSLibcLP64())
 {
     libc = (MacOSLibcLP64)GetLibc();
     DisableCoreDumpGlobally();
 }
Exemplo n.º 3
0
 public MacOSProtectedMemoryAllocatorLP64(MacOSLibcLP64 libc)
     : base(libc)
 {
     this.libc = libc;
 }