Prev Next Secure Lazy Binding Slide #9

amd64 Example

      extern int foo;
      extern int bar(int);
      int call_bar(void) {
         return bar(foo);
      }

continued...


EuroBSDCon 2014 Copyright © 2014 Philip Guenther