aboutsummaryrefslogtreecommitdiff
path: root/examples/apiwrapper.fbs
blob: 6de1330afdbf88190cdcc0e42624950afa4181a7 (plain)
1
2
3
4
5
6
table FunctionAddresses {
  names:[string];
  addrs:[uint64];
}

root_type FunctionAddresses;