Example #1
0
 public BackwalkerHost(BlockWorkitem item)
 {
     this.scanner    = item.scanner;
     this.segmentMap = item.program.SegmentMap;
     this.arch       = item.program.Architecture;
     this.platform   = item.program.Platform;
 }
Example #2
0
 public BackwalkerHost(BlockWorkitem item)
 {
     this.scanner  = item.scanner;
     this.image    = item.program.Image;
     this.arch     = item.program.Architecture;
     this.platform = item.program.Platform;
 }