gnue / NEWT0

NewtonScript
http://gnue.github.io/NEWT0
34 stars 13 forks source link

Add initial support for handling packages with relocation data #5

Closed ekoeppen closed 11 years ago

ekoeppen commented 11 years ago

Package headers with relocation data can now be read via NewtReadPkg etc. This used to cause issues because the relocations section shits the part headers to a later position in the file. The relocation data itself is not interpreted yet.

Also added some binary class symbols useful for printing code with references to native functions and modules.