PretendoNetwork / ddl-parser

Parse and build out DDL Parse Trees from WiiU/3DS dumps
3 stars 0 forks source link

DDL Parser

What is this

This library parses out DDL Parse Tree's from WiiU and 3DS game dumps

What is a DDL Parse Tree

In short some games contain references to their imported NEX methods/classes/parameters in their data segment, which can be used to get the real names and data structures of each NEX protocol. Not all titles contain DDL Parse Tree's, and a title can contain more than one. For more information see here