|
A table with pointers is simply a sequence of pointers.
Eg:
080102030801030408010405
^ And so forth( Of course, fill in with actual pointers. That tends to work better )
You can put it anywhere you want, and whatever the 0x08FFFFFF pointer is, change that to repoint to your table. ( I would elaborate more, but I haven't actually red this tutorial )
|